Pokaż porty TCP/IP drukarki na komputerze

Aby wyświetlić porty TCP/IP drukarki jakie są skonfigurowane na komputerze wydajemy polecenie:

Cscript c:\Windows\System32\Printing_Admin_Scripts\pl-PL\Prnport.vbs -l -s NazwaKomputera

Wykorzystując powyższy skryp można wykonac także inne operację na portach TCP/IP drukarki. Dostępne opcje:
-a -tworzy standardowy port TCP/IP dla drukarki
-d -usuwa standardowy port TCP/IP dla drukarki
-l -pokazuje listę standardowych portów TCP/IP drukarki, przy użyciu opcji -s można wskazać inny komputer
-g -wyświetla konfigurację standardowych portów TCP/IP drukarki
-t -konfiguruje ustawienia standardowych portów TCP/IP drukarki
-r <nazwaPortu> -określa port do którego podłączona jest drukarka

-s <ServerName> -Specifies the name of the remote computer that hosts the printer that you want to manage. If you do not specify a computer, the local computer is used.

-u <UserName> -w <Password> -Specifies an account with permissions to connect to the computer that hosts the printer that you want to manage. All members of the target computer’s local Administrators group have these permissions, but the permissions can also be granted to other users. If you do not specify an account, you must be logged on under an account with these permissions for the command to work.

-o {raw | lpr} -Specifies which protocol the port uses: TCP raw or TCP LPR. If you use TCP raw, you can optionally specify the port number by using the -n parameter. The default port number is 9100.

-h <HostAddress> -Specifies (by IP address) the printer for which you want to configure the port.

-q <QueueName> -Specifies the queue name for a TCP raw port.

-n <PortNumber> -Specifies the port number for a TCP raw port. The default port number is 9100.

-m{e | d} -Specifies whether SNMP is enabled. The parameter e enables SNMP. The parameter d disables SNMP.

-i <SNMPIndex -Specifies the SNMP index, if SNMP is enabled. For more information, see RFC 1759 at the RFC Editor Web site (http://go.microsoft.com/fwlink/?LinkId=569).

-y <CommunityName> -Specifies the SNMP community name, if SNMP is enabled.

-2{e | -d} -Specifies whether double spools (also known as respooling) are enabled for TCP LPR ports. Double spools are necessary because TCP LPR must include an accurate byte count in the control file that is sent to the printer, but the protocol cannot get the count from the local print provider. Therefore, when a file is spooled to a TCP LPR print queue, it is also spooled as a temporary file in the system32 directory. TCP LPR determines the size of the temporary file and sends the size to the server running LPD. The parameter e enables double spools. The parameter d disables double spools.