Last active
July 15, 2021 18:13
-
-
Save tkuennen/e2a43b3dbebd2aa18348f45a10e36584 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-WmiObject -Class Win32_Printer | where{$_.Network -eq ‘true‘}| foreach{$_.delete()} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public