PowerShell - Remote Management
What is the output of this PowerShell command?
Invoke-Command -ComputerName Server01,Server02 -ScriptBlock { Get-Date }Invoke-Command -ComputerName Server01,Server02 -ScriptBlock { Get-Date }Get-Date, which returns the current date and time on each remote server.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions