Change Log for PSRemoteOperations
v3.2.1
- Replaced online help links to markdown documents with bitly links
v3.2.0
- Modified
Get-PSRemoteOperationResult
to include an option to display the raw contents of the result file - Added
New-PSRemoteOperationForm
with an alias ofnrof
for Windows platforms to display a GUI. - Added argument completer for
-Computername
inWait-PSRemoteOperation
to use names in$PSRemoteOpPath
- Added the
wro
alias forWait-PSRemoteOperation
- Added the
sb
alias to the-Scriptblock
parameter onNew-PSRemoteOperation
- Added the
sp
alias to the-Scriptpath
parameter onNew-PSRemoteOperation
- Added
Get-PSRemoteOperation
with an alias ofgrop
to get pending operations. - Updated auto-completers
- Updated documentation
- Updated
README.md
- Updated Windows Pester tests
- Minor module reorganization