cancel
Showing results for 
Search instead for 
Did you mean: 
BravoZulu
Level 5

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!)

  1. Outputs a file called c:\EVBestPracticeRegKeys_<servername>.txt.  Alternatively you can specify a path to the log file (i.e. ./EVBP.ps1 c:\temp)
  2. Updated the Regcheck function to check for existence of Reg path and report on certain conditions (test-path)
  3. Added Set-ExecutionPolicy Remotesigned to avoid initial run error
  4. Shortened the filename to EVBP.ps1
  5. 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

Comments
PJuster
Level 5
Employee Accredited

A great tool, ideal for healthchecks, makes checking simple.

Nice work

PJuster
Level 5
Employee Accredited
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.
MariaFC
Not applicable

Very nice tool, thanks.

andyrafferty
Not applicable

I have the same experience as P Juster. First try no joy but if you rename the file it works. What gives?

waldowilliams
Level 4
Partner

Has anyone complied the registry settings for V9 and v10 and would be willing to share them?

 

 

Thanks!!

HotRob
Level 4
Partner Accredited

FYI - Article above "Enterprise Vault Best Practice Registry Keys and Boot.ini Settings" has been moved to a new link in Article:TECH71173:

http://www.symantec.com/business/support/index?page=content&id=TECH71173&profileURL=https%3A%2F%2Fsy...

Ben_Shorehill
Level 4
Partner Accredited Certified

Cool script.

Ben_Shorehill
Level 4
Partner Accredited Certified

That's weird. Should be able to avoid any issues if you run: Set-ExecutionPolicy unrestricted

 

 

Version history
Last update:
‎02-03-2010 04:56 AM
Updated by: