Set-RASPubVDIDesktop
Last updated
Last updated
Set-RASPubVDIDesktop
Modifies properties of a published desktop.
Set-RASPubVDIDesktop []** (uint) [- {Enabled | Disabled | UseClientSettings}] [- {AnyGuest}] [ (bool)] [ (bool)] [ (bool)] [ (string)] [- {UseAvailableArea | FullScreen | W640xH480 | W800xH600 | W854xH480 | W1024xH576 | W1024xH768 | W1152xH864 | W1280xH720 | W1280xH768 | W1280xH800 | W1280xH960 | W1280xH1024 | W1360xH768 | W1366xH768 | W1400xH1050 | W1440xH900 | W1600xH900 | W1600xH1024 | W1600xH1200 | W1680xH1050 | W1920xH1080 | W1920xH1200 | W1920xH1440 | W2048xH1152 | Custom}] [- {Disabled | Enabled | Maintenance}] [ (bool)] [ (uint)] [ (string)] [ (uint)] [ (bool)] [ (bool)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [ (string)] [ (bool)] [ (bool)] [- ()] [- (uint[])] [ (bool)] [ (bool)] [ (uint)] [ (bool)] [ (string)] [- ()] [ (uint)] [- ()] [ (uint)] [()]
Set-RASPubVDIDesktop [-] () [- {Enabled | Disabled | UseClientSettings}] [- {AnyGuest}] [ (bool)] [ (bool)] [ (bool)] [ (string)] [- {UseAvailableArea | FullScreen | W640xH480 | W800xH600 | W854xH480 | W1024xH576 | W1024xH768 | W1152xH864 | W1280xH720 | W1280xH768 | W1280xH800 | W1280xH960 | W1280xH1024 | W1360xH768 | W1366xH768 | W1400xH1050 | W1440xH900 | W1600xH900 | W1600xH1024 | W1600xH1200 | W1680xH1050 | W1920xH1080 | W1920xH1200 | W1920xH1440 | W2048xH1152 | Custom}] [- {Disabled | Enabled | Maintenance}] [ (bool)] [ (uint)] [ (string)] [ (uint)] [ (bool)] [ (bool)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [- (string)] [ (string)] [ (bool)] [ (bool)] [- ()] [- (uint[])] [ (bool)] [ (bool)] [ (uint)] [ (bool)] [ (string)] [- ()] [ (uint)] [- ()] [ (uint)] [()]
Modifies properties of a published desktop.
You can include only those parameters (desktop properties) that you want to modify.
To set filtering options, use Pub Filtering cmdlets.
Defines whether the connection is persistent or not.
Specifies the 'Matching Mode' option to connect with.
Acceptable values: AnyGuest.
Possible values: AnyGuest
Specifies the VDI Host Pool from which to publish a desktop.
Specifies the VDI Host Pool from which to publish a desktop.
Specifies the RAS Template from which to publish a desktop.
Desktop width.
Desktop height.
Desktop Size. Possible values are: 0 (Use available area), 1 (Full screen), Custom = 25.
Specific sizes are specified by numbers in the 2 to 24 range: 2 (640x480), 3 (800x600), ... 24 (2048 x 1152)
Listed in that order: 640x480, 800x600, 854x480, 1024x576, 1024x768, 1152x864, 1280x720,
1280x768, 1280x800, 1280x960, 1280x1024, 1360x768, 1366x768,
1400x1050, 1440x900, 1600x900, 1600x1024, 1600x1200, 1680x1050,
1920x1440, 1920x1080, 1920x1200, 2048x1152
Possible values: UseAvailableArea, FullScreen, W640xH480, W800xH600, W854xH480, W1024xH576, W1024xH768, W1152xH864, W1280xH720, W1280xH768, W1280xH800, W1280xH960, W1280xH1024, W1360xH768, W1366xH768, W1400xH1050, W1440xH900, W1600xH900, W1600xH1024, W1600xH1200, W1680xH1050, W1920xH1080, W1920xH1200, W1920xH1440, W2048xH1152, Custom
Acceptable values: Enabled, Disabled, UseClientSettings.
Possible values: Enabled, Disabled, UseClientSettings
Replicate shortcut settings to all sites.
Create a shortcut on a client's desktop.
Create a shortcut in the client's Start folder.
Create a shortcut in the client's Auto Start folder.
Specifies the path in the Start folder where the shortcut will be created.
Inherit default shortcut settings.
Start a resource automatically when a user logs on.
Exclude application from prelaunch.
A new name to assign to the published resource.
Published resource icon file name. Can be an executable (.exe), a .dll or a .ico file.
Icon index
Specifies the index of the icon that will be loaded from the binary specified in the Icon property
Replicate Maintenance
Inherit Maintenance
Possible values: Disabled, Enabled, Maintenance
Maintenance message for the published resource in English.
Maintenance message for the published resource in Japanese.
Maintenance message for the published resource in French.
Maintenance message for the published resource in Spanish.
Maintenance message for the published resource in Italian.
Maintenance message for the published resource in Portuguese.
Maintenance message for the published resource in Dutch.
Maintenance message for the published resource in German.
Maintenance message for the published resource in Chinese (Traditional).
Maintenance message for the published resource in Chinese (Simplified).
Maintenance message for the published resource in Korean.
Published resource description.
An array of sites to which to publish a resource.
An array of sites to which to publish a resource.
Enable or disable Preferred Routing.
Published resource ID.
An object specifying the published resource.
To obtain the object, use the Get-PubItem cmdlet.
Site ID.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Set-RASPubVDIDesktop -Id 1 -Enabled $false
Disables a published desktop specified by ID. **---------- EXAMPLE 2 ----------
Set-RASPubVDIDesktop $PubVDIDesktop -Enabled $false
Disables a published desktop specified by the $PubVDIDesktop object.
To obtain the object, use the Get-RASPubVDIDesktop cmdlet. **---------- EXAMPLE 3 ----------
Get-RASPubVDIDesktop -Id 1 | Set-RASPubVDIDesktop -Enabled $false
Disables a published desktop specified by an object obtained from the pipeline output.
() Specifies the Multi-monitor option.
() Changes the availability status of the published resource.