Skip to content

Latest commit

 

History

History
121 lines (85 loc) · 2.72 KB

Get-CauDeviceInfoForFeatureUpdates.md

File metadata and controls

121 lines (85 loc) · 2.72 KB
description external help file Module Name ms.date online version schema title
The Get-CauDeviceInfoForFeatureUpdates cmdlet gets device information for feature updates to use with Cluster-Aware Updating (CAU).
ClusterAwareUpdating.dll-Help.xml
ClusterAwareUpdating
09/17/2021
2.0.0
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

$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.

PARAMETERS

-ClusterName

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

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.

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.

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.

INPUTS

None

OUTPUTS

System.String

Microsoft.ClusterAwareUpdating.ActivityIdMap

NOTES

RELATED LINKS

Get-CauClusterRole

Get-CauPlugin

Get-CauReport

Get-CauRun