
Lavar Lawrence
Posts
-
Stream or output live deployment status?
I've made an internal mobile app that taps into our PDQ server and can run PowerShell or Python to it. Currently I can deploy packages to our computers via CLI command and get feedback that the dep...
-
Depoy or Scan Multiple domain names but same computer
Lets say we have a domain called contoso.com and John's laptop is now John.contoso.com John isn't using a VPN, but John has a program installed that still lets PDQ scan and deploy to his laptop at ...
-
Parse PDQ Inventory CLI Output data
Trying to parse data to collect info via code from inventory directly. Basically from PowerShell I save the output $compdata = PDQInventory GetComputer $compname output is formatted like this (I ...
-
How to call schedule deployment?
I know how to call pdq packages for deployments via powershell but I have a situation where I need a client computer to call packages because it cannot be reached directly. I'd rather it call a sch...
-
Pass variables to new deployment?
Powershell/Deploy Question. We only have PowerShell remoting on servers. I am using this command from one deployment to call another deployment to a separate machine. Invoke-Command -ComputerName $...
-
How to show PowerShell output file in deployment?
I have a package using PowerShell that is just starting a program (Transwiz) to backup user data. The program has an option of creating a log file to view so I currently have it pointed to some fol...
-
Dynamic collection value based on other collection value?
So to explain: Nested in my computer model collection I have a bios version collection. Nested under that is two collections. One scanning for the current bio version which I manually put the value...