You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the error below when attempting to update a deployment type using Set-CMDeploymentType
In my first attempt I get the cm deployment type then passed it to set-cmdeploymenttype and set the content location to something new. In my second attempt I used just set-cmdeploymenttype and still the same error.
The application was created through the GUI and works fine. Content distributed and application installs.
Example command
Set-CMDeploymentType -ApplicationName 'google chrome' -DeploymentTypeName 'Google Chrome - Windows Installer (*.msi file)' -ContentLocation '\server1\SourceFiles\GoogleChrome2'
Error
set-CMDeploymentType : The deployment type 'Microsoft.ConfigurationManagement.ApplicationManagement.MsiInstaller' is unrecognized
and cannot be used by this cmdlet.
At line:1 char:1
I'm getting this same error. Trying to pass a DeploymentType object (retrieved from Get-CMDeploymentType) for -InputObject and then specify a new content location with -ContentLocation.
Getting the error below when attempting to update a deployment type using Set-CMDeploymentType
In my first attempt I get the cm deployment type then passed it to set-cmdeploymenttype and set the content location to something new. In my second attempt I used just set-cmdeploymenttype and still the same error.
The application was created through the GUI and works fine. Content distributed and application installs.
Example command
Set-CMDeploymentType -ApplicationName 'google chrome' -DeploymentTypeName 'Google Chrome - Windows Installer (*.msi file)' -ContentLocation '\server1\SourceFiles\GoogleChrome2'
Error
set-CMDeploymentType : The deployment type 'Microsoft.ConfigurationManagement.ApplicationManagement.MsiInstaller' is unrecognized
and cannot be used by this cmdlet.
At line:1 char:1
The text was updated successfully, but these errors were encountered: