Citrix Daas SDK

Get-XDAdminAdministrator

An alias for Get-AdminAdministrator to allow the Provisioning Services setup wizard to be run from outside the cloud.

Syntax

Get-XDAdminAdministrator
   [-AdminAddress <String>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

Returns an administrator object for the current user.

Examples

EXAMPLE 1

Returns an administrator object for the current user.

Get-XDAdminAdministrator
<!--NeedCopy-->

Parameters

-AdminAddress

Specifies the address of a XenDesktop controller the PowerShell snap-in will connect to. You can provide this as a host name or an IP address.

Type: String
Position: Named
Default value: Localhost. Once a value is provided by any cmdlet, this value becomes the default.
Required: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You cannot pipe input into this cmdlet.

Outputs

Citrix.DelegatedAdmin.Sdk.Administrator

Get-XDAdminAdministrator returns an object for the current administrator.

Get-XDAdminAdministrator