Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Site Related Forums
 Article Discussion
 Article: Monitoring SQL Server Agent with Powershell

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2009-03-24 : 09:27:44
This article introduces the reader to Powershell. The application that it demonstrates is one that monitors SQL Server Agent to make sure it is running.

Read Monitoring SQL Server Agent with Powershell

acollins74
Yak Posting Veteran

82 Posts

Posted - 2009-05-04 : 09:22:12
This is cool and have used the WMI myself. I have run into problems collecting information from domains that are not trusted though. Is there a way to collect information off servers that are not joined to the domain with powershell?
Go to Top of Page

pelegk2
Aged Yak Warrior

723 Posts

Posted - 2010-03-19 : 05:30:24
there is a way in WMI object to use username+password, which i assume will help you
to make authentication with another server, and then query it
Go to Top of Page
   

- Advertisement -