copy-file (disable TerminalServerInstallMode)

SYNOPSIS
    Changes to user install mode for Remote Desktop Session Host/Citrix servers.
SYNTAX
    Disable-TerminalServerInstallMode [[-ContinueOnError] <Boolean>] [<CommonParameters>]
DESCRIPTION
    Changes to user install mode for Remote Desktop Session Host/Citrix servers.
PARAMETERS
    -ContinueOnError <Boolean>
        Continue if an error is encountered. Default is: $true.
    <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).
    -------------------------- EXAMPLE 1 --------------------------
    PS C:\>Disable-TerminalServerInstallMode
REMARKS
    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"