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

Popular posts from this blog

Error: 0x80073701 when trying to add Print Services Role in Windows 2012 Standard

Disconnecting from a Windows Server 2012 R2 file sharing session on a Windows 7,8,10 machine

Event ID 64,77,1008 Certificates Events Windows Server 2008, 2008R2