Question 1hardmultiple choice
Read the full Secure Windows Server Infrastructure explanation →AZ-802 Secure Windows Server Infrastructure • Complete Question Bank
Complete AZ-802 Secure Windows Server Infrastructure question bank — all 0 questions with answers and detailed explanations.
Scope ExecutionPolicy ----- --------------- MachinePolicy Undefined UserPolicy Undefined Process Bypass CurrentUser Undefined LocalMachine AllSigned
<FileRules>
<Allow ID="ID_ALLOW_A" FriendlyName="Allow Signed" FileName="*" MinimumFileVersion="1.0.0.0">
<FileAttrib ID="ID_FILE_ATTRIB_A" Hash="A1B2C3D4E5F6" />
</Allow>
<Deny ID="ID_DENY_B" FriendlyName="Block Unsigned" FileName="untrusted.exe" />
</FileRules>
<SigningScenarios>
<SigningScenario Value="12" ID="ID_SIGNING_SCENARIO_WINDOWS" FriendlyName="Windows">
<ProductSigners />
</SigningScenario>
</SigningScenarios>Get-SmbServerConfiguration | Select-Object -Property EnableSMBEncryption EnableSMBEncryption : False
C:\> certutil -verify -urlfetch ServerCert.cer ... Leaf certificate verification: PASS Revocation check: FAILED ...