Elevated status error when running ConfigureHub post-install script

Problem

When running the ConfigureHub.ps1 Powershell script during the Hub installation process, you receive the error message Process should have elevated status to access IIS configuration data.

Cause

This issue is typically caused by Powershell execution policy restricting execution of scripts that modify IIS permissions.

Solution

You can resolve this problem by executing the following Powershell command:

powershell -ExecutionPolicy ByPass -File ConfigureHub.ps1

See the appropriate installation topic for more information about the values to use for the parameters above:

 

 

Table of Contents

Index

Glossary

-Search-

Back