How to adminstrate a handful of Windows workstations?
-
@Pete-S said in How to adminstrate a handful of Windows workstations?:
but they are set up as "standalone" systems with local users
AKA "Snowflakes"
-
@JaredBusch said in How to adminstrate a handful of Windows workstations?:
Everytime I want to do something, I would make it a powershell script and save it.
And document in something like a wiki!
-
@Pete-S said in How to adminstrate a handful of Windows workstations?:
Everything else in the network is linux/bsd.
Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.
How are you admining the non-Windows machines in this environment?
-
@scottalanmiller said in How to adminstrate a handful of Windows workstations?:
@Pete-S said in How to adminstrate a handful of Windows workstations?:
Everything else in the network is linux/bsd.
Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.
How are you admining the non-Windows machines in this environment?
Just scripts for now but Ansible is in the works.
-
@Pete-S said in How to adminstrate a handful of Windows workstations?:
@scottalanmiller said in How to adminstrate a handful of Windows workstations?:
@Pete-S said in How to adminstrate a handful of Windows workstations?:
Everything else in the network is linux/bsd.
Using anything like Salt, Ansible, Chef, Puppet for those? Those will work for the Windows boxes just the same.
How are you admining the non-Windows machines in this environment?
Just scripts for now but Ansible is in the works.
Then I would probably make Windows via Ansible just another part of that plan.
-
I would use chocolatey and script updates/tasks into powershell script then use Windows task system to run that script every day. Use powershell remoting for anything else you don't want scripted
-
@Pete-S
SaltStack, search it here or under my name alot of topics.
Why SS, best support for Windows.
-
@jmoore said in How to adminstrate a handful of Windows workstations?:
I would use chocolatey and script updates/tasks into powershell script then use Windows task system to run that script every day. Use powershell remoting for anything else you don't want scripted
And both Ansible and SaltStack have chocolatey modules too.
-
@JaredBusch said in How to adminstrate a handful of Windows workstations?:
@Pete-S said in How to adminstrate a handful of Windows workstations?:
@JaredBusch said in How to adminstrate a handful of Windows workstations?:
Everytime I want to do something, I would make it a powershell script and save it.
With remote powershell enabled on all workstations, it should be fairly effortless to maintain.
Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.
So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?
Yes. For example, somewhere on here, I have a Poweshell script posted that let's you install printers.
Edit: Here is that post
Post not found.
-
@DustinB3403 said in How to adminstrate a handful of Windows workstations?:
@JaredBusch said in How to adminstrate a handful of Windows workstations?:
@Pete-S said in How to adminstrate a handful of Windows workstations?:
@JaredBusch said in How to adminstrate a handful of Windows workstations?:
Everytime I want to do something, I would make it a powershell script and save it.
With remote powershell enabled on all workstations, it should be fairly effortless to maintain.
Some individual tasks might take more time than it seems worth at first to figure out how to script it, but int he long run it will be the best solution.
So you're saying I should keep the workstations as they are, but administer them as a group by using remote powershell?
Yes. For example, somewhere on here, I have a Poweshell script posted that let's you install printers.
Edit: Here is that post
Post not found.
fixed