Which computers access FS1 by using SMB 1.0 What should you run first?

You have a file server named FS1 that runs Windows Server 2016.
You plan to disable SMB 1.0 on the server.
You need to verify which computers access FS1 by using SMB 1.0 What should you run first?
A. Debug-FileShare
B. Set-FileShare
C. Set-SmbShare
D. Set-SmbServerConfiguration
E. Set-SmbClientConfiguration

microsoft-exams

4 thoughts on “Which computers access FS1 by using SMB 1.0 What should you run first?

  1. Audit SMB v1 Traffic
    Before disabling or removing SMB v1, it’s worth checking if our network is actively using it, as turning it off could cause problems if it’s actually required.

    We can audit SMB v1.0 traffic in our network to see if it’s still being used by running the following PowerShell cmdlet.

    Set-SmbServerConfiguration –AuditSmb1Access $true
    We can view this log by running the following PowerShell cmdlet.

    Get-WinEvent -LogName Microsoft-Windows-SMBServer/Audit

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.