Citrix Federated Authentication Service 2411 PowerShell cmdlets
Citrix Federated Authentication Service 2411 PowerShell cmdlets
Citrix Federated Authentication Service provides various Microsoft Windows PowerShell cmdlets in a PowerShell snapin. These cmdlets allow you to perform advanced configuration functions.
Installation
- Install the Federated Authentication Service.
- Install the Federated Authentication Service PowerShell snapin using the following command:
Add-PSSnapin Citrix.Authentication.FederatedAuthenticationService.V1
<!--NeedCopy-->
Note:
In a PowerShell window, you can use Get-Help <cmdlet name> -Full to display cmdlet help.
To access and run the cmdlets
Start a shell in PowerShell.
Specifying the FAS server address
Most of the cmdlets have an optional Address parameter. You can either specify the FQDN of the FAS server, or to run the cmdlet locally, specify localhost. For example:
Get-FasUserCertificate -Address localhost
<!--NeedCopy-->
Alternatively, you can omit the Address parameter, and instead set the variable $CitrixFasAddress to the FQDN of the FAS server or “localhost”.
Cmdlets
- Complete-FasCloudRegistration
- Get-FasAdministrationPolicy
- Get-FasAuthorizationCertificate
- Get-FasCertificateDefinition
- Get-FasCloudConfig
- Get-FasCloudInfo
- Get-FasCloudKeyInfo
- Get-FasCloudRegistrationCloudInfo
- Get-FasCloudRegistrationStatus
- Get-FasKeyConfig
- Get-FasMsCertificateAuthority
- Get-FasMsTemplate
- Get-FasPolicyOid
- Get-FasPrivateKeyPoolInfo
- Get-FasRaCertificateMonitor
- Get-FasRule
- Get-FasServer
- Get-FasServerForUser
- Get-FasUserCertificate
- Import-FasAuthorizationCertificateResponse
- New-FasAuthorizationCertificate
- New-FasAuthorizationCertificateRequest
- New-FasCertificateDefinition
- New-FasCloudConfig
- New-FasCloudRegistration
- New-FasMsTemplate
- New-FasPolicyOid
- New-FasRule
- New-FasUserCertificate
- Publish-FasMsTemplate
- Remove-FasAuthorizationCertificate
- Remove-FasCertificateDefinition
- Remove-FasCloudConfig
- Remove-FasMsTemplate
- Remove-FasPolicyOid
- Remove-FasRule
- Remove-FasUserCertificate
- Request-FasCloudRegistration
- Reset-FasKeyConfig
- Reset-FasRaCertificateMonitor
- Set-FasAdministrationPolicy
- Set-FasCertificateDefinition
- Set-FasCloudConfig
- Set-FasKeyConfig
- Set-FasPolicyOid
- Set-FasRaCertificateMonitor
- Set-FasRule
- Set-FasServer
- Test-FasCertificateSigningRequest
- Test-FasCrypto
- Test-FasKeyConfig
- Test-FasKeyPairCreation
- Test-FasUserCertificateCrypto
- Unpublish-FasMsTemplate
Citrix Federated Authentication Service 2411 PowerShell cmdlets
Copied!
Failed!