Ben Gibb
Activity overview
Latest activity by Ben Gibb-
Ben Gibb commented, Thanks for that Colby.Can't believe I overlooked this.We are in the middle of a domain migration and hadn't added the the user accounts from the new domain.
-
Ben Gibb commented, Breaking it down to its simplest form: $Output = .\BiosConfigUtility64.exe /getvalue:"TPM Device"<BIOSCONFIG Version="" Computername="MyComputer" Date="2020/05/18" Time="10:05:01" UTC="10"> <ER...
-
Ben Gibb commented, You can get around this to a certain degree by using %computername% in batch or $env:computername in powershell. But I agree, this would be a nice addition.
-
Ben Gibb commented, No worries at all.Glad I could help.
-
Ben Gibb commented, This will usually happen if the program is waiting for some form of user interatcion. What happens if you run the command line manually? (AcrobatUpd is obviously just an example)
-
Ben Gibb commented, Hi Tim,The forum members are going to need a bit more information to be able help you with this.What is the error (do you have a picture)?Does the software install if you run the installation comma...
-
Ben Gibb commented, Hi Kyle,You have a few options. One of them would be to do as you suggest and script a download using either pure powershell or something like Aria2. It is probably more sane however to use Windows...
-
Ben Gibb created a post, Deploy PDQ Client Consoles
Following the instructions in the blog post here: https://www.pdq.com/blog/how-to-deploy-pdq-client-consoles/ The packages install perfectly.The only issue is that it prompts for the PDQ service pa...
-
Ben Gibb commented, Embarrassingly, looking back on my edit history, I also just found I had an empty @{} hiding just before my [pscustomobject] that was causing this.PDQ Inventory removes the old data the next time y...
-
Ben Gibb commented, Looks like it was as simple as exporting, deleting, and re-importing the scan profile. I did have one hiccup however where PDQ Inventory crashed when deleting the scan profile. As the program didn'...