$pc = $env:ComputerName; Configuration MyService { # One or many nodes possible Node $pc { Service ServiceExample { Name = "TermService" StartupType = "Auto" State = "Running" } } }