2022/02/08 #セキュアなコマンド

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#セキュアなコマンド

PS> Get-Command *secure* |FT -a

CommandType Name                       Version         Source                                
----------- ----                       -------         ------                                
Cmdlet      Confirm-SecureBootUEFI     2.0.0.0         SecureBoot                            
Cmdlet      ConvertFrom-SecureString   3.0.0.0         Microsoft.PowerShell.Security         
Cmdlet      ConvertTo-SecureString     3.0.0.0         Microsoft.PowerShell.Security         
Cmdlet      Format-SecureBootUEFI      2.0.0.0         SecureBoot                            
Cmdlet      Get-SecureBootPolicy       2.0.0.0         SecureBoot                            
Cmdlet      Get-SecureBootUEFI         2.0.0.0         SecureBoot                            
Cmdlet      Set-SecureBootUEFI         2.0.0.0         SecureBoot                            
Cmdlet      Test-ComputerSecureChannel 3.1.0.0         Microsoft.PowerShell.Management       
Application securekernel.exe           10.0.19041.1023 C:\WINDOWS\system32\securekernel.exe  
Application WerFaultSecure.exe         10.0.19041.1387 C:\WINDOWS\system32\WerFaultSecure.exe


そういえば SecureBoot なる言葉がありました(やり方すぐに思い出せない・・)
ではまた;