Citrix Virtual Apps and Desktops SDK

Get-ConfigSiteId

Introduced in: Citrix Virtual Apps and Desktop 7 2511

Gets the site id.

Syntax

Get-ConfigSiteId
   [-SkipCertificateValidation]
   [<CitrixCommonParameters>]
   [<CommonParameters>]
<!--NeedCopy-->

Description

The Get-ConfigSiteId cmdlet gets the site id.

A XenDesktop installation has only a single site instance.

Examples

EXAMPLE 1

Gets the site id.

Get-ConfigSiteId
<!--NeedCopy-->

Parameters

-SkipCertificateValidation

Forces the cmdlet to skip checking SSL certificates. By default, the cmdlet will check the certificate from the server. If the certificate is not valid, the cmdlet will not connect to the server.

Type: SwitchParameter
Position: Named
Default value: None
Required: False
Accept pipeline input: False
Accept wildcard characters: False

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

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 can’t pipe objects to this cmdlet.

Outputs

Citrix.Configuration.Sdk.Site

Provides information about the site guid

Get-ConfigSiteId