Spotlight on SQL Server - Powershell API

I am highly interested in expansion of the Powershell API to automate administration tasks.  When dealing with hundreds of connections, working through the GUI is not preferable.

 

Here are some new API functions that would save me a lot of time:

  1. Get all connections on a DS (useful since we have federation)
  2. Create View
  3. Add Connections to a View (List would be nice, but for loop is easy enough) 
  4. Get connections from View
  5. Delete connection
  6. Apply an alarm template to a connection (would apply everything in the template)

 

And please add example code in your documentation! 

Parents Reply Children