Sheridan Posted July 27, 2022 Posted July 27, 2022 Just installed SCCM onto a Server 2019 client and it should install several software packages, has worked for dozens of others. However in the status view I see the message "Deployment "xxx" from site "xxx" was rejected because the client's platform is not supported." Now, I cannot see a deployment with that ID anywhere in the console, no matter where I look. And the new server was created from the same template as all the others so identical in its settings and config. I can easily redeploy the server but what concerns me is the fact I can't find the deployment referenced in the error, is there a way to find this?
PureDarkStar Posted July 27, 2022 Posted July 27, 2022 If you go into SCCM > Monitoring > Deployments and then right click the menu bar, you can enable the Deployment ID column. Are you able to go through the list and find the deployment ID in there? 1
Steve21 Posted July 27, 2022 Posted July 27, 2022 Depending on how quick you did the install after setup it could just be that the client hasn’t registered the OS etc yet so it’s not recognising it as a valid install As above too, but if you got a lot of deployments just use the SCCM power shell to do get-cmdeployment -deploymentid XYZ And it’ll return details Steve 1
Sheridan Posted July 27, 2022 Author Posted July 27, 2022 That's the odd thing, the deployment ID doesn't show in Deployments, or when you use the powershell. The server has been online for days as well so isn't brand new
Steve21 Posted July 27, 2022 Posted July 27, 2022 Is it a long guid style deployment? Or just a site code style one? If it’s the shorter one like ABc1345 it’ll be a task sequence which wouldn’t show under deployment monitoring/power shell for deployments etc Steve
Sheridan Posted July 27, 2022 Author Posted July 27, 2022 Its the shorter sit code style one, I can see plenty of them but not the one that's triggering the error.
Steve21 Posted July 27, 2022 Posted July 27, 2022 Try the TS power shell version instead of deployment then Get-cmtasksequence -tasksequencepackageid XYZ Steve
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now