Releases: danthompson-cwru/posh-axium
Releases · danthompson-cwru/posh-axium
v1.5.1
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.1
Fixed a bug where the path to the source files was not calculated correctly if MultipleCopies
was set on Copy-AxiumFiles
.
v1.3.0
- Added the ability to pass public properties to
Install-MSI
. - Fixed some documentation bugs.
v1.2.0
- Added the following functions, which resolve issue #3:
Get-InstalledProduct
Get-MSIProperties
Install-MSI
Install-AxiumWorkstation
Write-AxiumFix
- Cleaned up code style.
- Switched to using
Start-Process
instead of&
to startrobocopy.exe
inCopy-AxiumFiles
for the following reasons:- Allows for more detailed output on the result of running the command.
- Is more consistent with how things are done in
Install-MSI
.
v1.1.0
- Updated the security policy.
- Corrected information about mass deployment in the readme.
- Corrected the prerequisites in the readme so that they explicitly state what functions RoboCopy is needed for.
- Cleaned up formatting to be (hopefully) compliant with the standards published at https://poshcode.gitbooks.io/powershell-practice-and-style/content.
- Added the release notes to the module manifest.
- Added a project icon.
v1.0.1
Fixed a minor issue with the manifest that prevented publishing to the PowerShell module gallery.
v1.0.0
Initial release.