How can I write a nested arbitrary associative Array value set to a .psd1 file in powershell?
问题 I have a powershell Array object that is programmatically generated, something with arrays inside arrays, inside arrays, sometimes called a "property bag" or a "hashtable", but I think it's natively called an "Array containing Arrays" in the most native powershell terminology. For example: @{ Version = '1.0.0' Name = 'thing' Revision = 'c3a89cd20e19bb82f41e95e0806edc5b6cfd224e' Date = '2016-12-09' Build = '1234' Contents = @{ "index.html" = "23dd7b993f40bb3ae8848fe104b3b767" } } Generating a