cancel
Showing results for 
Search instead for 
Did you mean: 

EV - Powershell

San_Bangalore
Level 5

I am using EV PowerShell from the below location and launched with EV service account. But still I am getting the below error message. We are using Windows 2008 R2 and EV 10.0.4. Any suggestions ?

 

WARNING: The following errors occurred when loading console C:\Program Files
(x86)\Enterprise Vault\EVShell.psc1:
Cannot load Windows PowerShell snap-in
Symantec.EnterpriseVault.PowerShell.Snapin because of the following error: No
snap-ins have been registered for Windows PowerShell version 2.
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Program Files (x86)\Enterprise Vault> Get-Help Get-IndexServerForIndexLoca
tion -detailed
Get-Help : Cannot find Help for topic "Get-IndexServerForIndexLocation".
At line:1 char:9
+ Get-Help <<<<  Get-IndexServerForIndexLocation -detailed
    + CategoryInfo          : ResourceUnavailable: (:) [Get-Help], HelpNotFoun
   dException
    + FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHe
   lpCommand

PS C:\Program Files (x86)\Enterprise Vault>

1 ACCEPTED SOLUTION

Accepted Solutions

Ben_Watts
Level 6
Employee Accredited

I think you'll have to use the solution to the below technote:-

http://www.symantec.com/docs/TECH67075

 

Use the 32bit version of PS, include the full path to the correct version in your scripts and it should work perfectly.

View solution in original post

1 REPLY 1

Ben_Watts
Level 6
Employee Accredited

I think you'll have to use the solution to the below technote:-

http://www.symantec.com/docs/TECH67075

 

Use the 32bit version of PS, include the full path to the correct version in your scripts and it should work perfectly.