Get-AppvPublishingServer

Get-AppvPublishingServer is accessible with the help of AppVClient module. To configure AppVClient, go through this link.

Synopsis

Returns App-V Server objects.

Description

The Get-AppvPublishingServer cmdlet returns an Microsoft Application Virtualization (App-V) Server object or set of App-V Server objects based on the criteria provided.

Parameters

-Name

Specifies the name of the App-V publishing server.

Type:String
Position:0
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-ServerId

Specifies the unique identifier of the App-V Publishing Server.

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

-URL

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

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

Syntax

Get-AppvPublishingServer [[-ServerId] <UInt32>] [<CommonParameters>]

Get-AppvPublishingServer [[-Name] <String>] [[-URL] <String>] [<CommonParameters>]

——————-Example 1——————-
Get servers by friendly name
PS C:\> Get-AppvPublishingServer -Name “Server*”
This command gets all publishing servers that have friendly names that start with the string Server.

——————-Example 2——————-
Get servers by server ID name
PS C:\> Get-AppvPublishingServer -ServerId 1
This command gets the publishing server that has the specified ID.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AppvPublishingServer

Get-Command Get-AppvPublishingServer powershell script command cmdlet appv cleint

You can also read about

  • Add-AppvPublishingServer
  • Remove-AppvPublishingServer
  • Set-AppvPublishingServer
  • Sync-AppvPublishingServer

To know more PowerShell cmdlets(Commands) on AppVClient click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *