< Back

Get-ProtectedDataSupportedTypes

Sun Jan 19, 2020 5:37 pm

NAME Get-ProtectedDataSupportedTypes



SYNOPSIS

Returns a list of types that can be used as the InputObject in the Protect-Data command.





SYNTAX

Get-ProtectedDataSupportedTypes [<CommonParameters>]





DESCRIPTION





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None.





OUTPUTS

Type[]





NOTES





This function allows you to know which InputObject types are supported by the Protect-Data and Unprotect-Data

commands in this version of the module. This list may expand over time, will always be backwards-compatible

with previously-encrypted data.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$types = Get-ProtectedDataSupportedTypes















RELATED LINKS

Protect-Data

Unprotect-Data