@@ -506,6 +506,7 @@ <h2 id="syntax">Syntax</h2>
506
506
[[-EndDate] <String>]
507
507
[[-StartTime] <String>]
508
508
[[-EndTime] <String>]
509
+ [[-Owner] <String>]
509
510
[-Force]
510
511
[-EnableException]
511
512
[-WhatIf]
@@ -877,7 +878,7 @@ <h5 id="frequencyrecurrencefactor">-FrequencyRecurrenceFactor</h5>
877
878
</ tbody >
878
879
</ table >
879
880
< h5 id ="startdate "> -StartDate</ h5 >
880
- < p > The date on which execution of a job can begin.< br />
881
+ < p > The date on which execution of a job can begin. Must be a string in the format yyyyMMdd. < br />
881
882
If force is used the start date will be the current day< br > </ p >
882
883
< table >
883
884
< thead >
@@ -906,8 +907,8 @@ <h5 id="startdate">-StartDate</h5>
906
907
</ tbody >
907
908
</ table >
908
909
< h5 id ="enddate "> -EndDate</ h5 >
909
- < p > The date on which execution of a job can stop.< br />
910
- If force is used the end date will be '9999-12-31 '< br > </ p >
910
+ < p > The date on which execution of a job can stop. Must be a string in the format yyyyMMdd. < br />
911
+ If force is used the end date will be '99991231 '< br > </ p >
911
912
< table >
912
913
< thead >
913
914
< tr >
@@ -935,10 +936,10 @@ <h5 id="enddate">-EndDate</h5>
935
936
</ tbody >
936
937
</ table >
937
938
< h5 id ="starttime "> -StartTime</ h5 >
938
- < p > The time on any day to begin execution of a job. Format HHMMSS / 24 hour clock.< br />
939
+ < p > The time on any day to begin execution of a job. Must be a string in the format HHmmss / 24 hour clock.< br />
939
940
Example: '010000' for 01:00:00 AM.< br />
940
941
Example: '140000' for 02:00:00 PM.< br />
941
- If force is used the start time will be '00:00:00' < br > </ p >
942
+ If force is used the start time will be '000000' for midnight. < br > </ p >
942
943
< table >
943
944
< thead >
944
945
< tr >
@@ -966,10 +967,38 @@ <h5 id="starttime">-StartTime</h5>
966
967
</ tbody >
967
968
</ table >
968
969
< h5 id ="endtime "> -EndTime</ h5 >
969
- < p > The time on any day to end execution of a job. Format HHMMSS / 24 hour clock.< br />
970
+ < p > The time on any day to end execution of a job. Must be a string in the format HHmmss / 24 hour clock.< br />
970
971
Example: '010000' for 01:00:00 AM.< br />
971
972
Example: '140000' for 02:00:00 PM.< br />
972
- If force is used the start time will be '23:59:59'< br > </ p >
973
+ If force is used the end time will be '235959' for one second before midnight.< br > </ p >
974
+ < table >
975
+ < thead >
976
+ < tr >
977
+ < th > </ th >
978
+ < th > </ th >
979
+ </ tr >
980
+ </ thead >
981
+ < tbody >
982
+ < tr >
983
+ < td > Alias</ td >
984
+ < td > </ td >
985
+ </ tr >
986
+ < tr >
987
+ < td > Required</ td >
988
+ < td > False</ td >
989
+ </ tr >
990
+ < tr >
991
+ < td > Pipeline</ td >
992
+ < td > false</ td >
993
+ </ tr >
994
+ < tr >
995
+ < td > Default Value</ td >
996
+ < td > </ td >
997
+ </ tr >
998
+ </ tbody >
999
+ </ table >
1000
+ < h5 id ="owner "> -Owner</ h5 >
1001
+ < p > Login to own the job, defaults to login running the command.< br > </ p >
973
1002
< table >
974
1003
< thead >
975
1004
< tr >
0 commit comments