Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
CarlTech35 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Carl -
The instructions are there in the link I posted.
- 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
- Open a Windows PowerShell window and enter the following command to unblock the files:
gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File
- 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.)
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where is the documentation on how to enable the PowerShell commandlets?
Unfortunately, I dont see anything that says how to do it.
CarlTech35 has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Carl -
The instructions are there in the link I posted.
- 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
- Open a Windows PowerShell window and enter the following command to unblock the files:
gci -R $Home\Documents\WindowsPowerShell\Modules\VSC | Unblock-File
- 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.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I really appreciate the help with this one.
Thanks!