
Brad Barfoot
Activity overview
Latest activity by Brad Barfoot-
Brad Barfoot created a post, PowerShell Scanner for Scheduled Tasks and running Services
I have a need to see all the enabled scheduled tasks and what account they are running as... and all active services with the runas account. I've been searching the archives, found a chain asking a...
-
Brad Barfoot commented, Nope, corrected that and still the same error output: Unregister-ScheduledTask : No MSFT_ScheduledTask objects found with property 'TaskName' equal to 'MPI Update'. Verify the value of the propert...
-
Brad Barfoot commented, I have tried both methods.. imbedding the command directly in the Powershell step window, and created a .ps1 script in my Repository and pointed the PS step to it using the Insert PowerShell Script...
-
Brad Barfoot created a post, Powershell script to remove Scheduled Task fails when deployed but works on the local device
I am using a short PS script to remove a Scheduled Task. It works fine from the Powershell windows on a test workstation, but fails everytime when I try to deploy the exact same command. Unregiste...
-
Brad Barfoot commented, I have a similar collection created. The issue is to be sure that the current state of the computer being online and no user logged in, requires a scan before the scheduled reboot deployment. I'm w...
-
Brad Barfoot created a post, Custom Scan for Online PCs that need reboots and have no user logged in
We are a 7/24 operation, so I don't have the luxury of a maintenance window to force reboots. I've been playing with the following: 1. Force a "computer information" scan every 2 hours. 2. Schedule...
-
Brad Barfoot created a post, PDQ Deploy CrowdStrike Falcon Sensor installs but Deploy never shows complete
I am trying to deploy the sensor agent for Crowdstrike. It looked like a fairly straightforward package. Command line is: windowssensor.exe /install /quiet /norestart CID=xxxxxx I've created the st...
-
Brad Barfoot created a post, Duplicate Windows Update Packages
We are still in the initial setup of using PDQ for server patching. Today, I noticed that in the list of downloaded Windows update packages, there are duplicates of the same package. These are NOT ...
-
Brad Barfoot commented, Turns out it wasnt a PDQ issue after all.... deeper investigation revealed it was a DFS replication issue. Once I took care of that, deployments began working. Thanks to all
-
Brad Barfoot commented, Just for clarification, I'm trying to deploy the pre-built app packages.. not custom created.