matiprie
Engaged Sweeper
since ‎07-06-2022
‎07-11-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...