Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xRDSessionCollectionConfiguration does not support setting UserProfileDisk settings #34

Closed
danielboth opened this issue May 15, 2018 · 1 comment
Labels
enhancement The issue is an enhancement request.

Comments

@danielboth
Copy link
Member

The xRDSessionCollectionConfiguration resource should be able to configure UserProfileDisk related settings which are:

DiskPath
EnableUserProfileDisk
MaxUserProfileDiskSizeGB
IncludeFolderPath
ExcludeFolderPath
IncludeFilePath
ExcludeFilePath

Also, the resource should be able to disable the UserProfileDisk configuration if the configuration specifies so.

UserProfileDisks are a W2016+ feature only and that is probably why this resource does not support them yet. Also, on Set-RDSessionCollectionConfiguration, both enabling and disabling the User Profile Disk configuration are different parameter sets, so just adding these as parameters won't work if we don't fix the resource.

Proposed solution:

  • Add this functionality to xRDSessionCollectionConfiguration
  • Detect on which OS we are running (remove parameters for UserProfileDisk configuration if we are running on 2012)
  • When running on 2016+ test and apply the UserProfileDisk settings

Version tested: 1.5.0.0

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels May 16, 2018
@danielboth
Copy link
Member Author

Started working on this in #35

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels May 18, 2018
@ld0614 ld0614 closed this as completed in 316e32f Jun 3, 2018
@joeyaiello joeyaiello removed the in progress The issue is being actively worked on by someone. label Jun 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

No branches or pull requests

3 participants