Skip to content

Releases: jdhitsolutions/PSRemoteOperations

PSRemoteOperations_v0.6.0_RC

04 Oct 21:59
Compare
Choose a tag to compare
Pre-release

v0.6.0

  • Added support for CMS protected files. (Issue #3)

PSRemoteOperations_v0.5.0_beta

04 Oct 14:05
Compare
Choose a tag to compare
Pre-release

v0.5.0

  • Modified -Computername parameter on New-PSRemoteOperation to accept an array of names. (Issue #1)
  • Set file encoding of psd1 files to ASCII (Issue #4)
  • Fixed bug with arguments when one of them is an array. (Issue #5)

PSRemoteOperations_v0.4.0_beta

02 Oct 22:00
Compare
Choose a tag to compare
Pre-release

v0.4.0

  • Added initialization script option to RemoteJob definition and execution
  • Added New-PSRemoteProfileScript function
  • Added PSScheduledJob as a required module
  • Set default name for -Credential parameter of Register-PSRemoteOperationWatcher to $env:username
  • Added help documentation
  • Created Pester tests for the module