Applications Systems
AppInsight for IIS Polling fails - Process requires elevated status to access IIS configuration data
Your IIS PowerShell polling fails giving you the following error: The installed PowerShell WebAdministration module cannot be imported into the PowerShell session. System.InvalidOperationException: Process should have elevated status to access IIS configuration data. You need to edit your registry to resolve.
First published date
Last published date
Overview
Your IIS PowerShell polling fails giving you the following error: The installed PowerShell WebAdministration module cannot be imported into the PowerShell session. System.InvalidOperationException: Process should have elevated status to access IIS configuration data.
Product section
Cause
Resolution
You will need to edit your registry to resolve this issue.
- Access your registry.
- Set LocalAccountTokenFilterPolicy in registry, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system to 1.
If the value is missing, add it to the subkey and set it to 1.
For additional information:
- How to change the Remote UAC LocalAccountTokenFilterPolicy registry setting in a Windows Vista image
- Access denied to Administrative (Admin) shares in Windows 8