DSInternals/Src/DSInternals.PowerShell/Views/DSInternals.SamDomainPasswordInformation.format.ps1xml
Michael Grafnetter 91802c695e - Added support for computer NGC keys
- Added a custom PowerShell View for FIDO keys
- Renamed some FIDO properties
- Using Array.Reverse instead of SwapByte
- Smoke tests now check type references in PowerShell Views
- Removed schema from format files for compatibility reasons
2019-08-04 13:21:18 +02:00

38 lines
1.3 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>SamDomainPasswordInformation</Name>
<ViewSelectedBy>
<TypeName>DSInternals.SAM.SamDomainPasswordInformation</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>
<ListItem>
<PropertyName>MinPasswordLength</PropertyName>
</ListItem>
<ListItem>
<PropertyName>ComplexityEnabled</PropertyName>
</ListItem>
<ListItem>
<PropertyName>ReversibleEncryptionEnabled</PropertyName>
</ListItem>
<ListItem>
<PropertyName>MaxPasswordAge</PropertyName>
</ListItem>
<ListItem>
<PropertyName>MinPasswordAge</PropertyName>
</ListItem>
<ListItem>
<PropertyName>PasswordHistoryCount</PropertyName>
</ListItem>
</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
</ViewDefinitions>
</Configuration>