EV Server Registry Key Best Practice Checks (Powershell script)
Created: 03 Feb 2010 | Updated: 01 Nov 2010 | 5 comments
This may be useful for EV health checks or just to determine whether you have your regkeys setup as per Best Practice;
http://support.veritas.com/docs/326236
BZ
PS; Rename the file with a .ps1 extension (i.e. EVBP.ps1)
Edit: Updated the script as follows (Thank you PJ for your input!)
- Outputs a file called c:\EVBestPracticeRegKeys_<servername>.txt. Alternatively you can specify a path to the log file (i.e. ./EVBP.ps1 c:\temp)
- Updated the Regcheck function to check for existence of Reg path and report on certain conditions (test-path)
- Added Set-ExecutionPolicy Remotesigned to avoid initial run error
- Shortened the filename to EVBP.ps1
- Now checks the Wow6432Node Key for values on x64bit too
Note: In order to run this script, go to a PowerShell command prompt, navigate to the directory where you saved the .ps1 file, type ./EVBP.ps1
Download Filed Under:
Comments 5 Comments • Jump to latest comment
A great tool, ideal for healthchecks, makes checking simple.
Nice work
If you feel this is a solution please mark it as such.
TIA Paul
https://www-secure.symantec.com/connect/downloads/...
https://www-secure.symantec.com/connect/downloads/...
It has been found if you save the attachment, rename and then try to run it it fails saying the script is not signed, yet if you open the attached file in IE copy the contents to a notepad and save as a .ps1 it will run fine. weird but worth pointing out.
If you feel this is a solution please mark it as such.
TIA Paul
https://www-secure.symantec.com/connect/downloads/...
https://www-secure.symantec.com/connect/downloads/...
Very nice tool, thanks.
I have the same experience as P Juster. First try no joy but if you rename the file it works. What gives?
George Terry - http://www.arcitsolutions.co.uk/
Has anyone complied the registry settings for V9 and v10 and would be willing to share them?
Thanks!!
Would you like to reply?
Login or Register to post your comment.