Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterAwareUpdating module changes for WS2022 #3161

Merged
Merged
278 changes: 227 additions & 51 deletions docset/winserver2022-ps/clusterawareupdating/Add-CauClusterRole.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ Exports one or more Updating Run reports into an HTML or CSV-formatted document.
### [Get-CauClusterRole](./Get-CauClusterRole.md)
Gets configuration properties of the CAU clustered role on the specified cluster.

### [Get-CauPlugin](./Get-CauPlugin.md)
Gets information about one or more software updating plug-ins that are registered on the local
computer.
### [Get-CauDeviceInfoForFeatureUpdates](Get-CauDeviceInfoForFeatureUpdates.md)
Gets device information for feature updates to use with CAU.

### [Get-CauPlugin](Get-CauPlugin.md)
Gets information about one or more software updating plug-ins that are registered on the local computer.

### [Get-CauReport](./Get-CauReport.md)
Gets the Updating Run reports for all known Updating Runs, or all Updating Runs that match the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Enable-CauClusterRole -ClusterName "CONTOSO-FC1" -Force
```

This command enables the CAU clustered role on the CONTOSO-FC1 cluster to begin performing Updating
Runs. The cmdlet changes the status of the CAU clustered role to Running. Because the command
specified the **Force** parameter, the cmdlet runs without displaying confirmation prompts.
Runs. The cmdlet changes the status of the CAU clustered role to Running. The cmdlet runs without
displaying confirmation prompts, as the **Force** parameter was used.

## PARAMETERS

Expand Down Expand Up @@ -136,7 +136,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
---
description: The Get-CauDeviceInfoForFeatureUpdates cmdlet gets device information for feature updates to use with Cluster-Aware Updating (CAU).
external help file: ClusterAwareUpdating.dll-Help.xml
Module Name: ClusterAwareUpdating
ms.date: 09/17/2021
online version: https://docs.microsoft.com/powershell/module/clusterawareupdating/get-caudeviceinfoforfeatureupdates?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
title: Get-CauDeviceInfoForFeatureUpdates
---

# Get-CauDeviceInfoForFeatureUpdates

## SYNOPSIS
Gets device information for feature updates to use with CAU.

## SYNTAX

```
Get-CauDeviceInfoForFeatureUpdates [[-ClusterName] <String>] [-Credential <PSCredential>]
-PathToDirectory <String> [<CommonParameters>]
```

## DESCRIPTION

The `Get-CauDeviceInfoForFeatureUpdates` cmdlet gets device information for feature updates to use with Cluster-Aware Updating (CAU).

## EXAMPLES

### Example 1: Get device information

```powershell
$Parameters = @{
ClusterName = 'CONTOSO-FC1'
PathToDirectory = 'C:\temp\contoso-device-info'
}
Get-CauDeviceInfoForFeatureUpdates $Parameters
```

This example gets device information for CAU for the specified cluster. This example uses
splatting to pass parameter values from the `$Parameters` variable to the command. Learn more about
[Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).

## PARAMETERS

### -ClusterName

Specifies the name of the cluster fow which to get device information.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Credential

Specifies the administrative credentials for the target cluster.

```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -PathToDirectory

Specifies a directory.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
-WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### None

## OUTPUTS

### System.String

### Microsoft.ClusterAwareUpdating.ActivityIdMap

## NOTES

## RELATED LINKS

[Get-CauClusterRole](Get-CauClusterRole.md)

[Get-CauPlugin](Get-CauPlugin.md)

[Get-CauReport](Get-CauReport.md)

[Get-CauRun](Get-CauRun.md)
20 changes: 11 additions & 9 deletions docset/winserver2022-ps/clusterawareupdating/Get-CauReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,22 @@ specified dates or other specified parameters.
### AllParamsSet (Default)

```
Get-CauReport [[-ClusterName] <String>] [-Detailed] [-Credential <PSCredential>] [<CommonParameters>]
Get-CauReport [[-ClusterName] <String>] [-Detailed] [-Credential <PSCredential>]
[<CommonParameters>]
```

### RangeParamSet

```
Get-CauReport [[-ClusterName] <String>] [[-StartDate] <DateTime>] [[-EndDate] <DateTime>] [-Detailed]
[-Credential <PSCredential>] [<CommonParameters>]
Get-CauReport [[-ClusterName] <String>] [[-StartDate] <DateTime>] [[-EndDate] <DateTime>]
[-Detailed] [-Credential <PSCredential>] [<CommonParameters>]
```

### LastParamSet

```
Get-CauReport [[-ClusterName] <String>] [-Last] [-Detailed] [-Credential <PSCredential>] [<CommonParameters>]
Get-CauReport [[-ClusterName] <String>] [-Last] [-Detailed] [-Credential <PSCredential>]
[<CommonParameters>]
```

### SpecificReportParamSet
Expand All @@ -46,11 +48,11 @@ Get-CauReport [[-ClusterName] <String>] [-Report <CauReportSummary>] [-Credentia

The `Get-CauReport` cmdlet gets the Updating Run reports for all known Updating Runs, or all
Updating Runs that match the specified dates or other specified parameters. This cmdlet can return a
list of all Updating Run reports between the specified **StartDate** and **EndDate** parameters, or if
the **Last** parameter is specified instead of dates, then the cmdlet returns the most recent Updating
Run report. By default, the report contains summaries only, but more detail can be obtained with the
**Detailed** parameter or by using the **Report** parameter and specifying a Cluster-Aware Updating
(CAU) report summary object.
list of all Updating Run reports between the specified **StartDate** and **EndDate** parameters, or
if the **Last** parameter is specified instead of dates, then the cmdlet returns the most recent
Updating Run report. By default, the report contains summaries only, but more detail can be obtained
with the **Detailed** parameter or by using the **Report** parameter and specifying a Cluster-Aware
Updating (CAU) report summary object.

## EXAMPLES

Expand Down
Loading