Download full document:



Get-Licsarenewaloptions

Returns current Customer Success Services renewal license check option set on the License Server.

Syntax

Get-LicSARenewalOptions [-AdminAddress] <String> [-CertHash <String>] [<CommonParameters>]

Detailed Description

Returns current Customer Success Services renewal licenses check option set on the License Server.

Parameters

Name Description Required? Pipeline Input Default Value
AdminAddress Specifies the Web Services for Licensing address of the License Server that the PowerShell Snap-in will connect to. Retrieve this address with Get-LicLocation. true true (ByValue)
CertHash Specifies the hash of the License Server certificate needing verification. false false

Input Type

System.String

Return Values

Citrix.Licensing.Admin.Sdk.Wslsarenewaloption

Notes

If the command fails, one of the following errors is returned.
Error Codes
-----------
LicensingAdminStatus.CommunicationError
There was a problem communicating with the License Server.
LicensingAdminStatus.InvalidCertificate
Invalid certificate Hash provided doesnt match with the server certificate hash. Get the Certificate using Get-LicCertificate cmdlet
LicensingAdminStatus.CertificateVerificationFailed
Certificate is not verified or it is self-signed. Get the Certificate using Get-LicCertificate cmdlet and use the hash for -CertHash parameter.
LicensingAdminStatus.UnknownError
An unexpected error occurred. For more details, see the Windows event logs on the controller.

Examples

Example 1

``` PS C:>$cert = Get-LicCertificate -AdminAddress https://licserver.mydomain.net:8083

PS C:> Get-LicSARenewalOptions -AdminAddress https://licserver.mydomain.net:8083 -CertHash $cert.CertHash ```Returns the SA Renewal option set on the License Server.<br>SARenewalOption<br>---------------<br>Notify