This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Converts [xml] objects to memory object | |
.DESCRIPTION | |
Converts [xml] objects to memory object with some control over attribute values and property names | |
.PARAMETER AttributesGroupProperty | |
Name of property for values read from node attributes | |
.PARAMETER LowerCasePropertyNames | |
Convert all property names lower case | |
.EXAMPLE |
OlderNewer