Citrix Federated Authentication Service 2611 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

  1. Install the Federated Authentication Service.
  2. Load the Federated Authentication Service PowerShell cmdlets using the following command:
  Import-Module Citrix.Authentication.FederatedAuthenticationService.V1
<!--NeedCopy-->

Note:

The following command also continues to load the cmdlets:

  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

Citrix Federated Authentication Service 2611 PowerShell cmdlets