-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathADComputer02.xml
60 lines (60 loc) · 4.98 KB
/
ADComputer02.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.ActiveDirectory.Management.ADComputer</T>
<T>Microsoft.ActiveDirectory.Management.ADAccount</T>
<T>Microsoft.ActiveDirectory.Management.ADPrincipal</T>
<T>Microsoft.ActiveDirectory.Management.ADObject</T>
<T>Microsoft.ActiveDirectory.Management.ADEntity</T>
<T>Microsoft.ActiveDirectory.Management.ADPropertyCollection</T>
<T>System.Object</T>
</TN>
<ToString>CN=ThisServer,OU=Computers,DC=ad,DC=example,DC=com</ToString>
<Props>
<S N="DistinguishedName">CN=ThisServer,OU=Computers,DC=ad,DC=example,DC=com</S>
<S N="DNSHostName">ThisServer.ad.exeample.com</S>
<B N="Enabled">true</B>
<S N="Name">ThisServer</S>
<S N="ObjectClass">computer</S>
<G N="ObjectGUID">9da3d267-5dcb-4e0d-937b-97befbde6d6e</G>
<S N="SamAccountName">ThisServer$</S>
<Obj N="SID" RefId="1">
<TN RefId="1">
<T>System.Security.Principal.SecurityIdentifier</T>
<T>System.Security.Principal.IdentityReference</T>
<T>System.Object</T>
</TN>
<ToString>S-1-5-21-1234567890-1234567890-1234567890-123456</ToString>
<Props>
<I32 N="BinaryLength">28</I32>
<S N="AccountDomainSid">S-1-5-21-1234567890-1234567890-1234567890</S>
<S N="Value">S-1-5-21-1234567890-1234567890-1234567890-123456</S>
</Props>
</Obj>
<Nil N="UserPrincipalName" />
</Props>
</Obj>
<Obj RefId="2">
<TNRef RefId="0" />
<ToString>CN=ThatServer,OU=Computers,DC=ad,DC=example,DC=com</ToString>
<Props>
<S N="DistinguishedName">CN=ThatServer,OU=Computers,DC=ad,DC=example,DC=com</S>
<S N="DNSHostName">ThatServer.ad.example.com</S>
<B N="Enabled">true</B>
<S N="Name">ThatServer</S>
<S N="ObjectClass">computer</S>
<G N="ObjectGUID">0de65f90-2993-4409-9c74-9d75be9db553</G>
<S N="SamAccountName">ThatServer$</S>
<Obj N="SID" RefId="3">
<TNRef RefId="1" />
<ToString>S-1-5-21-1234567890-1234567890-1234567890-234567</ToString>
<Props>
<I32 N="BinaryLength">28</I32>
<S N="AccountDomainSid">S-1-5-21-1234567890-1234567890-1234567890</S>
<S N="Value">S-1-5-21-1234567890-1234567890-1234567890-234567</S>
</Props>
</Obj>
<Nil N="UserPrincipalName" />
</Props>
</Obj>
</Objs>