Richard Diphoorn
My feedback
-
4 votes
Richard Diphoorn supported this idea ·
-
24 votes
Thank you for your input. Based on its current ranking compared to other feedback items and product schedule, work on this item is pending (and will be driven by) further customer input. If you did not open this issue and are also impacted by it, please vote this item up.
An error occurred while saving the comment Richard Diphoorn supported this idea ·
-
6 votes
We are investigating this, but please add votes & use cases that you feel are blocked by this problem to help us prioritize.
Richard Diphoorn supported this idea ·
-
477 votes
Richard Diphoorn supported this idea ·
-
135 votes6 comments · Installation and Patching » Deployment & Installation · Flag idea as inappropriate… · Admin →
Richard Diphoorn supported this idea ·
-
255 votes
Thanks for the feedback. This is something that has been suggested frequently, and we are hearing you. At this time no decision has been made either way.
Richard Diphoorn supported this idea ·
Same problem here. I solved it for now like this:
foreach ( $psSes in $psSession ) {
Copy-Item -Path ~\Downloads\UcmaRuntimeSetup.exe -Destination 'C:\Temp' -ToSession $psSes
}
Not ideal but it works.