Manami’s Translation Blog

2人の男児を育てながら在宅でIT翻訳をしています。育児ブログは別に開設しているので、主に翻訳や仕事に関することをつづっています。

PowerTip: Credential Guard が有効になっているかどうかを Windows PowerShell で確認する

PowerTip: Credential Guard が有効になっているかどうかを Windows PowerShell で確認する

Doctor Scripto

Dr Scripto

 

概要: Windows 10 に同梱されている Get-ComputerInfo コマンドレットを使用すると、Credential Guard が有効になっているかどうかを簡単に確認できます。

A picture containing scissors Description automatically generated

Windows 10 で Credential Guard が有効になっているかどうかを確認する方法はありますか。

Get-ComputerInfo コマンドレットを使用して、ターゲットにDeviceGaurdSecurityServicesConfigured プロパティを指定すれば確認できます。Credential Guard が有効になっている場合は、次のコードを実行するとブール型の $TRUE が返されます。

‘CredentialGuard’ -match ((Get-ComputerInfo).DeviceGuardSecurityServicesConfigured)

PowerShell, Doctor Scripto, PowerTip, Credential Guard, Paul Greeley

 

devblogs.microsoft.com

Scripting Blog は毎週水曜日(米国時間)更新みたいですね

PowerTip は短いみたいなので時間が許す限り週 1 回更新ペースで頑張ろうと思います