#28014·PowerShell

My Pull Request: The Get-PowerShellLicense cmdlet

Author: dev12124Created Sep 14, 2026Updated Sep 16, 2026
LabelsIssue-EnhancementResolution-Declined

Summary of the new feature / enhancement

I created a File .cs, named of: GetLicense.cs. I modified File Microsoft.PowerShell.Management to add at the end: "Get-PowerShellLicense".

Are you a mantainer? Review the my Pull Request in link: https://github.com/PowerShell/PowerShell/pull/28011.

Proposed technical implementation details (optional)

Example: The user write "Get-PowerShellLicense" in the Terminal and pressed the Enter. My GetLicense.dll (GetLicense.cs compiled) create a Object of string systemLicense using WriteObject(systemLicense) and print the String in the Terminal.