Get-XdrCloudAppsGeneralSetting
SYNOPSIS
Retrieves general settings from Microsoft Defender for Cloud Apps (Cloud Apps).
SYNTAX
Get-XdrCloudAppsGeneralSetting [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
Compatibility wrapper for the legacy Cloud Apps general settings cmdlet. Calls the grouped configuration cmdlet and returns the settings object with the legacy output shape so existing scripts do not break.
EXAMPLES
EXAMPLE 1
Get-XdrCloudAppsGeneralSetting
Retrieves the Cloud Apps general settings.
EXAMPLE 2
Get-XdrCloudAppsGeneralSetting -Force
Forces a fresh retrieval of the Cloud Apps general settings.
PARAMETERS
-Force
Bypasses cache-backed requests.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction
The ProgressAction parameter is a common parameter, not a cmdlet parameter. For more information, see about_CommonParameters.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
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.