ONTAP Discussions
ONTAP Discussions
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?
Solved! See The Solution
Carl -
The instructions are there in the link I posted.
For example, you might extract the cmdlets to the following directory:
C:\Users\Administrator\My Documents\WindowsPowerShell\Modules
gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File
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.)
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.)
Where is the documentation on how to enable the PowerShell commandlets?
Unfortunately, I dont see anything that says how to do it.
Carl -
The instructions are there in the link I posted.
For example, you might extract the cmdlets to the following directory:
C:\Users\Administrator\My Documents\WindowsPowerShell\Modules
gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File
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.)
I really appreciate the help with this one.
Thanks!