We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f6fd commit 1e24098Copy full SHA for 1e24098
1 file changed
ActiveDirectory/get-adinfo.ps1
@@ -1,5 +1,5 @@
1
-##requires -version 5.1
2
-##requires -modules activedirectory
+#requires -version 5.1
+#requires -modules activedirectory
3
4
<#
5
.SYNOPSIS
@@ -37,7 +37,7 @@
37
See https://www.gnu.org/licenses/gpl-3.0.html for the full license text.
38
39
Version : 0.7
40
- History : 0.7 FN 28.03.2026 Add mor features to support DC replacement article, optimization for core server
+ History : 0.7 FN 28.03.2026 Add more features to support DC replacement article, optimization for core server
41
0.6 FN 26.03.2026 Update Schema versions, change License, add replication connections
42
0.5 FN 19.02.2021
43
0.4 FN 15.07.2020 Update Schemas, integrate LAPS detection
0 commit comments