Error "The specified server cannot perform the requested operation" when using Export-CMApplication
Quick post today because I couldn't find this error anywhere online. I'm running Configuration Manager 2002 and was exporting an application and was getting this error thrown in Powershell:
Export-CMApplication : The specified server cannot perform the requested operation.
After some digging around, I realized it was an older application with a source path that was moved on the SAN, but not ever updated in the application since it was already distributed to all of the DPs. I suspect changing the application source path would fix the issue, but to work around it, I just used -omitcontent on the Export-CMApplication function since I didn't need it anyway.
No comments