21

They laugh at me when I'm still using windows batch scripts.

I ask them how to check the cpu architecture within a batch, to check whether administrator rights are present and if not, enabling the default windows admin and create another admin over the default admin. I ask them how they'd set a registry key within a batch...

They don't have any idea...

Comments
  • 1
    Im pretty sure i know most of them. do you mean the new account should be more privileged than the default admin by another admin over the default admin?
  • 1
  • 0
    @paradonym i would recommend you look into puppet, specifically the facter tool. What you describe are 'facts' of your machine. You would use those facts to drive the configuration of your machine to the state you want it to be.

    https://docs.puppet.com/facter/

    Thank me later
Add Comment