Hi Guys,
Well I was going to put in a Question, yet was able to work this out as I went along. So I am going to add the solution below.
The issue was I was trying to configure VDI Collection. Yet I could not get any information.
If I typed Get-RDSessionCollection it return no results.
What I found is that I was typing the wrong command for VDI.
The VDI command is get-RDVirtualDesktopCollection, or get-RDVirtualDesktopCollectionConfiguration.
To set a value you would use set-RDVirtualDesktopCollectionConfiguration -CollectionName $CollectionName
Hope that helps someone.
Craig
Craig