mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-02-20 13:06:50 +00:00
Added XML schema to *.format.ps1xml files
This commit is contained in:
parent
f919b70d0a
commit
06103fccde
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>Rid</Name>
|
||||
@ -9,8 +9,8 @@
|
||||
<CustomEntry>
|
||||
<CustomItem>
|
||||
<ExpressionBinding>
|
||||
<EnumerateCollection />
|
||||
<ScriptBlock>[DSInternals.Common.SecurityIdentifierExtensions]::GetRid($_)</ScriptBlock>
|
||||
<EnumerateCollection />
|
||||
</ExpressionBinding>
|
||||
</CustomItem>
|
||||
</CustomEntry>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
<Name>DSAccount</Name>
|
||||
@ -159,8 +159,8 @@
|
||||
<CustomItem>
|
||||
<ExpressionBinding>
|
||||
<PropertyName>KeyCredentials</PropertyName>
|
||||
<CustomControlName>KeyCredential</CustomControlName>
|
||||
<EnumerateCollection />
|
||||
<CustomControlName>KeyCredential</CustomControlName>
|
||||
</ExpressionBinding>
|
||||
</CustomItem>
|
||||
</Frame>
|
||||
@ -186,8 +186,8 @@
|
||||
<CustomItem>
|
||||
<ExpressionBinding>
|
||||
<PropertyName>RoamedCredentials</PropertyName>
|
||||
<CustomControlName>RoamedCredential</CustomControlName>
|
||||
<EnumerateCollection />
|
||||
<CustomControlName>RoamedCredential</CustomControlName>
|
||||
</ExpressionBinding>
|
||||
</CustomItem>
|
||||
</Frame>
|
||||
@ -199,4 +199,4 @@
|
||||
</CustomControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>HashCollection</Name>
|
||||
@ -11,8 +11,8 @@
|
||||
<LeftIndent>2</LeftIndent>
|
||||
<CustomItem>
|
||||
<ExpressionBinding>
|
||||
<EnumerateCollection />
|
||||
<ScriptBlock>$_ | ConvertTo-Hex | foreach -Begin { [int] $i = 1 } -Process { if($i -gt 1) { "`n" }; "Hash {0:d2}: {1}" -f $i,$_ ; $i++ }</ScriptBlock>
|
||||
<EnumerateCollection />
|
||||
</ExpressionBinding>
|
||||
<NewLine />
|
||||
</CustomItem>
|
||||
@ -30,8 +30,8 @@
|
||||
<CustomEntry>
|
||||
<CustomItem>
|
||||
<ExpressionBinding>
|
||||
<EnumerateCollection />
|
||||
<ScriptBlock>ConvertTo-Hex $_</ScriptBlock>
|
||||
<EnumerateCollection />
|
||||
</ExpressionBinding>
|
||||
</CustomItem>
|
||||
</CustomEntry>
|
||||
@ -39,4 +39,4 @@
|
||||
</CustomControl>
|
||||
</Control>
|
||||
</Controls>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
<Name>KdsRootKey</Name>
|
||||
@ -104,4 +104,4 @@
|
||||
</CustomControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>KerberosKeyData</Name>
|
||||
@ -320,4 +320,4 @@
|
||||
</CustomControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>KeyCredential</Name>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
<Name>LsaPolicyInformation</Name>
|
||||
@ -83,4 +83,4 @@
|
||||
</ListControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>AccountList</Name>
|
||||
@ -160,4 +160,4 @@
|
||||
</CustomControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Controls>
|
||||
<Control>
|
||||
<Name>RoamedCredential</Name>
|
||||
@ -43,4 +43,4 @@
|
||||
</TableControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<Configuration xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/felixfbecker/PowerShellXSD/master/Format.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
<Name>SamDomainPasswordInformation</Name>
|
||||
@ -34,4 +34,4 @@
|
||||
</ListControl>
|
||||
</View>
|
||||
</ViewDefinitions>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user