You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified ConvertTo-Markdown to use Propertyand Value headings when converting to a list.
Added CimMember functions Get-CimNamespace,Get-CimClassMethod, Get-CimClassProperty,Get-CimClassPropertyQualifier, Get-CimClassName and Get-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 to github.dark.
Changed PDF manual theme from github to github.dark.
Updated Get-ParameterInfo to recognize ProgressAction 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 use PSStyle.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 use CimSession.
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 name ID. (Issue #143)