Views/DSInternals.DSAccount.format.ps1xml
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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 |
<?xml version="1.0" encoding="utf-8" ?>
<Configuration> <ViewDefinitions> <View> <Name>DSAccount</Name> <ViewSelectedBy> <TypeName>DSInternals.Common.Data.DSAccount</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>DistinguishedName: </Text> <ExpressionBinding> <PropertyName>DistinguishedName</PropertyName> </ExpressionBinding> <NewLine /> <Text>Sid: </Text> <ExpressionBinding> <PropertyName>Sid</PropertyName> </ExpressionBinding> <NewLine /> <Text>Guid: </Text> <ExpressionBinding> <PropertyName>Guid</PropertyName> </ExpressionBinding> <NewLine /> <Text>SamAccountName: </Text> <ExpressionBinding> <PropertyName>SamAccountName</PropertyName> </ExpressionBinding> <NewLine /> <Text>SamAccountType: </Text> <ExpressionBinding> <PropertyName>SamAccountType</PropertyName> </ExpressionBinding> <NewLine /> <Text>UserPrincipalName: </Text> <ExpressionBinding> <PropertyName>UserPrincipalName</PropertyName> </ExpressionBinding> <NewLine /> <Text>PrimaryGroupId: </Text> <ExpressionBinding> <PropertyName>PrimaryGroupId</PropertyName> </ExpressionBinding> <NewLine /> <Text>SidHistory: </Text> <ExpressionBinding> <PropertyName>SidHistory</PropertyName> </ExpressionBinding> <NewLine /> <Text>Enabled: </Text> <ExpressionBinding> <PropertyName>Enabled</PropertyName> </ExpressionBinding> <NewLine /> <Text>UserAccountControl: </Text> <ExpressionBinding> <PropertyName>UserAccountControl</PropertyName> </ExpressionBinding> <NewLine /> <Text>AdminCount: </Text> <ExpressionBinding> <PropertyName>AdminCount</PropertyName> </ExpressionBinding> <NewLine /> <Text>Deleted: </Text> <ExpressionBinding> <PropertyName>Deleted</PropertyName> </ExpressionBinding> <NewLine /> <Text>LastLogon: </Text> <ExpressionBinding> <PropertyName>LastLogon</PropertyName> </ExpressionBinding> <NewLine /> <Text>DisplayName: </Text> <ExpressionBinding> <PropertyName>DisplayName</PropertyName> </ExpressionBinding> <NewLine /> <Text>GivenName: </Text> <ExpressionBinding> <PropertyName>GivenName</PropertyName> </ExpressionBinding> <NewLine /> <Text>Surname: </Text> <ExpressionBinding> <PropertyName>Surname</PropertyName> </ExpressionBinding> <NewLine /> <Text>Description: </Text> <ExpressionBinding> <PropertyName>Description</PropertyName> </ExpressionBinding> <NewLine /> <Text>ServicePrincipalName: </Text> <ExpressionBinding> <PropertyName>ServicePrincipalName</PropertyName> </ExpressionBinding> <NewLine /> <Text>SecurityDescriptor: </Text> <ExpressionBinding> <ScriptBlock>$_.SecurityDescriptor.ControlFlags</ScriptBlock> </ExpressionBinding> <NewLine /> <Text>Owner: </Text> <ExpressionBinding> <ScriptBlock>$_.SecurityDescriptor.Owner</ScriptBlock> </ExpressionBinding> <NewLine /> <Text>Secrets</Text> <NewLine /> <Frame> <LeftIndent>2</LeftIndent> <CustomItem> <Text>NTHash: </Text> <ExpressionBinding> <PropertyName>NTHash</PropertyName> <CustomControlName>Hash</CustomControlName> </ExpressionBinding> <NewLine /> <Text>LMHash: </Text> <ExpressionBinding> <PropertyName>LMHash</PropertyName> <CustomControlName>Hash</CustomControlName> </ExpressionBinding> <NewLine /> <Text>NTHashHistory: </Text> <NewLine /> <ExpressionBinding> <PropertyName>NTHashHistory</PropertyName> <CustomControlName>HashCollection</CustomControlName> </ExpressionBinding> <Text>LMHashHistory: </Text> <NewLine /> <ExpressionBinding> <PropertyName>LMHashHistory</PropertyName> <CustomControlName>HashCollection</CustomControlName> </ExpressionBinding> <Text>SupplementalCredentials:</Text> <NewLine /> <Frame> <LeftIndent>2</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>SupplementalCredentials</PropertyName> <CustomControlName>SupplementalCredentials</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </Frame> <Text>Key Credentials:</Text> <NewLine /> <Frame> <LeftIndent>2</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>KeyCredentials</PropertyName> <CustomControlName>KeyCredential</CustomControlName> <EnumerateCollection /> </ExpressionBinding> </CustomItem> </Frame> <Text>Credential Roaming</Text> <NewLine /> <Frame> <LeftIndent>2</LeftIndent> <CustomItem> <Text>Created: </Text> <ExpressionBinding> <PropertyName>RoamedCredentialsCreated</PropertyName> </ExpressionBinding> <NewLine /> <Text>Modified: </Text> <ExpressionBinding> <PropertyName>RoamedCredentialsModified</PropertyName> </ExpressionBinding> <NewLine /> <Text>Credentials: </Text> <NewLine /> <Frame> <LeftIndent>2</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>RoamedCredentials</PropertyName> <CustomControlName>RoamedCredential</CustomControlName> <EnumerateCollection /> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> </ViewDefinitions> </Configuration> |