NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

VSC Powershell - Latest version??

CarlTech35
6,609 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
6,505 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
6,588 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
6,527 Views

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

 

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

ekashpureff
6,506 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
6,449 Views

I really appreciate the help with this one.

 

Thanks!

Public