Google News
logo
PowerShell - Quiz(MCQ)
Point out the wrong statement________ in PowerShell.
A)
Get-Content delete content from a file
B)
Trace-Command trace an expression or command
C)
Get-Command retrieve basic information about a command
D)
None of the above

Correct Answer :   Get-Content delete content from a file


Explanation : Clear-Content remove content from a file/item

Advertisement