INTERNAL. DO NOT USE. Converts a Carbon-specific, common Windows feature name, into the feature name used on the current computer.
Resolve-WindowsFeatureName [-Name] <String[]> [<CommonParameters>]
Windows feature names change between versions. This function converts a Carbon-specific name into feature names used on the current computer's version of Windows.
This function is not available on Windows 8/2012.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Name | String[] | The Carbon feature names to convert to Windows-specific feature names. | true | false |
Resolve-WindowsFeatureNames -Name 'Iis','Msmq'
Returns 'IIS-WebServer','MSMQ-Server'
if running Windows 7/Windows 2008 R2, or 'Web-WebServer','MSMQ-Server'
if on Windows 2008.