A connection obtained by using the Connect-CAClient command. | |
$atlanticTime = [System.TimeZoneInfo]::GetSystemTimeZones() |? {$_.Id -eq "Atlantic Standard Time"}
Set-CAScheduleMasterTimeZone -Connection $connection -TimeZoneInfo $atlanticTime
Example: Set the schedule master time zone with a time zone identifier
Set-CAScheduleMasterTimeZone -Connection $connection -TimeZoneId "Eastern Standard Time"
A connection obtained by using the Connect-CAClient command. |
Get-CAScheduleMasterTimeZone -Connection $connection
Find-CAInstallations –DomainName ‘DomainName.com’
Find-CACoordinators -DomainName 'DomainName.com'
Find-CASuitableCoordinator –InstallationName ‘DEFAULT’
$connection = Connect-CAClient -Credential $creds
Find-CASuitableCoordinator -Credential $creds -DomainName ‘DomainName.com'
$connection = Connect-CAClient –InstallationName ‘DEFAULT’
Disconnect-CAClient $connection
Change Auditor has two authentication method:
These commands allow you to manage the authentication used in your Change Auditor deployment.
Returns: An object containing the options for authentication for the specified installation.
A connection obtained by using the Connect-CAClient command. | |
The name of the domain where the Change Auditor installation exists. |
Get-CAAuthenticationOptions –InstallationName ‘DEFAULT’ –DomainName ‘DomainName.com’
Get-CAAuthenticationOptions -Connection $connection
Returns: An object containing the options for authentication for the specified installation.
A connection obtained by using the Connect-CAClient command. | |
When specified, instructs the coordinator to accept default username/password style of credentials. | |
Set-CAAuthenticationOptions -Connection $connection -AuthenticationOptions $AuthenticationOptions
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center