This is done on a core server 2016
in powershell
Install print services:
install-windowsfeature print-services
enable the print spooler:
set-service spooler -startuptype automatic
start the print spooler:
net start spooler
if you can't pint the print server, you may have to tweak the domain firewall. Or turn it off with:
set-netfirewallprofile -profile domain -enabled false
Then manage the printers through another server that runs a GUI because you're not a complete masochist.
Subscribe to:
Post Comments (Atom)
Pulling local admin accounts on a windows system WITH POWERSHELL
There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...
-
Situation: Vizio sound bar works. But all of a sudden, no sound. The movie is playing fine, but no sound. On the sound bar itself, two ind...
-
I have a customer that would like 3 monitors, for whatever reason. The Dell 9020 is capable of this, and this is how I got it to work. No ...
No comments:
Post a Comment