Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HealthCheck - Find SMBv1 status in Active Directory DC #168

Closed
2 tasks done
rebelinux opened this issue May 29, 2024 · 0 comments · Fixed by #181
Closed
2 tasks done

HealthCheck - Find SMBv1 status in Active Directory DC #168

rebelinux opened this issue May 29, 2024 · 0 comments · Fixed by #181
Assignees
Labels
change request Request a new change or an improvement
Milestone

Comments

@rebelinux
Copy link
Collaborator

Description

Add a table to find smbv1 status on DC

Additional Context

$smbstatusv1 = Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

"SMB1 Status : " + $smbstatusv1.State

Before submitting

  • I have read the documentation, and referred to the known issues before submitting this change request.
  • I have checked for previously opened & closed issues before submitting this change request.
@rebelinux rebelinux added the change request Request a new change or an improvement label May 29, 2024
@rebelinux rebelinux self-assigned this May 29, 2024
rebelinux added a commit to rebelinux/AsBuiltReport.Microsoft.AD that referenced this issue Jun 10, 2024
@rebelinux rebelinux added this to the v0.8.2 milestone Jun 10, 2024
@rebelinux rebelinux reopened this Jun 13, 2024
This was referenced Jun 13, 2024
@rebelinux rebelinux mentioned this issue Jun 15, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request Request a new change or an improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant