Skip to content

Mohit-Chakraborty/Get-VSRegisteredEditors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Get-VSRegisteredEditors

PowerShell script to read the editor registration information for a VS installation

Usage

Output information on the console

  • .\Get-VSRegisteredEditors.ps1 | ft -AutoSize

Save information in an excel file

  • .\Get-VSRegisteredEditors.ps1 | Export-Csv Editors.xlx -Delimiter `t -NoTypeInformation

About

PowerShell script to read the editor registration information for a VS installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published