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
Hello,
I am testing powershell to do some task, But I did not find the way to stop a vserver. I do that by command with
#vserver stop -vserver myvserver
How can I do that with powershell?
Best regards,
Mauro
Solved! See The Solution
1 ACCEPTED SOLUTION
MauroVarela has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 REPLY 1
MauroVarela has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank. I have alredy get the solution
Stop-NcVserver myvserver
Mauro
