Debugging/ServiceConfiguration.ps1
configuration ServiceConfiguration { Import-DscResource -ModuleName nPSDesiredStateConfiguration nService Wecsvc { Name = 'Wecsvc' StartupType = 'Automatic' State = 'Running' } } |
configuration ServiceConfiguration { Import-DscResource -ModuleName nPSDesiredStateConfiguration nService Wecsvc { Name = 'Wecsvc' StartupType = 'Automatic' State = 'Running' } } |