SMSNomad.exe command-line switches
This executable does not normally need to be run on a command-line, but details are provided here for reference purposes. SMSNomad.exe is normally installed as part of Nomad and configured using Configuration Manager Admin console extensions. It is also available in Nomad OSD tools in order to include in WinPE images so that Nomad can be used in OS Deployments.
Please refer to Distributing software with Nomad and Configuration Manager: Nomad tab for different types of content and Installing Nomad Branch Tools for a step-by-step guide to installing Nomad Branch Tools, which contains the Nomad Configuration Manager console extensions and Nomad OSD tools.
The format of the Nomad command-line is as follows:
SMSNomad.exe [switches] InstallCommandLine
Where InstallCommandLine is the command-line required for the target installation. For example:
SMSNomad.exe --wr=20 setup.exe SMSNomad.exe msiexec.exe /i install.msi /qn
Note
The double dash is required to distinguish the Nomad command-line switches from the Configuration Manager command-line switches.
The following table shows the Nomad command-line switches and their description:
Switch | Default value | Description |
---|---|---|
--// | Use this option to enable the use of double slash arguments in the target command-line (required by smsnomad.exe --// cscript.exe //Nologo | |
--contentid | The content identifier. | |
--cp | Supported in dd-alone mode only. --cp=CachePath Can be used to override the cache path (destination directory) of the download. This does not support peer sharing. As the new CachePath location is not shared, peer machines will not be able to copy from this cache. This feature is suitable for protecting bandwidth when downloading to single devices. This value is set for the duration of the program. NoteWhen modifying the cache path using cp the relocated cache will not be cleaned out by the cache cleaner. | |
--debug | 9 | The debug level. This value is set in the registry and is retained.
|
--hash | The hash for the package to download and used to verify the integrity of the package on the DP. --hash=PackageHash | |
--hf | Stands for hash first. If the package is partially available in the local cache, causes a hash check to run on it. If the hash check passes, the cached package is used and no download occurs. Since hash check runs by default on fully downloaded packages, this switch is relevant only for partially downloaded content. | |
--inst | Causes SMSNomad to quit immediately after downloading the package, instead of waiting for the package command line to finish. | |
--mc | Specifies that this package may be multicast if required. If multicast is not licensed, a warning is logged and the standard peer-to-peer functionality used. This value is set for the duration of the program. | |
--p2p | Turns peer-to-peer communications off for the duration of the current package transfer. | |
--pc | 1 | Priority for keeping the cache. Use values between 1 (the lowest priority) and 9 (the highest priority). If 0 is specified, then the default 1 is used. |
--pkgid | Package identifier for the package to download. --pkgid=PackageID | |
--pp | Sets --pp=PackagePath NoteThis option is required in standalone mode. | |
--prestage | This option enables Nomad to download a package without the need to run any executable in the package. Supported in standalone mode only. It replaces the need for a dummy program command-line, for example: “cmd.exe /c echo nothing” | |
--s | This standalone mode option should be used when running Nomad independently of Configuration Manager. The | |
--s2 | As above, however, if the package is already cached, unlike | |
--timeout | Duration (in seconds) after which the download will time out. --timeout=seconds | |
--ver | Version of the package to download. --ver=PackageVersion | |
--wr | 80 | The work rate. This is the proportion of available (i.e., free) bandwidth. The range is 1 to 100, although it is not a simple percentage. This value is set for the duration of the program. If using intraday work rates and the Please refer to MaxWorkRates for more details about intraday work rates. |
--wro | Override the intraday work rate. When If only the Please refer to MaxWorkRates for more details about intraday work rates. |