jueves, 7 de junio de 2018

Revisar que impresoras tiene asignadas un usuario

Para revisar o verificar de forma remota, que impresoras tiene configurado un usuario, utilizar el siguiente comando de powershell:

To check or verify remotely, which printers a user has configured, use the following powershell command:

Get-WmiObject Win32_Printer -ComputerName PC0001| Select SystemName, Name, Path



(PC0001=HOSTNAME REMOTE PC)


No hay comentarios.:

Publicar un comentario