xRemoteDesktopSessionHost
2.0.0-preview0006
Module with DSC Resources for Remote Desktop Session Host
Minimum PowerShell version
4.0
See the version list below for details.
Installation Options
Owners
Copyright
Copyright the DSC Community contributors. All rights reserved.
Package Details
Author(s)
- DSC Community
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
xRDCertificateConfiguration xRDGatewayConfiguration xRDLicenseConfiguration xRDRemoteApp xRDServer xRDSessionCollection xRDSessionCollectionConfiguration xRDsessionDeployment
Dependencies
This module has no dependencies.
Release Notes
## [2.0.0-preview0006] - 2020-09-29
### Changed
- Updated filename for CHANGELOG.MD to CHANGELOG.md
## 2.0.0
### Added
- xRemoteDesktopSessionHost
- Added automatic release with a new CI pipeline.
- Added DSC HQRM Tests
- xRDCertificateConfiguration
- New resource to configure the used certificate on a deployment
### Changed
- Changes to xRDSessionCollectionConfiguration
- Fixing comparison of some RD Session Collection Configuration properties and
supplied parameters by moving to the DscResource.Common `Test-DscParameterState` cmdlet.
([issue #82](https://github.com/dsccommunity/xRemoteDesktopSessionHost/issues/82)).
- Changes to xRDSessionDeployment
- Fixing Get-TargetResource to target the connection broker, instead of
assuming localhost
- Changes to xRDServer
- Changed resouce key from Server alone to Role + Server.
This allows the resource to be used multiple times for different roles on
the same server. (Issue #62)
- Changes to xRemoteApp
- Fix xRDRemoteApp Test-TargetResource to not test PowerShell common parameters
- Changes to tests
- Pin tests to use Pester v4 instead of latest (v5)
## 1.9.0.0
- Changes to xRDRemoteApp
- Fixing typo in parameter name when calling the function ValidateCustomModeParameters (issue #50).
- Changes to xRDSessionDeployment
- When RDMS service does not exist the Get-TargetResource will no longer throw an error (issue #47).
- Rename Tests/Unit folder to use upper case on first letter.
- Update appveyor.yml to use the default template.
- Added default template files .codecov.yml, .gitattributes, and .gitignore, and
.vscode folder.
- xRDSessionCollectionConfiguration:
- Changed CollectionName variable validation max length to 256
- xRDSessionCollection
- Changed CollectionName variable validation max length to 256
- xRDRemoteApp
- Changed CollectionName variable validation max length to 256
## 1.8.0.0
- Changes to xRDSessionDeployment
- Fixed issue where an initial deployment failed due to a convert to lowercase (issue #39).
- Added unit tests to test Get, Test and Set results in this resource.
- Change to xRDRemoteApp
- Fixed issue where this resource ignored the CollectionName provided in the parameters (issue #41).
- Changed key values in schema.mof to only Alias and CollectionName, DisplayName and FilePath are not key values.
- Added Ensure property (Absent or Present) to enable removal of RemoteApps.
- Added unit tests to test Get, Test and Set results in this resource.
## 1.7.0.0
- Added additional resources, copied from the [Azure RDS quickstart templates](https://github.com/Azure/RDS-Templates).
- xRDSessionCollection:
- Fixed call to Add-RDSessionHost in Set-TargetResource by properly removing CollectionDescription from PSBoundParameters (issue #28)
- Fixed bug on Get-TargetResource that did return any collection instead of the one collection the user asked for (issue #27)
- Added unit tests to test Get, Test and Set results in this resource
## 1.6.0.0
- xRDSessionCollectionConfiguration: Add support to configure UserProfileDisks on Windows Server 2016
## 1.5.0.0
- Fix issue where DSC configuration gets into a reboot loop because sessionhost does not match (casing) and RDMS service is not started in time
## 1.4.0.0
- Updated CollectionName parameter to validate length between 1 and 15 characters, and added tests to verify.
## 1.3.0.0
- Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
## 1.2.0.0
- Fixed an issue with version checks where OS version greater than 9 would fail (Windows 10/Server 2016)
## 1.1.0.0
- Fixed encoding
## 1.0.1
## 1.0.0.0
- Initial release with the following resources
- xRDSessionDeployment
- xRDSessionCollection
- xRDSessionCollectionConfiguration
- xRDRemoteApp
FileList
- xRemoteDesktopSessionHost.nuspec
- xRemoteDesktopSessionHost.psd1
- en-US\about_xRemoteDesktopSessionHost.help.txt
- Modules\xRemoteDesktopSessionHostCommon.psm1
- Modules\xRemoteDesktopSessionHostCommon.psd1
- DSCResources\MSFT_xRDSessionCollection\MSFT_xRDSessionCollection.psm1
- DSCResources\MSFT_xRDSessionCollection\MSFT_xRDSessionCollection.schema.mof
- DSCResources\MSFT_xRDLicenseConfiguration\MSFT_xRDLicenseConfiguration.psm1
- DSCResources\MSFT_xRDLicenseConfiguration\MSFT_xRDLicenseConfiguration.schema.mof
- DSCResources\MSFT_xRDRemoteApp\MSFT_xRDRemoteApp.schema.mof
- DSCResources\MSFT_xRDRemoteApp\MSFT_xRDRemoteApp.psm1
- DSCResources\MSFT_xRDCertificateConfiguration\MSFT_xRDCertificateConfiguration.psm1
- DSCResources\MSFT_xRDCertificateConfiguration\MSFT_xRDCertificateConfiguration.schema.mof
- DSCResources\MSFT_xRDGatewayConfiguration\MSFT_xRDGatewayConfiguration.psm1
- DSCResources\MSFT_xRDGatewayConfiguration\MSFT_xRDGatewayConfiguration.schema.mof
- DSCResources\MSFT_xRDServer\MSFT_xRDServer.schema.mof
- DSCResources\MSFT_xRDServer\MSFT_xRDServer.psm1
- DSCResources\MSFT_xRDSessionCollectionConfiguration\MSFT_xRDSessionCollectionConfiguration.psm1
- DSCResources\MSFT_xRDSessionCollectionConfiguration\MSFT_xRDSessionCollectionConfiguration.schema.mof
- DSCResources\MSFT_xRDSessionDeployment\MSFT_xRDSessionDeployment.schema.mof
- DSCResources\MSFT_xRDSessionDeployment\MSFT_xRDSessionDeployment.psm1
- Modules\DscResource.Common\0.9.0\DscResource.Common.psd1
- Modules\DscResource.Common\0.9.0\DscResource.Common.psm1
- DSCResources\MSFT_xRDCertificateConfiguration\en-US\MSFT_xRDCertificateConfiguration.strings.psd1
- Modules\DscResource.Common\0.9.0\en-US\DscResource.Common.strings.psd1
- Modules\DscResource.Common\0.9.0\en-US\about_DscResource.Common.help.txt
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0-previe... | 100 | 8/31/2023 |
2.1.1-previe... | 382 | 12/19/2022 |
2.1.0 | 69,243 | 8/7/2022 |
2.1.0-previe... | 15 | 7/15/2022 |
2.0.0 | 111,799 | 9/29/2020 |
2.0.0-previe... (current version) | 36,439 | 9/29/2020 |
2.0.0-previe... | 2,373 | 3/25/2020 |
2.0.0-previe... | 14 | 3/25/2020 |
2.0.0-previe... | 37 | 1/3/2020 |
1.9.0.0 | 89,074 | 9/19/2019 |
1.8.0.0 | 163,959 | 9/5/2018 |
1.7.0.0 | 11,472 | 7/25/2018 |
1.6.0.0 | 11,801 | 6/13/2018 |
1.5.0.0 | 2,349 | 12/20/2017 |
1.4.0.0 | 15,151 | 3/8/2017 |
1.3.0.0 | 1,056 | 11/2/2016 |
1.2.0.0 | 1,449 | 3/31/2016 |
1.1.0.0 | 1,387 | 9/11/2015 |
1.0.1 | 458 | 5/13/2014 |
1.0 | 56 | 4/8/2014 |