Citrix Virtual Apps and Desktops 2402 SDK

Get-XDLogging

Gets the Configuration Logging Database attributes of a Site.

Syntax

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

Description

Gets the Configuration Logging Database attributes of the Site which has a Controller identified by AdminAddress.

Examples

Parameters

-AdminAddress

Specifies the address of the Delivery Controller to which the PowerShell module will connect. This can be provided 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 will become 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 to this cmdlet.

Outputs

Citrix.XenDesktopPowerShellSdk.ServiceInterfaces.Configuration.Logging

This includes whether Logging is enabled or not, whether configuration operations may proceed or not, even if the Configuration Logging Database is not available, the language used for Configuration Logging entries, the name of the Configuration Logging Database, the database server for the Configuration Logging Database, the mirror database server for the Configuration Logging Database and whether Integrated Security is enabled or not for the Configuration Logging Database.

Get-XDLogging