This question maybe dump, but how can I query the 'special' event log called 'Microsoft-Windows-GroupPolicy/Operational'?
Get-EventLog -Source "GroupPolicy" -LogName "Microsoft-Windows-GroupPolicy/Operational"
fails and below as well...
Get-EventLog -Source "GroupPolicy" -LogName "Microsoft-Windows-GroupPolicy"