Unsolved

This post is more than 5 years old

1 Message

23211

November 7th, 2011 09:00

PowerShell scripts?

Where can I find the powershell scripts mentioned in the whitepapers?

2 Intern

 • 

230 Posts

August 3rd, 2012 08:00

I am not certain what White Papers you are referring to. If you would send a link to the White Papers I would be more than happy to help you with these.

Script examples are included with the Storage Center Command Set when it is installed in:

C:\Program Files (x86)\Compellent Technologies\Storage Center PowerShell Command Set\Script Samples\

The Push2Tape script is the basis for the script you want to use. You will need to make some changes:

1. The script has a read-only property on it. Copy it to a different folder and remove this.

2. As you know the # sign is used to comment out lines of scripts. By default our sample script has an extra # sign in this line:

$connection = Get-SCConnection -HostName $schost -User $user -Password $pass #-Save $schost -Default

You will need to remove this in order to get the script to work properly.

Compellent Powershell Documentation is available on the Compellent Knowledge Center linked from the Customer Portal or directly at: knowledgecenter.compellent.com

For additional Powershell core concepts and information, you can refer to the following Microsoft Powershell website: technet.microsoft.com/.../powershell.aspx

or  at the Microsoft TechNet site on Powershell: technet.microsoft.com/.../ee692944.aspx

No Events found!

Top