New-Item -ItemType Directory -Path C:\temp -Force | Out-Null
Get-WindowsFeature |
Where-Object {$_.InstallState -eq 'Installed'} |
Select-Object Name, DisplayName, InstallState, FeatureType, Path |
Export-Csv C:\temp\roles_features.csv -NoTypeInformation -Encoding UTF8
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme