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
Removes all access rules that have an unresolveable identity.
6
+
7
+
.DESCRIPTION
8
+
Removes all access rules that have an unresolveable identity.
9
+
This is aimed at identifying and remediating orphaned SIDs in active directory.
10
+
11
+
.PARAMETERPath
12
+
The full distinguished name to the object to clean.
13
+
14
+
.PARAMETERExcludeDomainSID
15
+
SIDs from the specified domain SIDs will be ignored.
16
+
Use this to safely handle one-way trust where ID resolution is impossible for some IDs.
17
+
18
+
.PARAMETERIncludeDomainSID
19
+
If specified, only unresolved identities from the specified SIDs will be listed.
20
+
Use this to safely target only rules from your owned domains in the targeted domain.
21
+
22
+
.PARAMETERServer
23
+
The server / domain to connect to.
24
+
25
+
.PARAMETERCredential
26
+
The credentials to use for AD operations.
27
+
28
+
.PARAMETEREnableException
29
+
This parameters disables user-friendly warnings and enables the throwing of exceptions.
30
+
This is less user friendly, but allows catching exceptions in calling scripts.
31
+
32
+
.PARAMETERConfirm
33
+
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
34
+
35
+
.PARAMETERWhatIf
36
+
If this switch is enabled, no actions are performed but informational messages will be displayed that explain what would happen if the command were to run.
0 commit comments