- Help updates
- Replaced GitHub online help links with bitly short links
- Minor updates to
README.md - Updated
Out-Moreto work better with output fromGet-Help.
- Added a grouping feature to
New-PSFormatXML(Issue #54) - Modified
New-PSFormatXMLto open the XML file if the command is run in VS Code as part of-Passthru - Help updates
- Added
Test-WithCulture - Fixed typo in
Copy-Commandhelp - Created yaml formatted help files
- Updated
README.md - Updated help documentation with online links
- Updated
PSScriptTools.md
- Added
ConvertFrom-Textand its aliascft(Issue #53) - Updated
ConvertTo-UTCto include an option to format result as a sortable string. (Issue #52) - Added
Get-WhoIsandwhoisresult.format.ps1xml - help documentation clean up
- Updated and reorganized
README.md
- Added
Get-FileItemwith an alias ofpswhere - Renamed
timezonedata.format.ps1xmlto all lower case. - Replaced using
Out-Nullto use[void]inConvertto-WPFGrid,New-PSFormatXML,Copy-Command,New-WPFMessageBox,Write-Detail,Test-Expression,Invoke-Inputbox(Issue #47) - Revised warning message in
New-PSFormatXML(Issue #50) - Fixed icon path error in
New-WPFMessageBox
- Modified
ConvertTo-LocalTimeto allow for locations supporting Daylight Saving Time (Issue #44) - Fixed bug in
New-PSFormatXMLthat wasn't using auto detected property names (Issue #45) - Added
Get-TZListandGet-TZDatacommands - Added format file
timeZoneData.format.ps1xml - Modified
ConvertTo-WPFGridto allow the user to control which gridlines are displayed - Modified
New-CustomFilenameto improve parameter help. - Modified
New-CustomFilenameto add %seconds. - Modified
New-CustomFilenameso that %month, %day and %minute will use a leading zero if necessary - Added new help examples for
New-CustomFilename - Help updates
- File re-organization
- Updated
README.md
- Modified
Convertto-WPFGridto set maximum size equal to total available working area (Issue #36) - Modified
Convertto-WPFGridto change cursor on refresh and display a refresh message in the title bar - Added InitializationScript option for
ConvertTo-WPFGrid(Issue #42) - Added
ConvertTo-LocalTimewith an alias ofclt - Updated
README.md - Help updates
- fixed bug which was hiding the horizontal scroll bar in
ConvertTo-WPFGrid(Issue #40) - fixed bug which prevented status bar from updating when manually refreshing in
ConvertTo-WPFGrid(Issue #34) - Changed time display in
ConvertTo-WPFGridas a timespan instead of raw seconds (Issue #41) - Markdown help cleanup
- Added
Set-ConsoleTitle - Added
Set-ConsoleColor - Updated
README.md
- Made datagrid in
ConvertTo-WPFGridread-only (Issue #38) - Modified datagrid in
ConvertTo-WPFGridto better handle resizing (Issue #36) - Modified statusbar in
ConvertTo-WPFGridto better handle resizing (Issue #37) - Modified form in
ConvertTo-WPFGridto better fit in the screen and not exceed the screen area (Issue #39) - Added parameter to allow usage of local variables in
ConvertTo-WPFGrid(Issue #35) - Help updates
- Reorganized
README.md
- Fixed bug in
ConvertTo-WPFGridthat wasn't updating last update time. (Issue #30) - Modified
ConvertTo-WPFGridto allow user to load their profile scripts into the runspace. (Issue #29) - Modified auto sizing code in
ConvertTo-WPFGrid - Modified
ConvertTo-WPFGridto automatically display scroll bars when necessary. - Modified
New-PSFormatXMLto display a warning on invalid property names. (Issue #33) - Added
Get-myTimeInfo,ConvertTo-UTCTimeandConvertFrom-UTCTime(Issue #31) - help updates
- Updated
README.md
- Code revisions in
ConvertTo-WPFGrid(Issue #27) - Updated
Get-ParameterInfoto reflect dynamic parameters (Issue #28) - Updated
Get-PSLocationto better reflect locations and use a custom format file. - Updated
Get-WindowsVersionwith custom type for format file. Also better handling of non-Windows platforms. - Updated
Get-WindowsVersionStringto include the computername. - Updated
New-WPFMessageBoxto gracefully exit if running on PowerShell Core. - Updated
Test-ExpressionFormto gracefully exit if running on PowerShell Core. - Updated
New-RandomFilenameto 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-ParameterInfocommand with an alias ofgpi - Updated help for
Optimize-Text - Help updates
- Updated
README.md
- Added
New-PSFormatXmland its aliasnfx - Raised minimum PowerShell version to 5.1
- Modified manifest to support both
DesktopandCore - Added
Remove-Runspace - Modified
ConvertTo-WPFGridto autosize the display and support an automatic refresh - Modified
ConvertTo-WPFGridto 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-Modulefunction (Issue #19) - Added
Get-WindowsVersionfunction (Issue #20) - Added
Get-WindowsVersionStringfunction - Updated
README.md - Updated module manifest
- reorganized module
- Updated Pester test for
Test-Expression - Updated external help file
- Added
New-WPFMessageboxfunction. (Issue #11) - Added alias
nmbforNew-WPFMessageBox - Added icon files for WPF Message box
- Updated
README.md
- Added
Optimize-Textand its aliasot - Added
Show-Tree - Help and documentation updates
- code cleanup for the published module in the PowerShell Gallery
- Added
Select-Firstand its aliasfirst - Added
Select-Lastand its aliaslast - Added
Get-MyVariableand its aliasgmv - Added
New-PSDriveHereand 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-Expressioncommands (Issue #14) - Added my
Find-CimClassfunction (Issue #16) - Added my
ConvertTo-Markdownfunction (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-PSLocationfunction (Issue #4) - Added
Get-PowerShellEnginefunction (Issue #5) - Added
Out-Moreand aliasom(Issue #10) - Added icon to manifest
- Added
Invoke-InputBoxand 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-Commandto 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-PSWhoto not trim when using -AsString - Added code to
New-CustomFileNameto preserve case for non-placeholders - Modified
Out-VerboseTeeto turn on VerboseTee
- Modified verbose output to use Write-Detail
- Expanded aliases to full cmdlet names
- Modified
Get-PSWhoto trim when using -AsString - Added
Out-ConditionalColor - Added
Get-RandomFileName - Added
New-CustomFileName
- initial module