Mick_VR, because its an TypeProjection - do this
$prop = @{"Notes" = "Test"}
$rm |Set-SCSMObjectProjection -PropertyValues $prop -Verbose
this should work
Btw:
?? Why you dont use cmdlet - Get-SCSMRequestOffering ??
$prop = @{"Notes" = "Test"}
$rm |Set-SCSMObjectProjection -PropertyValues $prop -Verbose
this should work
Btw:
?? Why you dont use cmdlet - Get-SCSMRequestOffering ??