-
Re: LDAP authentication
Do you mean authentication to your Solarwinds web site? If so you'd use the admin settings and use windows accounts/groups. If you mean you want to go to a website using WPM that requires an AD …1 -
Re: What We're Working On for EOC (Updated August 7th, 2020)
I haven't seen any of the new EOC stuff for 2.0 but I can't wait. More so now with NPM 12. The difference in "look" / "feel" between EOC and NPM now is even more pronoun…1 -
Re: Head geek assistance
1 -
Re: how to pull unmanaged nodes report in solar winds
Here it is in SWQL -- That's from some other post but I can't remember which one. I use it as a resource on one of my pages, you can put it in as a report as well using SWQL. SELECT N.Capti…1 -
Re: I need to generate a report that sorts the result using multiple conditions.
Using SWQL I usually use code that is something like what's shown below to do what you're looking for. WHERE Month(ToLocal(DateTimeUTC)) = Month(GetDate()) -1AND daydiff(datetrunc('wee…2
