< Back

Add-AppvPublishingServer

Tue Jan 29, 2019 9:24 pm

NAME Add-AppvPublishingServer



SYNOPSIS

Adds a publishing server for the computer that runs the App-V client.





SYNTAX

Add-AppvPublishingServer [-Name] <String> [[-UserRefreshIntervalUnit] <IPublishingServer+IntervalUnit>] [-URL] <String> [[-GlobalRefreshEnabled]

<Boolean>] [[-GlobalRefreshOnLogon] <Boolean>] [[-GlobalRefreshInterval] <UInt32>] [[-GlobalRefreshIntervalUnit] <IPublishingServer+IntervalUnit>]

[[-UserRefreshEnabled] <Boolean>] [[-UserRefreshOnLogon] <Boolean>] [[-UserRefreshInterval] <UInt32>] [<CommonParameters>]





DESCRIPTION

The Add-AppvPublishingServer cmdlet adds a new publishing server for the computer that runs the Microsoft Application Virtualization (App-V)

client to connect to. After the server has been added, the computer that runs the App-V client can use the server to obtain publishing refresh

data, stream packages, and perform other operations.





PARAMETERS

-GlobalRefreshEnabled [<Boolean>]

Specifies whether to turn on the refreshing of the publishing server for all packages that are published globally. You can set the refresh to

be at the time of logon or on a defined time interval.



Required? false

Position? 3

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-GlobalRefreshInterval [<UInt32>]

Specifies the time interval for the refresh of globally published packages.



Required? false

Position? 5

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-GlobalRefreshIntervalUnit [<IPublishingServer+IntervalUnit>]

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



Required? false

Position? 6

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-GlobalRefreshOnLogon [<Boolean>]

Specifies whether a refresh of all packages published to globally occurs every time that a user logs into the target computer.



Required? false

Position? 4

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

Specifies the friendly name of the publishing server.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-URL <String>

Specifies the URL path of the App-V publishing server.



Required? true

Position? 2

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UserRefreshEnabled [<Boolean>]

Specifies whether to turn on the refreshing of the publishing server for all packages that are published to the user. The refresh can be set

to be at the time of logon or on a defined time interval.



Required? false

Position? 7

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UserRefreshInterval [<UInt32>]

Specifies the time interval for refreshes of user-published packages.



Required? false

Position? 9

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UserRefreshIntervalUnit [<IPublishingServer+IntervalUnit>]

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



Required? false

Position? 10

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UserRefreshOnLogon [<Boolean>]

Specifies whether a refresh of all packages published to the user occurs every time that a user logs into the target computer.



Required? false

Position? 8

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

Microsoft.AppvAgent.AppvPublishingServer







1:















RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=827701

Get-AppvPublishingServer

Remove-AppvPublishingServer

Set-AppvPublishingServer

Sync-AppvPublishingServer