Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ Run the following command through an elevated PowerShell prompt:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
```

```powershell
Set-SmbServerConfiguration -EnableInsecureGuestLogons $true -Force
```

---

Both SMB signing, and SMB encryption policies must be disabled in Group Policy in order to use guest logons. Doing so can potentially compromise the security of the client and leave users open to credential theft and relay attacks.
Expand Down