Set-AppvPublishingServer

Modifies properties of an App-V Publishing Server.

Syntax

Set-AppvPublishingServer
   [-ServerId] <UInt32>
   [[-GlobalRefreshEnabled] <Boolean>]
   [[-GlobalRefreshOnLogon] <Boolean>]
   [[-GlobalRefreshInterval] <UInt32>]
   [[-GlobalRefreshIntervalUnit] <IntervalUnit>]
   [[-UserRefreshEnabled] <Boolean>]
   [[-UserRefreshOnLogon] <Boolean>]
   [[-UserRefreshInterval] <UInt32>]
   [[-UserRefreshIntervalUnit] <IntervalUnit>]
   [<CommonParameters>]
Set-AppvPublishingServer
   [-Server] <AppvPublishingServer>
   [[-GlobalRefreshEnabled] <Boolean>]
   [[-GlobalRefreshOnLogon] <Boolean>]
   [[-GlobalRefreshInterval] <UInt32>]
   [[-GlobalRefreshIntervalUnit] <IntervalUnit>]
   [[-UserRefreshEnabled] <Boolean>]
   [[-UserRefreshOnLogon] <Boolean>]
   [[-UserRefreshInterval] <UInt32>]
   [[-UserRefreshIntervalUnit] <IntervalUnit>]
   [<CommonParameters>]

Description

The Set-AppvPublishingServer cmdlet modifies properties of an already existing Microsoft Application Virtualization (App-V) Publishing Server. To obtain an App-V Publishing Server object, use the Get-AppvPublishingServer cmdlet.

Parameters

-GlobalRefreshEnabled

Specifies whether the server does automatic syncs with the publishing server for all globally published packages.

Type:Boolean
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GlobalRefreshInterval

Specifies a time span that represents the period where refreshes occur for packages published globally.

Type:UInt32
Position:3
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GlobalRefreshIntervalUnit

Specifies the unit of time measurement. The acceptable values for this parameter are: day and hour.

Type:IntervalUnit
Accepted values:Hour, Day
Position:4
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-GlobalRefreshOnLogon

Specifies whether a refresh occurs for all package published globally every time that a user logs into the target computer.

Type:Boolean
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Server

Specifies an AppvPublishingServer object. To obtain an AppvPublishingServer object, use the Get-AppvPublishingServer cmdlet.

Type:AppvPublishingServer
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ServerId

Specifies the identifier for the App-V Publishing Server. This can be queried using the Get-AppvPublishingServer cmdlet.

Type:UInt32
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-UserRefreshEnabled

Specifies whether user refresh is enabled.

Type:Boolean
Position:5
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserRefreshInterval

Specifies the identifier for the App-V Publishing Server. This can be queried using the Get-AppvPublishingServer cmdlet.

Type:UInt32
Position:7
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserRefreshIntervalUnit

Specifies the unit of time measurement. The acceptable values for this parameter are: day and hour.

Type:IntervalUnit
Accepted values:Hour, Day
Position:8
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserRefreshOnLogon

Specifies whether a refresh occurs every time that a user logs into the computer.

Type:Boolean
Position:6
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.AppvAgent.AppvPublishingServer

Outputs

Microsoft.AppvAgent.AppvPublishingServer