Initialize-OSDCloudStartnet
Last updated
Was this helpful?
Initializes the OSDCloud startnet environment.
Module
OSD
Platform
WinPE (amd64 / arm64)
This function initializes the OSDCloud startnet environment by performing the following tasks:
Creates a log path if it does not already exist.
Copies OSDCloud config startup scripts to the mounted WinPE.
Initializes a splash screen if a SPLASH.JSON file is found in OSDCloud\Config.
Initializes hardware devices.
Initializes wireless network (optional).
Initializes network connections.
Updates PowerShell modules.
Initialize-OSDCloudStartnet [-WirelessConnect] [-WifiProfile] [-ProgressAction <ActionPreference>]
[<CommonParameters>]-WirelessConnect
SwitchParameter
False
Specifies whether to connect to a wireless network. If this switch is specified, the function will attempt to connect to a wireless network using the Start-WinREWiFi function.
-WifiProfile
SwitchParameter
False
No additional description provided.
Last updated
Was this helpful?
Was this helpful?
Initialize-OSDCloudStartnet -WirelessConnect
Initializes the OSDCloud startnet environment and attempts to connect to a wireless network.
