You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the Windows PowerShell session configuration that defines the session in which scripts,
277
283
specified by the **PreUpdateScript** and **PostUpdateScript** parameters, and cmdlets are run, and can
278
284
limit the cmdlets that are available to be run. If either a pre-update or post-update script is
279
285
specified but a configuration name isn't specified, then the default session configuration that is
280
-
built into Windows PowerShell® is used.
281
-
=======
282
-
Specifies the Windows PowerShell session configuration that defines the session in which scripts, specified by the *PreUpdateScript* and *PostUpdateScript* parameters, and cmdlets are run, and can limit the cmdlets that are available to be run.
283
-
If either a pre-update or post-update script is specified but a configuration name is not specified, then the default session configuration that is built into Windows PowerShell® is used.
284
-
>>>>>>> f65c35cc7 (Remove special character)
286
+
built into Windows PowerShell is used.
285
287
286
288
```yaml
287
289
Type: String
@@ -618,6 +620,22 @@ Accept pipeline input: False
618
620
Accept wildcard characters: False
619
621
```
620
622
623
+
### -RebootMode
624
+
{{ Fill RebootMode Description }}
625
+
626
+
```yaml
627
+
Type: RebootType
628
+
Parameter Sets: (All)
629
+
Aliases:
630
+
Accepted values: ClusProp, FullReboot, SoftReboot
631
+
632
+
Required: False
633
+
Position: Named
634
+
Default value: None
635
+
Accept pipeline input: False
636
+
Accept wildcard characters: False
637
+
```
638
+
621
639
### -RebootTimeoutMinutes
622
640
623
641
Specifies the time in minutes that CAU allows for the restarting of a node. If the restart doesn't
@@ -652,6 +670,21 @@ Accept pipeline input: False
652
670
Accept wildcard characters: False
653
671
```
654
672
673
+
### -RunOnce
674
+
{{ Fill RunOnce Description }}
675
+
676
+
```yaml
677
+
Type: SwitchParameter
678
+
Parameter Sets: Once
679
+
Aliases:
680
+
681
+
Required: False
682
+
Position: Named
683
+
Default value: None
684
+
Accept pipeline input: False
685
+
Accept wildcard characters: False
686
+
```
687
+
655
688
### -RunPluginsSerially
656
689
657
690
Indicates that the cmdlet CAU scans each cluster node for applicable updates and stages the updates
For the default **Microsoft.WindowsUpdatePlugin** plug-in, no arguments are needed.
166
159
The following arguments are optional:
167
-
- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates will be applied in addition to important updates on each node.
168
-
If not specified, the default value is **'False'**.
160
+
- **'IncludeRecommendedUpdates'='\<Value\>'**: Boolean value to indicate that recommended updates
161
+
will be applied in addition to important updates on each node. If not specified, the default value
162
+
is **'False'**.
169
163
-- A standard Windows Update Agent query string that specifies criteria used by the Windows Update
170
164
Agent to filter the updates that will be applied to each node. For a name, use **QueryString** and
171
165
for a value, enclose the full query in quotation marks. If not specified, then the
@@ -434,6 +428,21 @@ Accept pipeline input: False
434
428
Accept wildcard characters: False
435
429
```
436
430
431
+
### -ForceSelfUpdate
432
+
{{ Fill ForceSelfUpdate Description }}
433
+
434
+
```yaml
435
+
Type: SwitchParameter
436
+
Parameter Sets: (All)
437
+
Aliases:
438
+
439
+
Required: False
440
+
Position: Named
441
+
Default value: None
442
+
Accept pipeline input: False
443
+
Accept wildcard characters: False
444
+
```
445
+
437
446
### -MaxFailedNodes
438
447
439
448
Specifies the maximum number of nodes on which updating can fail.
@@ -542,6 +551,22 @@ Accept pipeline input: False
542
551
Accept wildcard characters: False
543
552
```
544
553
554
+
### -RebootMode
555
+
{{ Fill RebootMode Description }}
556
+
557
+
```yaml
558
+
Type: RebootType
559
+
Parameter Sets: DefaultParamSet
560
+
Aliases:
561
+
Accepted values: ClusProp, FullReboot, SoftReboot
562
+
563
+
Required: False
564
+
Position: Named
565
+
Default value: None
566
+
Accept pipeline input: False
567
+
Accept wildcard characters: False
568
+
```
569
+
545
570
### -RebootTimeoutMinutes
546
571
547
572
Specifies the time in minutes that CAU allows for the restarting of a node. If the restart doesn't
0 commit comments