How would I create a script to run the following command on a remote computer:
Rename-Printer -Name '(printer name)' -NewName '(New Printer Name)'
Thank you!
I think I figured why it won't rename from my previous post.
The names are different in both the remote computer and the computer I'm working with.
Can someone help with this script?