Skip to main content

Get-MceSecurityContextRetentionPolicy

SYNOPSIS

Gets the retention policy of a security context.

SYNTAX

Get-MceSecurityContextRetentionPolicy [-Id] <String> [<CommonParameters>]

DESCRIPTION

This cmdlet gets the security context content retention policy.

EXAMPLES

EXAMPLE 1

Get-MceSecurityContextRetentionPolicy -Id "4f55b2be-1c07-4fcb-8c66-db563fd46206"

Gets the content retention policy for the given security context.

EXAMPLE 2

Get-MceSecurityContext | Get-MceSecurityContextRetentionPolicy

Gets the content retention policy for the existing security contexts.

PARAMETERS

-Id

The ID.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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

System.String

The ID.

OUTPUTS

MindLink.Core.Mce.PowerShell.Model.MceSecurityContextRetentionPolicy

An security context retention policy.

NOTES

MindLink Docs