Export Printer Queue to excel sheet
how can export printer queue excel sheet without software?
on windows 8, use get-printjob powershell command job information write-output generate file.
there several csv options in powershell
convertfrom-csv
convertto-csv
export-csv
import-csv
name
get-printjob
synopsis
retrieves list of print jobs in specified printer.
syntax
get-printjob [-printername] <string> [-asjob [<switchparameter>]] [-cimsession <cimsession>] [-computername
<string>] [-id <uint32>] [-throttlelimit <int32>] [<commonparameters>]
get-printjob [-printerobject] <ciminstance> [-asjob [<switchparameter>]] [-cimsession <cimsession>] [-id <uint32>]
[-throttlelimit <int32>] [<commonparameters>]
description
get-printjob cmdlet retrieves current print jobs in specified printer. use printername parameter
list print jobs specified printer.
cannot use wildcard characters get-printjob. can use get-printjob in windows powershell remoting
session.
not need administrator privileges use get-printjob.
related links
remove-printjob
restart-printjob
suspend-printjob
resume-printjob
alan morris windows printing team
Windows Server > Print/Fax
Comments
Post a Comment