With the whole WannaCry issue our headquarters wants to disable SMBv1.
Our shop received a few servers that they are stating has SMBv1 on. I have scanned the servers with Get-WindowsFeature and Get-WMIObject win32_optionalfeature and only one server comes back with SMBv1 feature installed.
I did a Get-SmbServerConfiguration command and it states that EnableSMB1Protocol attribute is showing false.
My question, is there another way to find out if SMBv1 is installed/enabled that I'm missing, since they are stating multiple servers have it.
Yet, I am only pulling one server that has it installed, but the feature is disabled?