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 all,
I'm looking to run advanced commands from WFA, but I don't know if it's possible to run these commands via API.
My original intention is to remove alerts generated by full volumes from Global Status. Requires run registry command in advanced mode. We follow commands indicated in KB1011645
Anyone know how to do it?
Thanks in advance,
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This won't be possible via any API as these are advanced options. Need to write a custom command with something like following one:
$command = "priv set advanced ;registry set options.thresholds.fsFull 101" Or "priv set advanced ;registry set options.thresholds.fsNearlyFulll 101"
Then to invoke the command :
Invoke-NaSsh -Command $command
You can do this for per volume basis also as the KB shows volume level option also.
If you want a command implementation for the same you may contact one of the WFA field champions.
Thanks
Tanmoy
