PowerShell - Remote Management
What will be the output of this command?
Invoke-Command -ComputerName localhost -ScriptBlock { Get-Date -Format 'yyyy' }Invoke-Command -ComputerName localhost -ScriptBlock { Get-Date -Format 'yyyy' }Get-Date -Format 'yyyy' which returns the current year as 4 digits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions