Thank you for the response Adam,
I ran the verbose switch and i was able to get some more information and from what I can tell the WMI Query to retrieve the DP has a syntax error. It looks like the query is missing something. I will head over to that link you provided and file
a bug report. Would you like me to mark this topic as answered or wait until I have additional information to update this for the next person to find?
PS CEN:\Application> start-CMContentDistribution -ApplicationName "Risa 3D" -DistributionPointGroupName "Design Tech Content" -Verbose
VERBOSE: Executing WQL query: SELECT * FROM SMS_ApplicationLatest WHERE (LocalizedDisplayName='Risa 3D' )
VERBOSE: Query returned 1 results.
VERBOSE: Performing the operation "Start" on target "ContentDistribution: ".
VERBOSE: Executing WQL query: Select * From SMS_PackageContentServerInfo
Where ObjectID In ('ScopeId_5A7DE43E-E8DF-45F6-8A1E-85B3827401A0/Application_41db5b80-2650-4b45-a4b6-9c734a64abf6') Order By ContentServerID
VERBOSE: Query returned 0 results.
VERBOSE: Executing WQL query: Select * From SMS_DistributionPointGroup Where GroupID In ('') AND Name ='Design Tech Content' Order By Name
VERBOSE: Query returned 0 results.
start-CMContentDistribution : No valid collection, distribution point, or distribution point group was specified.
At line:1 char:2
+ start-CMContentDistribution -ApplicationName "Risa 3D" -DistributionPointGroupN ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (Microsoft.Confi...ributionCommand:StartContentDistributionCommand) [Start-CMContentDistribution], InvalidOperationException
+ FullyQualifiedErrorId : UnknownError,Microsoft.ConfigurationManagement.Cmdlets.Sum.Commands.StartContentDistributionCommand