Can LogicMonitor use Active Directory OU information for grouping?
Hi,
We have our servers organized in AD and use those OUs to group similar machines together. Can I access that information in LM in any way? I want to make a collection in LM of all the machines in a certain OU in AD but don't know if that's possible or not.
Thanks.
Kel L
Posted 9 months ago·Last reply 9 months ago
4 comments
Mike Moniz
·9 months agoTaking a quick peak, there are few existing ones that have "powershell" in the name like addCategory_Veeam_BackupAndReplication_PowerShell. But really you just need to have it output the values and an exit code:
(Write-Host also works)
Kel L
OP9 months agoOh. That's it? That seems pretty simple. I can think of a bunch of uses for this.
Thanks.