PowerShell - Working with Objects
What will be the output of this PowerShell code?
$obj = "hello"
$obj.GetType().Name
$obj = "hello"
$obj.GetType().Name
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions