README.txt
OVERVIEW
The BitTitan PowerShell module contains two types of commands: MigrationWiz commands and BitTitan commands. MigrationWiz commands and BitTitan commands use different authentication tickets and you will need to use MigrationWiz tickets with MigrationWiz commands and BitTitan tickets with BitTitan commands. Full documentation is available from https://www.bittitan.com/developers REQUIREMENTS System Requirement The system requirements are: � Microsoft Windows PowerShell 4.0 � Microsoft.NET Framework 4.6.1 POWERSHELL MODULE INSTALLATION (POWERSHELL GALLERY) To install the PowerShell module from PowerShell Gallery, run the following: Install-Module -Name BitTitanManagement After the module is installed, all BitTitan cmdlets will be available for use. POWERSHELL MODULE INSTALLATION (MSI) Uninstall previous versions of the PowerShell Versions that were installed before October 5th 2016 are listed as "MigrationWiz PowerShell" under your program list within Control Panel. This is because earlier versions were known as MigrationWiz PowerShell, rather than BitTitan PowerShell. The current version is listed as "BitTitan PowerShell". If you are using MigrationWiz PowerShell, we recommend you to uninstall it and install BitTitan PowerShell. Install the SDK To install the PowerShell module and associated scripts, use the BitTitan PowerShell MSI available from: https://www.bittitan.com/downloads/bittitanpowershellsetup.msi After you have installed the SDK, you must import the BitTitanPowershell module containing the cmdlets and associated scripts. To import the module and make the commands available use the following: $credentials = Get-Credential $mwTicket = Get-MW_Ticket -Credentials $credentials Note: You will have to import the module for each PowerShell session, or you can modify your PowerShell Profile to include the Import-Module command. SCRIPTS Scripts are available in the BitTitan Internal repository at https://bittitan.visualstudio.com/Main/_git/bittitan-sdk?path=%2FPowerShell. Contact us For any questions, comments or issues you would like to report, you can contact us at https://account.bittitan.com/support |