{"id":165,"date":"2020-10-26T19:44:59","date_gmt":"2020-10-26T19:44:59","guid":{"rendered":"https:\/\/www.theazurecloud.ninja\/?p=161"},"modified":"2020-10-26T19:44:59","modified_gmt":"2020-10-26T19:44:59","slug":"powershell-module-layout","status":"publish","type":"post","link":"https:\/\/www.azuregovernanceguard.com\/?p=165","title":{"rendered":"PowerShell module layout"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">To get a clear picture on how the build process works it is good to know where you need to store what files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog is part of a series of blog about &#8220;<a href=\"https:\/\/labornet.nl\/?page_id=41\">Creating PowerShell modules with Azure DevOps.<\/a>&#8220;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The following file structure is been generated by the Plaster script:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">TheAzureCloudNinjaModule\\.gitignore\t\nTheAzureCloudNinjaModule\\.vscode\t\nTheAzureCloudNinjaModule\\.vscode\\launch.json\t\nTheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1\t\nTheAzureCloudNinjaModule\\.vscode\\settings.json\t\nTheAzureCloudNinjaModule\\azure-pipelines.yml\t\nTheAzureCloudNinjaModule\\docs\t\nTheAzureCloudNinjaModule\\docs\\about.md\t\nTheAzureCloudNinjaModule\\docs\\acknowledgements.md\t\nTheAzureCloudNinjaModule\\docs\\index.md\t\nTheAzureCloudNinjaModule\\docs\\Quick-Start-Installation-and-Example.md\t\nTheAzureCloudNinjaModule\\LICENSE\t\nTheAzureCloudNinjaModule\\Module.build.ps1\t\nTheAzureCloudNinjaModule\\Module.depend.psd1\t\nTheAzureCloudNinjaModule\\README.md\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\classes\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\data\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\private\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\public\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\public\\Import-TheAzureCloudNinja.ps1\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule.nuspec\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule.psd1\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule.psm1\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule.PSSATests.ps1\t\nTheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule.Tests.ps1\t<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The following two directories are the most commen places where you need to add files:<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\private<br>TheAzureCloudNinjaModule\\TheAzureCloudNinjaModule\\public<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><br>TheAzureCloudNinjaModule\\ TheAzureCloudNinjaModule\\ private<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Within this directory you need to store all functions that are going to be used within the PowerShell module. These functions will <strong>not <\/strong>be exposed for the end user to use.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The easiest way to look at this directory is that all function here are <strong>not<\/strong> going to be stored in the module manifest (FunctionsToExport).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">TheAzureCloudNinjaModule\\ TheAzureCloudNinjaModule\\ public<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Within this directory you need to store all functions that are going to be used by the end user. These functions will be exposed for the end user to use.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The easiest way to look at this directory is that all function here are going to be stored in the module manifest (FunctionsToExport).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To get a clear picture on how the build process works it is good to know where you need to<\/p>\n<p><a href=\"https:\/\/www.azuregovernanceguard.com\/?p=165\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">PowerShell module layout<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[120],"tags":[124],"class_list":["post-165","post","type-post","status-publish","format-standard","hentry","category-powershell","tag-creating-powershell-modules-with-azure-devops"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about &quot;Creating PowerShell modules with Azure DevOps.&quot; The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Eelco Labordus\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.azuregovernanceguard.com\/?p=165\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Azure Governance Guard -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PowerShell module layout - Azure Governance Guard\" \/>\n\t\t<meta property=\"og:description\" content=\"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about &quot;Creating PowerShell modules with Azure DevOps.&quot; The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.azuregovernanceguard.com\/?p=165\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-10-26T19:44:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-10-26T19:44:59+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@EelcoLabordus\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PowerShell module layout - Azure Governance Guard\" \/>\n\t\t<meta name=\"twitter:description\" content=\"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about &quot;Creating PowerShell modules with Azure DevOps.&quot; The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@EelcoLabordus\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#blogposting\",\"name\":\"PowerShell module layout - Azure Governance Guard\",\"headline\":\"PowerShell module layout\",\"author\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Eelco Labordus\"},\"datePublished\":\"2020-10-26T19:44:59+00:00\",\"dateModified\":\"2020-10-26T19:44:59+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#webpage\"},\"articleSection\":\"PowerShell, Creating PowerShell modules with Azure Devops.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.azuregovernanceguard.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=120#listItem\",\"name\":\"PowerShell\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=120#listItem\",\"position\":2,\"name\":\"PowerShell\",\"item\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=120\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#listItem\",\"name\":\"PowerShell module layout\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#listItem\",\"position\":3,\"name\":\"PowerShell module layout\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=120#listItem\",\"name\":\"PowerShell\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\",\"name\":\"Eelco Labordus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Eelco Labordus\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1\",\"name\":\"Eelco Labordus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Eelco Labordus\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#webpage\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165\",\"name\":\"PowerShell module layout - Azure Governance Guard\",\"description\":\"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about \\\"Creating PowerShell modules with Azure DevOps.\\\" The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\\\.gitignore TheAzureCloudNinjaModule\\\\.vscode TheAzureCloudNinjaModule\\\\.vscode\\\\launch.json TheAzureCloudNinjaModule\\\\.vscode\\\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\\\.vscode\\\\settings.json\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=165#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"datePublished\":\"2020-10-26T19:44:59+00:00\",\"dateModified\":\"2020-10-26T19:44:59+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#website\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/\",\"name\":\"Azure Governance Guard\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"PowerShell module layout - Azure Governance Guard","description":"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about \"Creating PowerShell modules with Azure DevOps.\" The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json","canonical_url":"https:\/\/www.azuregovernanceguard.com\/?p=165","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#blogposting","name":"PowerShell module layout - Azure Governance Guard","headline":"PowerShell module layout","author":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"publisher":{"@id":"https:\/\/www.azuregovernanceguard.com\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g","width":96,"height":96,"caption":"Eelco Labordus"},"datePublished":"2020-10-26T19:44:59+00:00","dateModified":"2020-10-26T19:44:59+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#webpage"},"isPartOf":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#webpage"},"articleSection":"PowerShell, Creating PowerShell modules with Azure Devops."},{"@type":"BreadcrumbList","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com#listItem","position":1,"name":"Home","item":"https:\/\/www.azuregovernanceguard.com","nextItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=120#listItem","name":"PowerShell"}},{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=120#listItem","position":2,"name":"PowerShell","item":"https:\/\/www.azuregovernanceguard.com\/?cat=120","nextItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#listItem","name":"PowerShell module layout"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#listItem","position":3,"name":"PowerShell module layout","previousItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=120#listItem","name":"PowerShell"}}]},{"@type":"Person","@id":"https:\/\/www.azuregovernanceguard.com\/#person","name":"Eelco Labordus","image":{"@type":"ImageObject","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g","width":96,"height":96,"caption":"Eelco Labordus"}},{"@type":"Person","@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author","url":"https:\/\/www.azuregovernanceguard.com\/?author=1","name":"Eelco Labordus","image":{"@type":"ImageObject","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g","width":96,"height":96,"caption":"Eelco Labordus"}},{"@type":"WebPage","@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#webpage","url":"https:\/\/www.azuregovernanceguard.com\/?p=165","name":"PowerShell module layout - Azure Governance Guard","description":"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about \"Creating PowerShell modules with Azure DevOps.\" The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.azuregovernanceguard.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=165#breadcrumblist"},"author":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"creator":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"datePublished":"2020-10-26T19:44:59+00:00","dateModified":"2020-10-26T19:44:59+00:00"},{"@type":"WebSite","@id":"https:\/\/www.azuregovernanceguard.com\/#website","url":"https:\/\/www.azuregovernanceguard.com\/","name":"Azure Governance Guard","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.azuregovernanceguard.com\/#person"}}]},"og:locale":"en_US","og:site_name":"Azure Governance Guard -","og:type":"article","og:title":"PowerShell module layout - Azure Governance Guard","og:description":"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about &quot;Creating PowerShell modules with Azure DevOps.&quot; The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json","og:url":"https:\/\/www.azuregovernanceguard.com\/?p=165","og:image":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1","article:published_time":"2020-10-26T19:44:59+00:00","article:modified_time":"2020-10-26T19:44:59+00:00","twitter:card":"summary_large_image","twitter:site":"@EelcoLabordus","twitter:title":"PowerShell module layout - Azure Governance Guard","twitter:description":"To get a clear picture on how the build process works it is good to know where you need to store what files. This blog is part of a series of blog about &quot;Creating PowerShell modules with Azure DevOps.&quot; The following file structure is been generated by the Plaster script: TheAzureCloudNinjaModule\\.gitignore TheAzureCloudNinjaModule\\.vscode TheAzureCloudNinjaModule\\.vscode\\launch.json TheAzureCloudNinjaModule\\.vscode\\PSScriptAnalyzerSettings.psd1 TheAzureCloudNinjaModule\\.vscode\\settings.json","twitter:creator":"@EelcoLabordus","twitter:image":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&ssl=1"},"aioseo_meta_data":{"post_id":"165","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-09-15 13:27:51","updated":"2025-09-15 13:27:51","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.azuregovernanceguard.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.azuregovernanceguard.com\/?cat=120\" title=\"PowerShell\">PowerShell<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPowerShell module layout\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.azuregovernanceguard.com"},{"label":"PowerShell","link":"https:\/\/www.azuregovernanceguard.com\/?cat=120"},{"label":"PowerShell module layout","link":"https:\/\/www.azuregovernanceguard.com\/?p=165"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts\/165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=165"}],"version-history":[{"count":0,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts\/165\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=165"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=165"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}