After joining it to the domain, It could not read any file or print shares. So I googled around to find the answer, but couldn't find an answer that seemed to apply. A coworker I knew had used a Win 8 on the domain at work, so I pinged him. His reply?
open powershell as admin.
Set-SmbClientConfiguration -RequireSecuritySignature $true
TADA! It works. Wow. That's pretty arcane. The fix left me with several questions. The biggest two are:
- What does this do? Even the online help does not clear anything up.
- Why was this not set to begin with on a pro version, intended for use on a domain?
No comments:
Post a Comment