Forum Discussion
PatrickF11
Aug 22, 2019MCT
AD groups in update management (azure automation accounts)
Hi, i think i need help regarding the Azure automation acccounts update management. Our goal is to centraly update our on-prem Windows servers. To achive this i installed the monitoring agent on a...
PatrickF11
Sep 09, 2019MCT
Even though there weren't any answers:
Things are working now. A few days later, i was able to see the groups supposed to be. 🙂
What should to be fixed is the fact, that the feature "usage of groups" is not ideally implemented. After choosing a group, saving and reopen the config you can see, that the single machines were listet, no longer the group name, which results in the fact, that newly addede machines to a group woun't appear here.
LoverOfMuzik
Mar 23, 2020Copper Contributor
Try this query when creating a machine group
ComputerGroup | where GroupSource == "ActiveDirectory" and Group == "" | distinct Computer
ComputerGroup | where GroupSource == "ActiveDirectory" and Group == "" | distinct Computer