How can it be done using powershell?
- create connection to registered server group? (How can i do this?)
- execute the query
- mail the results
$SqlConnection = New-Object System.Data.SqlClient.SqlConnection
$SqlConnection.ConnectionString...
- This reply was modified 4 years, 11 months ago by a.spijker.