Private/Types/validators/RDPRedirectedDrives.generated.ps1

using namespace System.Management.Automation

class RDPRedirectedDrivesValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('AllDrives', 'SpecificDrives')
    }
}