Hints and tips
The hints and tips provided in this section are designed to help you address common issues you might experience when installing and using the Operating System Deployment feature.
Create the installation or uninstallation log file
- To create the installation log file, run the .exe file from the command line with this parameter: /v"/l install.log"
- To create the uninstallation log file, run the .exe file from command line with this parameter: /v"/l uninstall.log"
Set the log level in the register
OSD supports five log levels: debug, info, warning, error, and fatal. The default log level is info.
To change the level, set the LogLevel value as another one of the five types under this register path: HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\Systems Management Integrations\Log.
Test WinPE-based sequence actions
General page | Make this task sequence available to boot media and PXE. Otherwise, the network client cannot receive the intended task from the Configuration Manager server. |
General page | Browse to select the collection of the target server. |
Schedule page | Mandatory assignments. As soon as possible |
Schedule page | Program rerun behavior: Never rerun advertised program (default). |
Distribution Points page | Access content directly from a distribution point when needed by the running task sequence. In WinPE, the default option, Download content locally when needed by running task sequence, does not work. WinPE causes the task sequence server to ignore all actions that have packages set for this option. |
Interaction page | Show task sequence progress |
Windows PE | Enable command support (testing only). |