PowerShell - System Administration
What will be the output of this PowerShell command?
Get-Service -Name W32Time | Select-Object -Property Status
Get-Service -Name W32Time | Select-Object -Property Status
Get-Service -Name W32Time fetches the service object, and piping it to Select-Object -Property Status extracts only the status property.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions