function Test-ConfigurationDataMap { [CmdletBinding()] Param( [AllowNull()] $Value ) return ($Value -is [System.Collections.Hashtable]) -or ($Value -is [System.Collections.Specialized.OrderedDictionary]) }