mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-03-01 17:30:28 +00:00
203 lines
7.9 KiB
XML
203 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Configuration><!-- xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/Schemas/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-->
|
|
<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>LastLogonDate: </Text>
|
|
<ExpressionBinding>
|
|
<PropertyName>LastLogonDate</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>
|
|
<EnumerateCollection />
|
|
<CustomControlName>KeyCredential</CustomControlName>
|
|
</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>
|
|
<EnumerateCollection />
|
|
<CustomControlName>RoamedCredential</CustomControlName>
|
|
</ExpressionBinding>
|
|
</CustomItem>
|
|
</Frame>
|
|
</CustomItem>
|
|
</Frame>
|
|
</CustomItem>
|
|
</CustomEntry>
|
|
</CustomEntries>
|
|
</CustomControl>
|
|
</View>
|
|
</ViewDefinitions>
|
|
</Configuration>
|