
csummers
Activity overview
Latest activity by csummers-
csummers commented, sorry for the delayed response, the option to cleanup is not checked in preferences. Yes I can see everything in All Deployments in Deploy. I was seeing this in 17 and I am still seeing the issue...
-
csummers created a post, Deployment history not showing in computer information
Hello, I have noticed recently that deployment history is not being shown in computer information. I know we have seen deployment history in here before. Is there some global setting that would ...
-
csummers created a post, dynamic collection for systems with older Windows updates
I am trying to find a way to create a collection that will show me systems that are say on the previous months Windows cumulative update. I am already using the built in collections to track syste...
-
csummers commented, perfect, thanks so much. I wanted to use IP instead of computer name in case this runs on subnet away from PDQ Server and I don't want to wait for AD to update
-
csummers commented, I just did this the other day, here is a VB script that works for us that moves it to an Inventory OU Set objSysInfo = CreateObject("ADSystemInfo")Set objComputer = GetObject("LDAP://" & objSysInfo...
-
csummers created a post, pipe computer IP into -Targets in powershell
Hello, I am testing running PDQ deployments from PS. I want to pipe the target computer's IP into the command. Here is what I have, but it does not apply the $ip value to -Targets $ip = (($ipV4 =...