Enable TerminalServerInstallMode - AlivaJG/PSAppDeployToolkit GitHub Wiki
Changes to user install mode for Remote Desktop Session Host/Citrix servers.
Enable-TerminalServerInstallMode [[-ContinueOnError] <Boolean>] [<CommonParameters>]
Changes to user install mode for Remote Desktop Session Host/Citrix servers.
-ContinueOnError <Boolean>
Continue if an error is encountered. Default is: $true.
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters.
-------------------------- EXAMPLE 1 --------------------------
PS C:>Enable-TerminalServerInstall
To see the examples, type: Get-Help Enable-TerminalServerInstallMode -Examples
For more information, type: Get-Help Enable-TerminalServerInstallMode -Detailed
For technical information, type: Get-Help Enable-TerminalServerInstallMode -Full
For online help, type: Get-Help Enable-TerminalServerInstallMode -Online