< Back

Enable-CTXReceiverLogging

Mon Jan 13, 2020 8:10 am

NAME Enable-CTXReceiverLogging



SYNOPSIS

Enables logging for Citrix Receiver.





SYNTAX

Enable-CTXReceiverLogging [-General] [-AuthenticationManager] [-SelfServicePlugin] [<CommonParameters>]





DESCRIPTION

Enables logging for Citrix Receiver. You can enable general, Authentication Manager and Self-Service Plugin

logging. Have a look at the parameters for details. You have to reboot the system for changes to take effect.





PARAMETERS

-General [<SwitchParameter>]

Enables general logging for Citrix Receiver.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-AuthenticationManager [<SwitchParameter>]

Use this parameter settings to enable logging for authentication issues (for example StoreFront, and so on.)



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-SelfServicePlugin [<SwitchParameter>]

Use this parameter to enable logging related to subscribed applications and the communication with StoreFront.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Enable-CTXReceiverLogging -General



Enables general logging for Citrix Receiver









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Enable-CTXReceiverLogging -General -AuthenticationManager -SelfServicePlugin



Enables general, Authentication Manager and SelfService Plugin logging for Citrix Receiver











RELATED LINKS