-
Microsoft Active Directory Health Check PowerShell Script Version 2.08
April 28, 2020
#Version 2.08 8-May-2020
- Add checking for a Word version of 0, which indicates the Office installation needs repairing
- Change color variables $wdColorGray15 and $wdColorGray05 from [long] to [int]
- Change location of the -Dev, -Log, and -ScriptInfo output files from the script folder to the -Folder location (Thanks to Guy Leech for the “suggestion”)
- Reformatted the terminating Write-Error messages to make them more visible and readable in the console
- Update Function SetWordCellFormat to change parameter $BackgroundColor to [int]
You can always find the most current script by going to https://www.carlwebster.com/where-to-get-copies-of-the-documentation-scripts/
Thanks
Webster
8 Responses to “Microsoft Active Directory Health Check PowerShell Script Version 2.08”
Leave a Reply
June 2, 2021 at 1:29 pm
I have a question. Is it possible to report on only one domain in the forest? It appears what I am seeing the requirement is to report on all domain within the forest?
Correct?
June 2, 2021 at 1:31 pm
The original script author did not add a way to restrict the script to a single domain. Sorry.
Webster
February 16, 2021 at 10:39 am
Gracias!!, estoy script son muy utiles y me han ayudado bastante, sin embargo ¿seria posible que se haga algún ajuste para que no requiera tener Word installado?
Mil gracias.
Carlos
February 17, 2021 at 4:43 pm
I had to use Google Translate to figure out what you said.
The original script author never added HTML or Text output options. I have no plans to add those to this script. Sorry.
Webster
November 16, 2020 at 8:52 am
Hello Carl, Thanks for all of your efforts.
when I got through the download link it give me invalid link error.
November 16, 2020 at 8:59 am
The links were not supposed to expire. I assume there was an update to ShareFile that reset all my links as you are not the first to report a dead link. I will go through and check the links to every download.
Thanks for letting me know.
Webster
October 9, 2020 at 11:18 am
Hi,
First, thank you for taking the time and effort to put this script together. Does this script support the Office 365 Word version?
I’m getting an error message at the very end when trying to create the document. The error message is “Unable to save the output file, c:\[path]\ADHealthCheck_v2_Signed.ps1:4306 char:1.
I have sufficient disk space and i’m able to use your other script, ADDS_Inventory_V3_Signed.ps1, just fine to create a Word doc output.
Thanks,
Rod
October 9, 2020 at 12:20 pm
The vast majority of times, the fix for this issue is to do a full online repair of Office. Because Office has no PowerShell cmdlets, I have to use COMObjects and they are a PITA to work with.
The author of that script only provided Word output. I don’t use that script, so I have not taken the time to add HTML and Text output options.
Thanks
Webster