Menu

Tree [1fb115] master /
 History

HTTPS access


File Date Author Commit
 Audio 2011-07-31 aahamlin aahamlin [1fb115] Minor doc corrections
 AudioBackup 2011-07-31 aahamlin aahamlin [9a7efe] Update-AudioFile ConfirmImpact=High
 Library.Backup.Test 2011-07-31 aahamlin aahamlin [1fb170] Correct Copyright
 References 2011-07-31 aahamlin aahamlin [bb0678] Initial commit
 LICENSE.txt 2011-07-31 aahamlin aahamlin [6bab7f] Adding licenses
 Local.testsettings 2011-07-31 aahamlin aahamlin [bb0678] Initial commit
 MusicLibraryBackupSolution.sln 2011-07-31 aahamlin aahamlin [1fb115] Minor doc corrections
 MusicLibraryBackupSolution.vsmdi 2011-07-31 aahamlin aahamlin [bb0678] Initial commit
 README.txt 2011-07-31 aahamlin aahamlin [1fb115] Minor doc corrections
 TraceAndTestImpact.testsettings 2011-07-31 aahamlin aahamlin [bb0678] Initial commit

Read Me

This is the alpha release of the AudioBackup PowerShell Module.

Extract the zip to your %USERPROFILE%\WindowsPowerShell\Modules directory.

The module itself is contained in the folder AudioBackup.

For example, after extracting your folder path should be the following, where USERNAME is your Windows account username.

C:\Users\USERNAME\Documents\WindowsPowerShell\Modules\AudioBackup

The contents of this folder are:
AudioBackup.dll
AudioBackup.pdb
Library.Backup.Test.dll
Library.Backup.Test.pdb
System.Data.SQLite.dll
tablib-sharp.dll

Known Limitations:

This release only supports x86 architecture due to the version of the SQLite library.

Getting started:

To get started, open your Windows PowerShell (x86) command prompt.

PS:\> ipmo AudioBackup
PS:\> New-AudioLibrary

Refer to the project Wiki Synopsis page for more commands.