cancel
Showing results for 
Search instead for 
Did you mean: 
brholmes
Level 3
since ‎10-18-2013
‎07-19-2016

User Statistics

  • 8 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I would like to script out the ability to set the run time for some of my duplicate stages. Here is a simple script on what I am trying to accomplish $Def = Get-BEBackupDefinition -Name "JobName" $Time = Get-Date -Day 1 -Month 11 -Hour 5 -Minute 00 ...
About