windows 8 - Get a GPO setting using powershell -
on windows 8 machine, want read gpo setting "accounts: block microsoft accounts" can manually configured going here :
computer configuration -> windows settings -> security settings -> local policies -> security options -> "accounts: block microsoft accounts"
however want read setting using powershell script
the 2 options tried:
- generate html report using get-gporeport : local policies dont come up.
- using gpresult /r : local group policy says following gpos not applied because filtered out.
can guide me how should proceed. extremely new powershell!
thanks.
first, need generate gpo report using get-gporeport
cmdlet , parse xml or html report parameter need.
Comments
Post a Comment