Comments
-
I will post my script once its done, this was eventually successful, I need to take the XML response I received from the document call and place them in the discovery call. Works well
-
Hi Tdanner, I am attempting to use the api using powershell without the SDK but with the rest api. However I am getting this error "Verb Orion.Discovery.CreateCorePluginConfiguration requires 1 parameters not 0" Rest variable is $json = { "BulkList": [ { "Address": "xx.x.x.xx" } ], "WmiRetriesCount": 1,…
-
I wanted to work with the rest api for 2 reasons. One to not be dependent on the Connect-swis/invoke-swisverb. The other was to get more experience with powershell and rest.
-
Hi There is no effort planned or otherwise to add a discovery verb for wmi for Windows? Is there anything that is comparable being look at? Thanks again
-
Got the script working. Discovers everything using the discovery document. Will post or send it to you once I clean it up thanks for your help