ONTAP Discussions

VSC Powershell - Latest version??

CarlTech35
3,598 Views

Is there anyone that can tell me if there is a latest version of this software?

 

If so, can you point me to a download link?

 

 

1 ACCEPTED SOLUTION

ekashpureff
3,494 Views

Carl -

 

The instructions are there in the link I posted.

 

 

  1. Extract the .zip file to $Home\Documents\WindowsPowerShell\Modules.

    For example, you might extract the cmdlets to the following directory:

    C:\Users\Administrator\My Documents\WindowsPowerShell\Modules

  2. Open a Windows PowerShell window and enter the following command to unblock the files:

    gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File

  3. Open a new Windows PowerShell window and run the following command:

    Import-Module VSC


I hope this response has been helpful to you.

At your service,

Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, Fast Lane US http://www.fastlaneus.com/
(P.S. I appreciate 'kudos' on any helpful posts.)

 

View solution in original post

4 REPLIES 4

ekashpureff
3,577 Views

 

Carl -

 

The cmdlets are included with the VSC download.

 

See the documentaion:

https://library.netapp.com/ecmdocs/ECMLP2371574/html/frameset.html

 


I hope this response has been helpful to you.

 

At your service,

 

Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, FastLane US http://www.fastlaneus.com/
(P.S. I appreciate 'kudos' on any helpful posts.)

 

CarlTech35
3,516 Views

Where is the documentation on how to enable the PowerShell commandlets?

 

Unfortunately, I dont see anything that says how to do it.

ekashpureff
3,495 Views

Carl -

 

The instructions are there in the link I posted.

 

 

  1. Extract the .zip file to $Home\Documents\WindowsPowerShell\Modules.

    For example, you might extract the cmdlets to the following directory:

    C:\Users\Administrator\My Documents\WindowsPowerShell\Modules

  2. Open a Windows PowerShell window and enter the following command to unblock the files:

    gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File

  3. Open a new Windows PowerShell window and run the following command:

    Import-Module VSC


I hope this response has been helpful to you.

At your service,

Eugene E. Kashpureff, Sr.
Independent NetApp Consultant http://www.linkedin.com/in/eugenekashpureff
Senior NetApp Instructor, Fast Lane US http://www.fastlaneus.com/
(P.S. I appreciate 'kudos' on any helpful posts.)

 

CarlTech35
3,438 Views

I really appreciate the help with this one.

 

Thanks!

Public