text stringlengths 0 4.23k |
|---|
<SNMPindex |
<communityname> |
{e|-d} |
Remarks |
Examples |
To display all standard TCP/IP printing ports on the server \Server1, type: |
cscript prnport -l -s Server1 |
To delete the standard TCP/IP printing port on the server \Server1 that connects to a network printer at 10.2.3.4, type: |
cscript prnport -d -s Server1 -r IP_10.2.3.4 |
To add a standard TCP/IP printing port on the server \Server1 that connects to a network printer at 10.2.3.4 and uses the TCP raw protocol on port 9100, type: |
cscript prnport -a -s Server1 -r IP_10.2.3.4 -h 10.2.3.4 -o raw -n 9100 |
To enable SNMP, specify the "public" community name and set the SNMP index to 1 on a network printer at 10.2.3.4 shared by the server \Server1, type: |
cscript prnport -t -s Server1 -r IP_10.2.3.4 -me -y public -i 1 -n 9100 |
To add a standard TCP/IP printing port on the local computer that connects to a network printer at 10.2.3.4 and automatically get the device settings from the printer, type: |
cscript prnport -a -r IP_10.2.3.4 -h 10.2.3.4 |
prnqctl |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Prints a test page, pauses or resumes a printer, and clears a printer queue. This command is a Visual Basic script located in the %WINdir%\System32\printing_Admin_Scripts\<language> directory. To use this command at a command prompt, type cscript followed by the full path to the prnqctl file, or change directories to the appropriate folder. For example: cscript %WINdir%\System32\printing_Admin_Scripts\en-US\prnqctl. |
%WINdir%\System32\printing_Admin_Scripts\<language> |
cscript %WINdir%\System32\printing_Admin_Scripts\en-US\prnqctl |
Syntax |
cscript Prnqctl {-z | -m | -e | -x | -?} [-s <Servername>] [-p <Printername>] [-u <Username>] [-w <password>] |
Parameters |
Parameter |
Description |
-z |
Pauses printing on the printer specified by the -p parameter. |
-m |
Resumes printing on the printer specified by the -p parameter. |
-e |
Prints a test page on the printer specified by the -p parameter. |
-x |
Cancels all print jobs on the printer specified by the -p parameter. |
-s <Servername> |
Specifies the name of the remote computer that hosts the printer that you want to manage. If you don't specify a computer, the local computer is used. |
-p <Printername> |
Required. Specifies the name of the printer that you want to manage. |
-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 don't specify an account, you must be logged on under an account with these permissions for the command to work. |
/? |
Displays help at the command prompt. |
<Servername> |
<Printername> |
<Username> |
<password> |
Remarks |
Examples |
To print a test page on the Laserprinter1 printer shared by the \Server1 computer, type: |
cscript prnqctl -e -s Server1 -p Laserprinter1 |
To pause printing on the Laserprinter1 printer on the local computer, type: |
cscript prnqctl -z -p Laserprinter1 |
To cancel all print jobs on the Laserprinter1 printer on the local computer, type: |
cscript prnqctl -x -p Laserprinter1 |
prompt |
Changes the Cmd.exe command prompt, including displaying any text you want, such as the name of the current directory, the time and date, or the Microsoft Windows version number. If used without parameters, this command resets the command prompt to the default setting, which is the current drive letter and directory followed by the greater than symbol (>). |
Syntax |
prompt [<text>] |
Parameters |
Parameter |
Description |
<text> |
Specifies the text and information that you want to include in the command prompt. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.