Skip to content

PSRemoteOperations_3.2.1

Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 12 Aug 16:49
· 8 commits to master since this release

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 of nrof for Windows platforms to display a GUI.
  • Added argument completer for -Computername in Wait-PSRemoteOperation to use names in $PSRemoteOpPath
  • Added the wro alias for Wait-PSRemoteOperation
  • Added the sb alias to the -Scriptblock parameter on New-PSRemoteOperation
  • Added the sp alias to the -Scriptpath parameter on New-PSRemoteOperation
  • Added Get-PSRemoteOperation with an alias of grop to get pending operations.
  • Updated auto-completers
  • Updated documentation
  • Updated README.md
  • Updated Windows Pester tests
  • Minor module reorganization