PowerShell Logo Small

Add-ClusterPrintServerRole



This is the built-in help made by Microsoft for the command 'Add-ClusterPrintServerRole', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a clustered print server, a resource group that includes a printer and a disk for storing print job information and printer drivers.

SYNTAX


Add-ClusterPrintServerRole [[-Name] <String>] [-Cluster <String>] [-IgnoreNetwork <StringCollection>] [-InputObject <PSObject>] [-StaticAddress <StringCollection>] [-Storage
<StringCollection>] [-Wait <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Add-ClusterPrintServerRole cmdlet creates a clustered print server (a resource group that includes a printer and a disk for storing print job information and printer
drivers).


When adding a clustered print server, specify a name for the print server, any IP address information that is not automatically supplied by your DHCP settings, and the
storage volume or volumes that the clustered print server should use for print job information and printer drivers.


Note: This cmdlet has been deprecated and is only supported on Windows Server® 2008 R2 and lower.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321013
Get-ClusterGroup
Move-ClusterGroup
Remove-ClusterGroup
Start-ClusterGroup
Stop-ClusterGroup

REMARKS

<

Examples


Example 1

PS C:\>Add-ClusterPrintServerRole -Storage "Cluster Disk 5"
Name OwnerNode State
---- --------- -----
cluster1PS node1 Online



This example creates a clustered print server using Cluster Disk 5, and assigns a default name.




Example 2

PS C:\>Add-ClusterPrintServerRole -Storage "Cluster Disk 5" -Name MyPrintServer
Name OwnerNode State
---- --------- -----
MyPrintServer node1 Online



This example creates a clustered print server using Cluster Disk 5, and assigns the name MyPrintServer.