In this section you can select what kind of SCCM distribution model you want to use: package or application
Create SCCM package
Choose to create an SCCM package. Select a cofiguration from the combo to specify the metadata of the package. Additionally you can specify a custom Package Definition File by selecting the Browse…
Create SCCM application
Choose to create an SCCM application. Select a cofiguration from the combo to specify the metadata of the application.
Edit configurations
Edit the existent configurations or create new ones.
Command Line Switches
- /SccmPdf – contains the name of the configuration or the full path of an SMS file you want to use for this deployment.
- /SccmPdfListConfigs – list all predefined PDF configurations that can be used with /SccmPdf command.
Example of commands:
Copy
/SccmPdf "C:\work\MsiConfiguration.sms"
/SccmPdf "MSI Default"
/SccmPdfListConfigsWas this article helpful?
YesNo