- Code revisions in
ConvertTo-WPFGrid
(Issue #27) - Updated
Get-ParameterInfo
to reflect dynamic parameters (Issue #28) - Updated
Get-PSLocation
to better reflect locations and use a custom format file. - Updated
Get-WindowsVersion
with custom type for format file. Also better handling of non-Windows platforms. - Updated
Get-WindowsVersionString
to include the computername. - Updated
New-WPFMessageBox
to gracefully exit if running on PowerShell Core. - Updated
Test-ExpressionForm
to gracefully exit if running on PowerShell Core. - Updated
New-RandomFilename
to better reflect locations using[environment]
- Modified manifest to be more aware of PSEdition and only load compatible commands.
- Help updates
- Updated
README.md
- Added parameter to allow user to specify a type name with
New-PSFormatXML
(Issue #26) - Added
Get-ParameterInfo
command with an alias ofgpi
- Updated help for
Optimize-Text
- Help updates
- Updated
README.md
- Added
New-PSFormatXml
and its aliasnfx
- Raised minimum PowerShell version to 5.1
- Modified manifest to support both
Desktop
andCore
- Added
Remove-Runspace
- Modified
ConvertTo-WPFGrid
to autosize the display and support an automatic refresh - Modified
ConvertTo-WPFGrid
to use a runspace (Issue #22) - Updated
README.md
- Updated help documentation
- Raised version number to reflect a number of potentially breaking changes.
- minor corrections to
Compare-Module
(Issue #21)
- fixed typo in
Write-Detail
(Thanks @AndrewPla) - Added
Compare-Module
function (Issue #19) - Added
Get-WindowsVersion
function (Issue #20) - Added
Get-WindowsVersionString
function - Updated
README.md
- Updated module manifest
- reorganized module
- Updated Pester test for
Test-Expression
- Updated external help file
- Added
New-WPFMessagebox
function. (Issue #11) - Added alias
nmb
forNew-WPFMessageBox
- Added icon files for WPF Message box
- Updated
README.md
- Added
Optimize-Text
and its aliasot
- Added
Show-Tree
- Help and documentation updates
- code cleanup for the published module in the PowerShell Gallery
- Added
Select-First
and its aliasfirst
- Added
Select-Last
and its aliaslast
- Added
Get-MyVariable
and its aliasgmv
- Added
New-PSDriveHere
and its aliasnpsd
- Updated
README.md
- Added hashtable tools
- Updated
README.md
- minor code cleanup
- Fixed documentation errors for
Out-ConditionalColor
(Issue #13) - Added alias definitions to functions
- Added my
Test-Expression
commands (Issue #14) - Added my
Find-CimClass
function (Issue #16) - Added my
ConvertTo-Markdown
function (Issue #17) - Added
ConvertTo-WPFGrid
(Issue #15) - help cleanup and updates
- Code cleanup and formatting
- Updated
Write-Detail
- Updated README
- Cleaned up ToDo code (Issue #12)
- Updated README
- Help cleanup
- fixed version number mistake
- updated README.md
- initial release to the PowerShell Gallery
- Added
Get-PSLocation
function (Issue #4) - Added
Get-PowerShellEngine
function (Issue #5) - Added
Out-More
and aliasom
(Issue #10) - Added icon to manifest
- Added
Invoke-InputBox
and aliasibx
- Added code to insert ToDo comments for the ISE and VSCode (Issue #7)
- Updated README
- Updated documentation
- Added
Copy-Command
(Issue #2) - Updated
Copy-Command
to open new file in the ISE or VSCode - Added Format functions (Issue #3)
- Updated help
- Added new sample files
- Added help documentation
- Updated README
- Added samples
- Reverted
Get-PSWho
to not trim when using -AsString - Added code to
New-CustomFileName
to preserve case for non-placeholders - Modified
Out-VerboseTee
to turn on VerboseTee
- Modified verbose output to use Write-Detail
- Expanded aliases to full cmdlet names
- Modified
Get-PSWho
to trim when using -AsString - Added
Out-ConditionalColor
- Added
Get-RandomFileName
- Added
New-CustomFileName
- initial module