Get-MceSecurityContext
#
SYNOPSISGets the specified MCE security context.
#
SYNTAX#
GetSecurityContextById (Default)#
SearchSecurityContexts#
DESCRIPTIONThis cmdlet gets the MCE security context by either ID or by search term.
The cmdlet is designed to pipeline returned security context IDs to other cmdlets.
#
EXAMPLES#
EXAMPLE 1Gets MCE security contexts which match the name "Context One".
#
EXAMPLE 2Gets the MCE SecurityContext with the exact ID "01234567-89ab-cdef-1234-56789abcdef0".
#
EXAMPLE 3Gets all of the MCE Security Contexts.
#
EXAMPLE 4Gets MCE security context which match the name "Context One" exactly.
#
PARAMETERS#
-SearchTermThe search term (security context name or attribute).
#
-IdThe ID.
#
-MatchExactThe flag used to determine whether a search term is to be used as an exact match.
This value is optional; running without this flag will return security context(s) with a display name that has a partial match to the SearchTerm.
#
CommonParametersThis 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.StringThe search term (security context name or attribute).
#
System.StringThe ID.