
Margus Potter
Deploy & Inventory big fan :)
Comments
-
my 5 cents... easier is to make Powershell Step than use that technet script... Or make multiple steps with different rsat tools and define parameters like IF member of this collection then install...
-
You dont need define in sql any collections / id-s etc, make generic one and run report directly on collection container, you know, right click and Run Report...
-
Just installed actually... Step 1 Install Framework - $(Repository)\HP\HPSA\HPSA8x\HPSupportSolutionsFramework.msi Step 2 Install Support Assistant - $(Repository)\HP\HPSA\Setup.exe /s /v /qn Step ...
-
This is yes meant for Microsoft Store for Business + SCCM. But stuff like calculator, sticky notes etc is PowerShell Step as usual. Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-Appx...
-
Just tested 4 phun freeware "NetWrix Bulk Password Reset" and changed 10 000 PC admin accounts
-
All Local User>Name>Contains>somename etc or Equals Administrator etc or some expression ^(Administrator|Guest|admin|user)$ Disabled>Is True start with those maybe
-
For win 8.1 I have one deploy package with 3 powershell steps, working in domain for all users, old and new (not run as logged on user) Step 1 - Remove All Metro Apps Get-AppxPackage -AllUsers | Re...
-
after MDT pc install is ca 1h with schedules, but 25min is my average full pc install if I push all manually.. right click deploy once... (from conf and update bios / drivers, ca 40 programs and pl...
-
Hard to replicate your specifics but... I have 100 year old script that i still use as a base in Deploy for my HP/Epson/Samsung etc printers, never failed, works for 7,8,10, same soft and drivers.....
-
Include Entire Directory? or create Custom Command Line step or create New Step > Command msiexec.exe /i "installer.msi" ALLUSERS=1 /qn /norestart TRANSFORMS="file.mst" Files: add your msi and mst...