Lansweeper doesn't collect data
I have made this PowerShell script that collects all connected printers from a computer, and puts them together in a text file:{ #Elevate script and exit current non-elevated runtime Start-Process ` -FilePath 'powershell' ` -Argum...