when i run
Get-WmiObject -Class Win32_PrintJob -NameSpace "root\CIMV2"
on my Print server, it takes much time. how can i monitor the progress of execution of this command. or how can i show a user a progress bar when the command is being executed?
when i run
Get-WmiObject -Class Win32_PrintJob -NameSpace "root\CIMV2"
on my Print server, it takes much time. how can i monitor the progress of execution of this command. or how can i show a user a progress bar when the command is being executed?