Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Workstation
  2. Server
  3. HomeGroup Provider
  4. HomeGroup Listener
  5. Routing and Remote Access
  6. Remote Procedure Call
  7. Function Discovery Resource Publication
  8. Function Discovery Provider Host
  9.  
  10. netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
  11. netsh advfirewall set currentprofile state on
  12.  
  13. Set-SmbServerConfiguration -EnableSMB1Protocol $true
  14. Set-SmbServerConfiguration -EnableSMB2Protocol $true
  15.  
  16. Get-SmbServerConfiguration | Select EnableSMB1Protocol, EnableSMB2Protocol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement