Releases: jdhitsolutions/PSRemoteOperations
Releases · jdhitsolutions/PSRemoteOperations
PSRemoteOperations_v4.1.0
PSRemoteOperations
v4.1.0
- Fixed bug in psd1 file where PSVersion wasn't getting saved as a string. (Issue #20)
- Modified
New-PSRemoteOperationto save trimmed scriptblock text.
PSRemoteOperations_v4.0.0
PSRemoteOperations
v4.0.0
This version is a significant re-write. If you have pending operation files or archived files, the new commands may not work properly.
- The module now uses class-based definitions
PSRemoteOpScriptblock,PSRemoteOpFileandPSRemoteOpResult. The objects include custom type extensions defined in the root module. - Created a private function
_newPSRemoteOpto create PSRemoteOperation objects. - Modified commands to allow the user to specify Windows PowerShell 5.1 or PowerShell 7. (Issue #12)
- Reorganized module from Core and Windows sub-modules to a single module.
- Modified
New-PSRemoteOperationFormto validate the Argument value. (Issue #15) - Added background color to the remote operation form.
- Modified
New-PSRemoteOperationFormto properly cancel. - Modified
Register-PSRemoteOperationsWatcherto display a warning when run in non-windows platforms. - Created a private function
_psInvoketo execute the remote operation with the specified PowerShell version. This also makes it easier to Pester test. - Help updates.
- Updated
README.md. - Updated Pester tests.
PSRemoteOperations_v3.3.1
Change Log for PSRemoteOperations
v3.3.1
- Updated online help links
- Published this version to the PowerShell Gallery
PSRemoteOperations_v3.3.0
Change Log for PSRemoteOperations
v3.3.0
- Added commands
Register-PSRemoteOpPathandImport-PSRemoteOpPathto store path variables with the module. (Issue #13) - Added better error handling to
Get-PSRemoteOperationandGet-PSRemoteOperationResultwhen unprotecting a CMS message. (Issue #14) - Updated about help
- Updated
README.md - Updated Pester tests
PSRemoteOperations_3.2.1
Change Log for PSRemoteOperations
v3.2.1
- Replaced online help links to markdown documents with bitly links
v3.2.0
- Modified
Get-PSRemoteOperationResultto include an option to display the raw contents of the result file - Added
New-PSRemoteOperationFormwith an alias ofnroffor Windows platforms to display a GUI. - Added argument completer for
-ComputernameinWait-PSRemoteOperationto use names in$PSRemoteOpPath - Added the
wroalias forWait-PSRemoteOperation - Added the
sbalias to the-Scriptblockparameter onNew-PSRemoteOperation - Added the
spalias to the-Scriptpathparameter onNew-PSRemoteOperation - Added
Get-PSRemoteOperationwith an alias ofgropto get pending operations. - Updated auto-completers
- Updated documentation
- Updated
README.md - Updated Windows Pester tests
- Minor module reorganization
PSRemoteOperations_v3.1.0
Change Log for PSRemoteOperations
v3.1.0
- Fixed bug using CMS messages with a dynamic parameter
- Fixed pester tests to accommodate sub-modules
- Modified code to use
[void]in place ofOut-Null - All
-Computernameparameters now support an alias of-cn - Added
Wait-PSRemoteOperation(Issue #10) - Updated help documentation. Online links now point to markdown files in the Github repository.
- Updated
README.md
PSRemoteOperations_v3.0.0
- restructured module to support Core and Windows through nested modules. (Issue #9)
PSRemoteOperations_v2.0.0
v2.0.0
- Added SupportsShouldProcess to
New-PSRemoteOperation - Modified metadata construction in
New-PSRemoteOperationto accommodate Linux. (Issue #7) - Modified Pester test file to suppress PSScriptAnalyzer rules
- Modified
Invoke-PSRemoteOperationto use a PowerShell runspace and notInvoke-Commandto make it more cross-platform friendly. - Modified
New-PSRemoteOperationto pass argument as a scriptblock. - Fixed mistake in default property names for RemoteOpResult.
- moved functions to separate files
- Updated help
- Major version number change due to the number of potentially breaking changes.
PSRemoteOperations_v1.0.0
v1.0.0
- Made
Computernamepositional in first position forGet-PSRemoteOperationResult - Added Autocompleter for
ComputernameinGet-PSRemoteOperationResult - Added Autocompleter for
ComputernameinNew-PSRemoteOperation - Added Autocompleter for
ToinNew-PSRemoteOperation - Added an alias of
LastforNewestinGet-PSRemoteOperationResult - Minor help updates
- Published to the PowerShell Gallery as production ready
PSRemoteOperations_v0.6.1_RC
v0.6.1
- Fixed a bug with error messages when they include a variable name with the $ symbol.