Set-RASWinDeviceGroup

NAME

Set-RASWinDeviceGroup

SYNOPSIS

Modifies the Windows device group

SYNTAX

Set-RASWinDeviceGroup [[-SiteIdarrow-up-right] <uint>] [-AdminModePasswordarrow-up-right <SecureString>] [-Descriptionarrow-up-right <string>] [-DisablePrintScreenarrow-up-right <bool>] [-DisableRemovableDrivesarrow-up-right <bool>] [-DisplayNamearrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-EnableFirewallarrow-up-right <bool>] [-KioskModearrow-up-right <bool>] [-ReplaceDesktoparrow-up-right <bool>] [-RequestAuthorizationarrow-up-right <bool>] [-UseClientAsDesktoparrow-up-right <bool>] [<CommonParametersarrow-up-right>] Set-RASWinDeviceGroup [-Idarrow-up-right] <uint> [-AdminModePasswordarrow-up-right <SecureString>] [-Descriptionarrow-up-right <string>] [-DisablePrintScreenarrow-up-right <bool>] [-DisableRemovableDrivesarrow-up-right <bool>] [-DisplayNamearrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-EnableFirewallarrow-up-right <bool>] [-KioskModearrow-up-right <bool>] [-ReplaceDesktoparrow-up-right <bool>] [-RequestAuthorizationarrow-up-right <bool>] [-UseClientAsDesktoparrow-up-right <bool>] [<CommonParametersarrow-up-right>] Set-RASWinDeviceGroup [[-InputObjectarrow-up-right] <WinDeviceGrouparrow-up-right>] [-AdminModePasswordarrow-up-right <SecureString>] [-Descriptionarrow-up-right <string>] [-DisablePrintScreenarrow-up-right <bool>] [-DisableRemovableDrivesarrow-up-right <bool>] [-DisplayNamearrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-EnableFirewallarrow-up-right <bool>] [-KioskModearrow-up-right <bool>] [-ReplaceDesktoparrow-up-right <bool>] [-RequestAuthorizationarrow-up-right <bool>] [-UseClientAsDesktoparrow-up-right <bool>] [<CommonParametersarrow-up-right>] Set-RASWinDeviceGroup [[-Namearrow-up-right] <string>] [-AdminModePasswordarrow-up-right <SecureString>] [-Descriptionarrow-up-right <string>] [-DisablePrintScreenarrow-up-right <bool>] [-DisableRemovableDrivesarrow-up-right <bool>] [-DisplayNamearrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-EnableFirewallarrow-up-right <bool>] [-KioskModearrow-up-right <bool>] [-ReplaceDesktoparrow-up-right <bool>] [-RequestAuthorizationarrow-up-right <bool>] [-UseClientAsDesktoparrow-up-right <bool>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies the Windows device group.

PARAMETERS

-SiteId <uint> The ID of the Site from which to modify the windows device group settings. If the parameter is omitted, the Licensing Server Site ID will be used.

        Required?                    false
        Position?                    1
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Name <string> The name of the windows device group from which to modify the settings. This must be the actual windows device group name used in the RAS farm.

-Id <uint> The ID of a windows device group from which to modify the settings.

-InputObject <WinDeviceGrouparrow-up-right> The Windows Device Group to modify.

-DisplayName <string> Modify the description of the Windows Device Group.

-Description <string> Modify the description of the Windows Device Group.

-Enabled <bool> Enable or disable the Windows Device Group.

-DisableRemovableDrives <bool> Enable or disable Removeable Drives.

-DisablePrintScreen <bool> Enable or disable Print Screens.

-ReplaceDesktop <bool> Enable or disable the Replace Desktop option.

-KioskMode <bool> Enable or disable Kiosk Mode.

-UseClientAsDesktop <bool> Enable or disable the Client As Desktop option.

-AdminModePassword <SecureString> The Admin Mode Passoword.

-EnableFirewall <bool> Enable or disable Firewall option.

-RequestAuthorization <bool> Enable or disable the Request Authorization option.

<CommonParameters>

INPUTS

WinDeviceGrouparrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASWinDeviceGroup -Name "WinDeviceGroup" -Description "updated desc" Modifies the description of the Windows device group specified by name. ---------- EXAMPLE 2 ---------- Set-RASWinDeviceGroup -Id 1 -Description "updated desc" Modifies the description of the Windows device group with Id 1. ---------- EXAMPLE 3 ---------- Set-RASWinDeviceGroup $WinDeviceGroupObj -Description "updated desc" Modifies the description of the Windows device group specified by the object obtained from the pipeline output.

Last updated