Rui Qiu's Tech Blog
← Back to all posts

October 24, 2016

Add a SCCM deployment with Powershell

Here is a powershell command for creating a SCCM deployment

  Start-CMApplicationDeployment -CollectionName “Collection Name” -Name “Softwarename” -DeployAction Install -DeployPurpose Available -UserNotification DisplayAll -AvaliableDate (Get-Date) -AvaliableTime (Get-Date) -Verbose

  Source: http://www.bewi.at/?p=1132