Find print server on which a printer is installed using powershell in Domain
  
 
     
     
             
                 
 
 
         up vote 
         0 
         down vote 
 
         favorite 
         
 
 
 
 
 
             
 
             
 
     
 
 I need to quickly find out the server on which a printer is installed in my Domain. There are 12 print servers with more than 50 printers on each. I used fol command but I get error   PS C:>Get-Printer -Name "PayRoll_Sec_ptr"    But this command give me result only when used on the particular server on which the printer is installed. That means I have to write it on 12 servers (or till I get the server where the printer is installed"   When I used this command on my AD Role computer. it says   the term "get-printer" is not recognized as the name of a cmdlet, function,    script file, or operable program.       
 
         
             
                 windows powershell printing dns 
             
         
 
     
         
             
  share | improve this question  
  ...