
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 01:22 PM
Hi,
is it possible to create a report whether the SMBv1 feature is installed or not on Windows 2012 R2 an up servers?
is it possible to create a report whether the SMBv1 feature is installed or not on Windows 2012 R2 an up servers?
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 01:54 PM
You can use this built-in report "Windows: Installed Windows features" and add the following criteria:
For detecting if SMB is active or not I found some relevant info here: https://www.reddit.com/r/sysadmin/comments/6b3bmw/is_there_a_fast_way_to_verify_that_smbv1_is/?st=jc67fad9&sh=3ad3bde2
It states that the registry key HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters has a value called SMB1 which, if enabled is set to 1, if disabled is set to 0.
You add that registry value for scanning and use this sample report to report on it: https://www.lansweeper.com/Forum/yaf_postst10451_Value-of-a-value-name-submitted-for-custom-registry-scanning.aspx#post39295
- For tsysOS.OSname: LIKE 'Win 20%'
- For tblFeatureUni.featureName: LIKE 'SMB%'
For detecting if SMB is active or not I found some relevant info here: https://www.reddit.com/r/sysadmin/comments/6b3bmw/is_there_a_fast_way_to_verify_that_smbv1_is/?st=jc67fad9&sh=3ad3bde2
It states that the registry key HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters has a value called SMB1 which, if enabled is set to 1, if disabled is set to 0.
You add that registry value for scanning and use this sample report to report on it: https://www.lansweeper.com/Forum/yaf_postst10451_Value-of-a-value-name-submitted-for-custom-registry-scanning.aspx#post39295
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 09:46 PM
If a features is "installed," does that mean its active?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2018 01:54 PM
You can use this built-in report "Windows: Installed Windows features" and add the following criteria:
For detecting if SMB is active or not I found some relevant info here: https://www.reddit.com/r/sysadmin/comments/6b3bmw/is_there_a_fast_way_to_verify_that_smbv1_is/?st=jc67fad9&sh=3ad3bde2
It states that the registry key HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters has a value called SMB1 which, if enabled is set to 1, if disabled is set to 0.
You add that registry value for scanning and use this sample report to report on it: https://www.lansweeper.com/Forum/yaf_postst10451_Value-of-a-value-name-submitted-for-custom-registry-scanning.aspx#post39295
- For tsysOS.OSname: LIKE 'Win 20%'
- For tblFeatureUni.featureName: LIKE 'SMB%'
For detecting if SMB is active or not I found some relevant info here: https://www.reddit.com/r/sysadmin/comments/6b3bmw/is_there_a_fast_way_to_verify_that_smbv1_is/?st=jc67fad9&sh=3ad3bde2
It states that the registry key HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters has a value called SMB1 which, if enabled is set to 1, if disabled is set to 0.
You add that registry value for scanning and use this sample report to report on it: https://www.lansweeper.com/Forum/yaf_postst10451_Value-of-a-value-name-submitted-for-custom-registry-scanning.aspx#post39295
