Change Log for PSScriptTools
v2.49.0 - 2024-06-06 13:44:28
Added
- Modified
ConvertTo-Markdown
to useProperty
andValue
headings when converting to a list. - Added CimMember functions
Get-CimNamespace
,Get-CimClassMethod
,Get-CimClassProperty
,Get-CimClassPropertyQualifier
,Get-CimClassName
andGet-CimMember
. (Issue #137) - Added custom formatting for
Get-CimClassName
. - Added the module
ThreadJob
as a module dependency to the manifest.
Changed
- Modified module manifest to remove version logic on function export. Now exporting everything. If there is an OS limitation, try to handle it on a per-command basis. This may be a breaking change.
- Changed PDF manual theme from
github
togithub.dark
. - Changed PDF manual theme from
github
togithub.dark
. - Updated
Get-ParameterInfo
to recognizeProgressAction
as a common parameter. This parameter was add in PowerShell 7. - Updated the default table view for output from
Get-ModuleCommand
to include the module version number. - Modified
Show-Tree
to better handle multi-string and binary values in the registry. - Modified
Show-Tree
to usePSStyle.FileInfo
for color information if detected. (Issue #147) - Updated
README.md
- Revised
Get-FolderSizeInfo
to be more consistent between PowerShell versions. The command will skip counting all reparse points. This may be a breaking change. (Issue #145) - Re-wrote
Find-CimClass
to useCimSession
. - Revised
Get-ParameterInfo
to sort output by default using ParameterSet,Position, and Name - Help updates.
Fixed
- Revised
Get-WindowsVersion
to handle non-English cultures. (Issue #142) - Fixed bug in
Convert-EventLogRecord
that failed on duplicate property nameID
. (Issue #143)