Mike Resnick
Activity overview
Latest activity by Mike Resnick-
Mike Resnick commented, Mick Duffin and Mike Kercher For the Dell BIOS config for WOL: First, you need to download Dell Command Configure and create an EXE package of the BIOS settings. I'll explain a bit. Their GUI makes...
-
Mike Resnick commented, Mick Duffin We also do WOL to wake computers overnight for all sorts of deployments and activities. If you want, I have a package you can use for configuring the Windows side of WOL. And if you use...
-
Mike Resnick commented, Mick Duffin If it's helpful and if you are just looking for a NoReboot, in-place upgrade, here's our package that I made. We use it for the systems that can't reboot during the day. It's silent in...
-
Mike Resnick commented, Paul Lange I had originally written this post to upgrade from Windows 8 to Windows. To just do Feature Updates, you can remove the first step and just have the first step be the command-line to upg...
-
Mike Resnick commented, Paul Lange This is the line: If ($OS.version -match "10.") Just change that line to: If ($OS.version -match "10.0.18363") You would just need to update that line with each subsequent Feature Upd...
-
Mike Resnick commented, Paul Lange Change the version check in the final PowerShell step to look for version: "10.0.18363" that is 1909. Good luck! -Mike
-
Mike Resnick commented, Hi Scott, I'm just pasting what I said to Kyle above... First, is there at least 20GB free on the target machine for the setup to expand and install Windows 10? We have UAC enable on all of our wor...
-
Mike Resnick commented, Hi Kyle, First, is there at least 20GB free on the target machine for the setup to expand and install Windows 10? We have UAC enable on all of our workstations. There is no need to disable UAC for ...
-
Mike Resnick commented, Hi Chris, Thank you for your comments. I wanted to clarify that the first step was also for users that do not have PDQ Inventory. Unfortunately, the edit function on this post is missing, so I cann...
-
Mike Resnick commented, Just FYI, After .NET Framework 4.7 was released, you won't be able to use Brigg's method above, since it will report as "Microsoft .NET Framework 4 Multi-Targeting Pack" with a version of "4.0.xxxx...