microsoft / microsoft/CSS-Exchange
Health Checker/SetupAssist - GPO Check Blocked PowerShell
@dpaulson45 is already working on this.
Since Dec 6, 2024.
- Dominant language
- PowerShell
- Stars
- 1.3k
- Forks
- 395
- Avg merge
- 14h 7m
- Merged PRs (30d)
- 5
Description
Is your request related to a problem? Please describe.
Recently had a customer provide the issue #1338, while we fixed the issue to allow Health Checker to complete and run. They still ended up having issues with running an LDAP query against AD even though they had permissions to do so. Also wasn't able to reproduce the issue in a lab initially. Turns out this was caused by a GPO that was blocking PowerShell on the server.
Describe The Request
Need to have Health Checker and SetupAssist check for this setting in GPO/Registry.

Additional context
This sends up causing issues with PowerShell trying to do LDAP Search that causes this exception: Exception calling "FindOne" with "0" argument(s): "Unknown error (0x80005000)". I am also assuming other issues can occur.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.