Google News
logo
PowerShell - Quiz(MCQ)
How can you display the type of variable that one is?
A)
By typing "gettype()"
B)
By typing "getmember()"
C)
By typing "$variable.getmember()"
D)
By typing "$variable.gettype()"

Correct Answer :   By typing "$variable.gettype()"

Advertisement