[Puppet Users] Re: agent not launching on windows client

2022-05-23 Thread Andrew Jones
Open a power shell window and run `puppet resource service puppet` you should see something like this; PS C:\Users\Administrator> puppet resource service puppet service { 'puppet': ensure => 'running', enable => 'true', logonaccount => 'LocalSystem', provider => 'windows',

Re: [Puppet Users] Re: agent not launching on windows client

2022-05-23 Thread Andrew Jones
>>> 3) after I run it manually at least once. >>>> >>>> The problem is that I need it to run withOUT being run manually. >>>> Suggestions? >>>> >>> -- > You received this message because you are subscribed to the Google Groups >