Get-MW_Ticket -Credentials <pscredential> -EndpointUrl <string> [-Ticket <Ticket>] [-SetDefault] [-WorkgroupId <guid>] [-IncludeSharedProjects] [-ImpersonateId <guid>] [-ElevatePrivilege] [<CommonParameters>]
Get-MW_Ticket -Credentials <pscredential> [-Ticket <Ticket>] [-SetDefault] [-WorkgroupId <guid>] [-IncludeSharedProjects] [-Environment <string>] [-ImpersonateId <guid>] [-ElevatePrivilege] [<CommonParameters>]
Get-MW_Ticket gets a(an) MW_Ticket. Represents a MigrationWiz ticket. A ticket represents a security ticket for MigrationWiz cmdlets. BitTitan cmdlets contain the MW prefix.
Paremeter specs:
Required | True |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | True |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Available values are listed below.
Value | Description |
---|---|
BT | Represents BT |
Beta | Represents Beta |
Develop | Represents Develop |
Release | Represents Release |
Test | Represents Test |
China | Represents China |
Germany | Represents Germany |
Alpha | Represents Alpha |
Today | Represents Today |
Sandbox-02 | Represents Sandbox-02 |
Sandbox-03 | Represents Sandbox-03 |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
Paremeter specs:
Required | False |
---|---|
ValueFromPipeline | False |
ValueFromPipelineByPropertyName | False |
System.Object
-------------------------- Example 1 -------------------------
$credentials = Get-Credential
$mwTicket = Get-MW_Ticket -Credentials $credentials