- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
get AD Computer with PowerShell
TheOnlyOne
Observer
04-08-2019
07:17 AM
Hello,
i have a powershell script that give me ad computer objects back.
it works perfect.
The Script run every 24h. Cron Schedule 0 */1440 * ? * *
Im not sure about the time settings. I will get every time the summary of AD Computer Objects
My search is:
sourcetype=AD DNSHostName="W10_1*" | stats count as Total
The Problem is i get every time differnt values back. At the moment i have set Date & TIme Range last 24h.
At 2 o clock i get 200 Objects back, at 3 o clock i get 130 Objects back 😞
I get from the script every 24h new data. in this Time i will see the right values.
Can anybody help me?
