Users mapped "shared" printers
Hi,Sorry, first post so please forgive any mistakes!With powershell i can run this command which shows just the mapped network printers on a users machine.Get-Printer | where Shared -eq $trueIm trying to figure out how i can get that information into...