Saturday, July 10, 2021

Azure template for SCCM

 az group create --name SCCM_LAB --location "Central US" #use this command when you need to create a new resource group for your deployment

az group deployment create --resource-group SCCMGroup --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/sccm/sccm-technicalpreview/azuredeploy.json


If passing the values to templates is complex then click on "Deploy to Azure" link in the below target page.


https://azure.microsoft.com/en-in/resources/templates/sccm-technicalpreview/


The packages can be copied to below share and browse from SCCM console.

\\sccmtestdpmp01\smspkgc$

SCCM console should be opened with AD user, not local user

No comments:

Post a Comment