Sorry new around here!
Basically I want to create a simple script that will create a box that will output the data.
We have multiple print servers around Europe and to make it easy I want Tech users to be able to input the "Print Server Name" and it'll output the relevant information.
Currently using
Get-Printer -ComputerName SERVERNAME | Export-CSV -Path C:\temp\SERVERNAME.csv
So I just want a simple box that they can input only the server name and it'll output the information without the need of them going into powershell and changing the script.