Comments
-
Disappointed this isn't a thing. Is there a way to script this instead?
-
Thanks Rob, this worked perfectly.
-
Thanks Jiri, The ID is unique to each node so I didnt want to enter hundreds of ID's to ignore so I used the UniqueName instead. Working ok now. Cheers
-
I also have the exact same issue of one database missing. From time to time it will re-appear in the list but usually no more than few hours. Am using the sa account.
-
I worked it out... Just needed to add $proxy = new-object System.Net.WebProxy "proxy.domain.com:8080" $webclient.proxy=$proxy
-
Is there a way to make this work if your server is behind a proxy?
-
Excellent report, thank you. Is it possible to add a time range? e.g. last 7 days.