Hi Jenny,
very well, because I need the server not to be a domain controller and will not belong to a domain. Then there's something that escapes me because I've read the documents of the links you sent me but trying to get errors. Obviously there's something I didn't understand.
I tried this from Power Shell, I hope I translated well because it is in Italian:
PS C:\Users\Administrator> New-RDSessionCollection -PersonalUnmanaged
Cmdlet New-RDSessionCollection in position 1 of the command pipeline
Specify values for the following parameters:
CollectionName: test
SessionHost[0]: 0
SessionHost[1]:
NOTICE: The specified fully qualified domain name (FQDN), 0, is not valid.
New-RDSessionCollection : Unable to create session set.
In line:1 car:1
+ New-RDSessionCollection -PersonalUnmanaged
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-RDSessionCollection
I think I don't know and understand what goes into "SessionHost". I tried to put server hostname (Server2019) but I receive another error:
Cmdlet New-RDSessionCollection in position 1 of the command pipeline
Specify values for the following parameters:
CollectionName: test
SessionHost[0]: server2019.workgroup
SessionHost[1]:
New-RDSessionCollection : There is no Remote Desktop Services deployment on Server2019. This operation
it can only be run after you have created a distribution. For information on creating a distribution,
execute the command "Get-Help New-RDVirtualDesktopDeployment" o "Get-Help New-RDSessionDeployment".
In line:1 car:1
+ New-RDSessionCollection -PersonalUnmanaged
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-RDSessionCollection
Then I tried how it is written, others errors:
PS C:\Users\Administrator> New-RDVirtualDesktopDeployment
Cmdlet New-RDVirtualDesktopDeployment in position 1 of the command pipeline
Specify values for the following parameters:
ConnectionBroker: Server2019
VirtualizationHost[0]: server2019.workgroup
VirtualizationHost[1]:
New-RDVirtualDesktopDeployment : Failed to validate "RD Connection Broker" parameter.
Server2019 No valid fully qualified domain name (FQDN) specified for the server.
In riga:1 car:1
+ New-RDVirtualDesktopDeployment
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-RDVirtualDesktopDeployment
PS C:\Users\Administrator> New-RDVirtualDesktopDeployment
Cmdlet New-RDVirtualDesktopDeployment in position 1 of the command pipeline
Specify values for the following parameters:ConnectionBroker: Server2019
VirtualizationHost[0]: server2019
VirtualizationHost[1]:
New-RDVirtualDesktopDeployment : Failed to validate "RD Connection Broker" parameter.
Server2019 No valid fully qualified domain name (FQDN) specified for the server.
In line:1 car:1
+ New-RDVirtualDesktopDeployment
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-RDVirtualDesktopDeployment