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',
>>> 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
>