All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Issue #45 -
Get-PspLocalUser
andGet-PspLocalGroup
give errors on PSSession - continued... Finally confirmed fixed this time :)
- Issue #46 - Better error handling for improperly formatted dates in software registry when using
Get-PspSoftware
- Issue #42 -
Get-PspLocalUser
andGet-PspLocalGroup
give errors on PSSession
- Issue #40 -
Get-PspSecurityUpdate
performance VERY slow
- Issue #36 -
Get-PspVMInfo
produces error when not a Hyper-V VM - Issue #37 -
Get-PspOSInfo
can give error on Productkey when not available - Issue #38 -
Get-PspLocalGroup
broken after update 1.0.4 when using PSSession
- Issue #34 - Added extra information to be gathered. Includes a new cmdlet:
Get-PspVMInfo
- Similar to Issue #25 - Added a check to see if
Get-PspLocalGroup
is run on a Domain Controller or not.
- Issue #32 - Page file information not displayed when multiple page files configured
- Issue #24 - Added a check to see if
Get-PspServerRole
is run on a workstation or not. - Issue #25 - Added a check to see if
Get-PspLocalUser
is run on a Domain Controller or not.
- Issue #24 - Correctly displays Hyper-V VMs as virtual machines now
- Issue #1 - Added a Psp Prefix to cmdlets.
Do note that old cmdlets are no longer available for use and current scripts using this module will have to be changed or aliases will have to be created.
This does fix the issue of conflicting cmdlet such as
Get-LocalUser
which caused the module to require theAllowClobber
parameter before it could be installed.
- Issue #2 - Added external help.
- Issue #10 - Added native PsProvider access to registry.
- Issue #13 - Added CIM/PSSession functionality for improved performance.
- Issue #7 - Due to new help system, new Pester test has been made to check availability of help.
- Issue #8 - No longer exports private functions.
- Issue #9 - InventoryDate property is now a proper
[datetime]
object.
- Issue #17 - Various cmdlets now include custom display formats.
- Issue #18 - The WinZIP build task now creates an archive as expected. when all tests are successful. Getting the tests to run successful is still an issue though, see Issue #7.
- Issue #3 - ComputerName property always displays in uppercase.
Get-RemoteCertificate
includes more properties [Subject/HasPrivateKey].- Changed Notes and Link URLs to https.
- Issue #5 - Inventory date on
Get-SecurityUpdate
andGet-Software
incorrect.
- Working Pester tests.
- Updated build scripts.
- Updated Changelog and Contribution documentation.
- Old scripts that were no longer used/required.
- Pester test for help files on
Get-RemoteCertificate
script provides an error on the StoreLocation and StoreName type.
- Cleaning up folder structure and moving all parts to the correct location.
- Adding comment based help for all public functions.