Hi!
Just started to learn powershell and I think I'm loving it :-)
Anyways, trying to make a script to determine what roles are installed on a server. And if the roles are missing then install them.
I've tried get-wmi0bject -class win32_product
but that returns no output whatsoever.
Please advice.