
Margus Potter
Deploy & Inventory big fan :)
Comments
-
I am using for years only Command step: powercfg.exe -h off and never failed.
-
Just tested 4 phun freeware "NetWrix Bulk Password Reset" and changed 10 000 PC admin accounts
-
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...
-
I did same in my 10 locations, 1 windows server with DFS namespace root and 9 basic ubuntu workstations (domain joined) with big harddrives for plain DFS repository deploy shares as referral tartge...
-
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...
-
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...
-
I have only OEM BIOS keys so I run in Deploy: Set-ExecutionPolicy Bypass -Force $ProductKey = (Get-WmiObject -Class SoftwareLicensingService).OA3xOriginalProductKey iex "cscript /b C:\Windows\Syste...
-
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
-
If you have correct backup then cmd > pdqinventory restoredatabase. Or check database.. my notes from past: Stop inventory service. Open sqlite console from Preferences or cmd: cd "%ProgramFiles(x8...