Disable TerminalServerInstallMode - AlivaJG/PSAppDeployToolkit GitHub Wiki
Changes to user install mode for Remote Desktop Session Host/Citrix servers.
Disable-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:>Disable-TerminalServerInstallMode
To see the examples, type: Get-Help Disable-TerminalServerInstallMode -Examples
For more information, type: Get-Help Disable-TerminalServerInstallMode -Detailed
For technical information, type: Get-Help Disable-TerminalServerInstallMode -Full
For online help, type: Get-Help Disable-TerminalServerInstallMode -Online