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
Hi guys,
** not related to the Toolkit **
I want to run Snapmanager commands from Powershell (New-Backup for example) - to do that I need to use the 'SMEJobLauncher' application:
.\NetApp\Snapmanager for Exchange> SMEJobLauncher New-Backup ....
with SMSQL I can just import/add the Snapin and then run the commands:
>Add-PSSnapin NetApp.SnapManager.SQL.PS.Admin
> New-Backup ...
What would be the equivalent in SME?
cheers
Joel
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Joel,
Can you upgrade to the latest version of SME, and retry
Add-PSSnapin NetApp.SnapManager.Exchange.PS.Admin
These snappin are imported when you open the snapmanager for exchange cmdlets console
In a normal powershell console, you would need to manually import the snapin using add-pssnapin
5 REPLIES 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Joel,
All SnapManager's have pssnapins and not modules. you would need to add the pssnapin to start using the cmdlets.
Add-PSSnapin NetApp.SnapManager.Exchange.PS.Admin
Also, here are the list of cmdlets in "NetApp.SnapManager.Exchange.PS.Admin"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks Vinith
I don't have that (?!)
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Joel,
Can you upgrade to the latest version of SME, and retry
Add-PSSnapin NetApp.SnapManager.Exchange.PS.Admin
These snappin are imported when you open the snapmanager for exchange cmdlets console
In a normal powershell console, you would need to manually import the snapin using add-pssnapin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vinith,
I've managed to run the New-Backup command from the PS for SME console (not from the native PS console), which is good enough
thank you
