Now that we can use PowerShell, let's get started with some OSD Module fun
To speed things up in WinSE, you should enable the High Performance Power Plan. To do this simply use the following PowerShell Command
OSDWinPE -InitializeNetwork
By default, WinSE does not have Network initialized, so you can't Ping or run things like Microsoft DaRT Remote Recovery
To enable WinSE Network Support, use the following PowerShell Command
OSDWinPE -InitializeNetwork
Now Microsoft DaRT Remote Recovery will work, but we have a Firewall Prompt
OSDWinPE -DisableFirewall
To disable the Firewall, use the following PowerShell Command
OSDWinPE -DisableFirewall
Even though the Firewall gets disabled, still getting a message when launching Remote Recovery
Yes, there is a command for that
And there it is ... no prompts and minimized