Good afternoon all;
I have an issue and not sure how to complete this.
2012 R2 for all servers
2 connection brokers in HA, 1 license server, 1 web access server, and 5 session hosts
There are 2 session collections on there. One of them is very old and was <g class="gr_ gr_54 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del" data-gr-id="54" id="54">setup</g> by someone else. this one works fine and when people click on the RDP full desktop icon ( Not a published Remote Desktop MSTSC <g class="gr_ gr_78 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="78" id="78">Remoteapp</g>). They get all settings prefilled correctly, RDP to the connection Broker farm name, with the RD gateway...it all works.
Put in a new session collection to 2 new session hosts that were put up for this purpose.
Everything works EXCEPT the prefilling of RDP settings, as of right now they come in <g class="gr_ gr_97 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins doubleReplace replaceWithoutSep" data-gr-id="97" id="97">blank</g>.
How do I get this to be prefilled like the old session collection?
Every time I try to modify the deployment using
Set-RDsessionCollectionConfiguration -CollectionName XXXXX -CustomRdpProperty "full address:s:broker.example.com gatewayhostname:s:rdp.example.com" -ConnectionBroker ZZZZZZ
Whenever I try to apply this it looks like its going to apply but gives
You cannot call a method on a null-valued expression
"At line:1 char:1"
Can anyone help me get through this? or some other way to apply those settings? I was poking at this for hours today and can't find a reason why this is not applying.
I even tried copying the custom RDP session deployment configuration reg keys for the old one into the new session but that didn't work.
Goofball