You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ShowDefinitionInfo | true/false |false| Toggle to enable/disable Microsoft AD term explanations |
177
+
| ShowDefinitionInfo | true/false |False| Toggle to enable/disable Microsoft AD term explanations |
178
178
| PSDefaultAuthentication | Negotiate/Kerberos | Negotiate | Allow to set the value of the PSRemoting authentication method. For Workgroup authentication Negotiate value is required. |
179
179
| Exclude.Domains | Array List | Empty | Allow to filter on AD Domain FQDN |
180
180
| Exclude.DCs | Array List | Empty | Allow to filter on AD Domain Controller Server FQDN. |
181
181
| Include.Domains | Array List | Empty | Allow only a list of Active Directory Domain Controller FQDN to document. |
182
182
| Include.DCs | Array List | Empty | Allow only a list of Active Directory Domain FQDN to document. |
183
+
| WinRMSSL | Bool | True | Allow to enable SSL for WINRM connection |
184
+
| WinRMFallbackToNoSSL | Bool | True | Allow to fallback to WINRM without SSL |
185
+
| WinRMSSLPort | Int | 5986 | Allow to set tcp port for WinRM over SSL |
186
+
| WinRMPort | Int | 5985 | Allow to set tcp port for WinRM |
@@ -157,12 +157,12 @@ function Get-AbrADDFSHealth {
157
157
BlankLine
158
158
Paragraph {
159
159
Text "Corrective Actions:"-Bold
160
-
Text "Make sure Sysvol folder has no malicious extensions or unnecessary content."
160
+
Text "Review the files and extensions listed above and ensure they are necessary for the operation of your domain. Remove any files that are not required or that appear suspicious. Regularly monitor the Sysvol folder to maintain a healthy and secure Active Directory environment."
161
161
}
162
162
}
163
163
}
164
164
} else {
165
-
Write-PScriboMessage-IsWarning "No SYSVOL folder information found in $Domain, disabling the section."
165
+
Write-PScriboMessage"No SYSVOL folder information found in $Domain, Disabling this section."
166
166
}
167
167
if ($DCPssSession) {
168
168
Remove-PSSession-Session $DCPssSession
@@ -172,20 +172,20 @@ function Get-AbrADDFSHealth {
@@ -224,12 +224,12 @@ function Get-AbrADDFSHealth {
224
224
BlankLine
225
225
Paragraph {
226
226
Text "Corrective Actions:"-Bold
227
-
Text "Make sure Netlogon folder has no malicious extensions or unnecessary content."
227
+
Text "Review the files and extensions listed above and ensure they are necessary for the operation of your domain. Remove any files that are not required or that appear suspicious. Regularly monitor the Netlogon folder to maintain a healthy and secure Active Directory environment."
228
228
}
229
229
}
230
230
}
231
231
} else {
232
-
Write-PScriboMessage-IsWarning "No NETLOGON folder information found in $Domain, disabling the section."
232
+
Write-PScriboMessage"No NETLOGON folder information found in $Domain, Disabling this section."
0 commit comments