Margus Potter
Deploy & Inventory big fan :)
Comments
-
not sure, never tested cause I use for this WSUS.. maybe smth like this to add in xml? <Updates Enabled="TRUE" UpdatePath="path to install files" />
-
I am using Step 1 before any deployment easy check e.g. Chrome in this case (options - quit deployment with error) : $Processes = Get-Process if ( $Processes.ProcessName -contains "chrome" ) { ...
-
I have 2 similar SQL ones to offer, you can play around with them, maybe helps... Show PC-s where users are in Local Admin group: SELECT Computers.Name as "Computer Name", Computers.CurrentUs...
-
Not so complex, and basically a one-time job to create the needed package. Those are very good instructions, deploying o365 years with that. Only thing I change is "configuration.xml" e.g. when I n...
-
ok, then you cannot also run sql report. ... d.PhysicalDiskType as [Disk Type], ... I used to run free version for years... ca 300 pc-s.. but after 1000+ without schedules etc nonono... paid versio...
-
"post from 4 years ago about scanning for SSDs with no solution" What post or what you looking for? brgds, Margus EDIT: If you mean Collection by Disk Type SSD or HDD then simply create Dynamic Col...
-
Hi, Well... all machines can be added if they have ip or hostname and "visible" but what to do afterward with them, you dont get much data or functionality for them in pdq? pdq is win and for *nix ...
-
Depends what you mean by "add Linux machines to PDQ Inventory". Collect your "Linux" machines Collect Non-Windows computers in PDQ After that, only thing I am using is good ol' Putty. Also, all *ni...
-
Hi, its kinda PDQ basics > PDQ Deploy and PowerShell go together like eggs and bacon So I would use last step in deploy: #Create a 7-Zip Shortcut to Public Desktop with Powershell $TargetFile = "$...
-
1. You cannot run on your computer app for remote pc what does not have remote capabilities e.g. like windirstat have mapping option. 2. Run as Remote Command, works. Install PatchCleaner, copy ins...