2021/12/08 #暗号化するコマンド

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#暗号化するコマンド

PS> Get-Command *crypt* |ft -a

CommandType Name                                Version         Source                                           
----------- ----                                -------         ------                                           
Function    Copy-NetIPsecMainModeCryptoSet      2.0.0.0         NetSecurity                                     
Function    Copy-NetIPsecQuickModeCryptoSet     2.0.0.0         NetSecurity                                     
Function    Get-NetIPsecMainModeCryptoSet       2.0.0.0         NetSecurity                                     
Function    Get-NetIPsecQuickModeCryptoSet      2.0.0.0         NetSecurity                                     
Function    New-NetIPsecMainModeCryptoSet       2.0.0.0         NetSecurity                                     
Function    New-NetIPsecQuickModeCryptoSet      2.0.0.0         NetSecurity                                     
Function    Remove-NetIPsecMainModeCryptoSet    2.0.0.0         NetSecurity                                     
Function    Remove-NetIPsecQuickModeCryptoSet   2.0.0.0         NetSecurity                                     
Function    Rename-NetIPsecMainModeCryptoSet    2.0.0.0         NetSecurity                                     
Function    Rename-NetIPsecQuickModeCryptoSet   2.0.0.0         NetSecurity                                     
Function    Set-NetIPsecMainModeCryptoSet       2.0.0.0         NetSecurity                                     
Function    Set-NetIPsecQuickModeCryptoSet      2.0.0.0         NetSecurity                                     
Cmdlet      New-NetIPsecMainModeCryptoProposal  2.0.0.0         NetSecurity                                     
Cmdlet      New-NetIPsecQuickModeCryptoProposal 2.0.0.0         NetSecurity                                     
Cmdlet      Start-VsanEncryptionConfiguration   12.1.0.17001270 VMware.VimAutomation.Storage                     
Application BitLockerDeviceEncryption.exe       10.0.17134.1    C:\Windows\system32\BitLockerDeviceEncryption.exe

Encryptはそこそこ有りますが、Decrypt系が見つからないとは・・
ではまた;