AWS WMI Scanning - Access Denied
Scenario: Error “Access Denied” when scanning an AWS Windows machine with a local user account
Open Group Policy editor and navigate to Computer Configuration -> Windows Settings -> Local Policies -> Security Options
Double click to modify User Account Control: Run all administrators in Admin Approval Mode
Change to Disabled
Same can be disabled from registry by running below powershell command.
Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 0
REBOOT
I mean actually reboot, dont just say that you rebooted without really rebooting.