2 Commits

Author SHA1 Message Date
app
9c5c1964f8 Fix PowerShell help function
- Replace problematic Get-Help call with simple Write-Host statements
- Ensures help works in all PowerShell execution contexts
- Maintains consistent help format with other scripts
- Tested successfully on PowerShell Core 7.5.2
2025-09-01 23:49:47 +08:00
app
d6c55ce0b3 Add PowerShell version: sf-org-lic.ps1
- Complete PowerShell implementation of the license reporting tool
- Full PowerShell parameter handling with Get-Help integration
- Error handling consistent with PowerShell patterns
- Color-coded output using PowerShell Write-Host
- Updated README.md to document both Unix and PowerShell versions
- Added PowerShell examples and installation instructions
- Maintains feature parity with Bash version

Cross-platform support:
- sf-org-lic (Bash/Unix)
- sf-org-lic.ps1 (PowerShell/Windows)
2025-09-01 23:43:26 +08:00