First Time user having problems with Collections
So I just installed PDQ Inventory and Deploy
I am trying to do Active Directory Sync (I do have admin rights for the server / domain)
It lists my staff PCs but show many of them as Target Computer Offline even though I now the devices are online and staff are using them (I also have Meraki System's Manager)
What am I doing wrong?
-
Hi Kevin,
another thing to check - try pinging one of the PC's from your PDQ server. If the PC firewall is set to block ping, it will show as offline.
You can open for ping in Windows Firewall by creating a single-step deployment package and sending it to the affected PCs. The step should be Command type, and contain these commands:
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
netsh advfirewall firewall add rule name="ICMP Allow incoming V6 echo request" protocol=icmpv6:8,any dir=in action=allowLet us know how it goes.
Please sign in to leave a comment.
Comments
2 comments