{"id":5192,"date":"2024-10-24T08:17:25","date_gmt":"2024-10-24T15:17:25","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=5192"},"modified":"2024-10-24T08:26:15","modified_gmt":"2024-10-24T15:26:15","slug":"how-to-create-folders-from-a-csv-file-by-using-powershell","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=5192","title":{"rendered":"How to Create Folders from a CSV file by Using PowerShell"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5192\" class=\"elementor elementor-5192\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-015cde8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"015cde8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-065cdbb\" data-id=\"065cdbb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb349c8 elementor-widget elementor-widget-text-editor\" data-id=\"fb349c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Here is a sample csv file with a title called &#8220;Organizations&#8221;.&nbsp;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e593714 elementor-widget elementor-widget-image\" data-id=\"e593714\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"304\" height=\"546\" src=\"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2024\/10\/Capture.png\" class=\"attachment-large size-large wp-image-5193\" alt=\"sample csv file\" srcset=\"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2024\/10\/Capture.png 304w, https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2024\/10\/Capture-167x300.png 167w\" sizes=\"(max-width: 304px) 100vw, 304px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d1f5b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d1f5b3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-98f832d\" data-id=\"98f832d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-55bcea71 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"55bcea71\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-324669f0\" data-id=\"324669f0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46f51414 elementor-widget elementor-widget-text-editor\" data-id=\"46f51414\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><\/p>\n<h5 class=\"wp-block-heading\">Below, please see the scripts<\/h5>\n<p><\/p>\n<p>#Crated by Summa, 2024-10-23<\/p>\n<p>\u00a0<\/p>\n<p>$file= &#8220;C:\\Temp\\folders.csv&#8221;<\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">if (Test-Path $file) {<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">\u00a0 \u00a0 $item=Get-Item $file<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">\u00a0 \u00a0 Write-Output &#8220;The csv file exists. Details:&#8221;<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">\u00a0 \u00a0 $item<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">} else {<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">\u00a0 \u00a0 Write-Output &#8220;The csv file does not exist.&#8221;<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">}<\/span><\/p>\n<p><span style=\"font-size: 13px; color: var( --e-global-color-text );\">$folderlist = Import-Csv $file<\/span><\/p>\n<p>$rootpath = &#8220;C:\\Sample Folder\\&#8221;<\/p>\n<p>foreach ($folder in $folderlist){<\/p>\n<p>\u00a0 \u00a0 $path = join-path -path $rootpath -childpath $folder.Organizations;<\/p>\n<p>\u00a0 \u00a0 if (-not (Test-Path -Path $path)) {<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 # Create the folder<\/p>\n<p>\u00a0 \u00a0 new-item -type directory -path $path;<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 Write-Output &#8220;Created folder: $path&#8221;<\/p>\n<p>\u00a0 \u00a0 } else {<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 Write-Output &#8220;Folder already exists: $path&#8221;<\/p>\n<p>\u00a0 \u00a0 }\u00a0<\/p>\n<p>}\u00a0<\/p>\n<p><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Here is a sample csv file with a title called &#8220;Organizations&#8221;.&nbsp; Below, please see the scripts #Crated by Summa, 2024-10-23 \u00a0 $file= &#8220;C:Tempfolders.csv&#8221; if (Test-Path $file) { \u00a0 \u00a0 $item=Get-Item $file \u00a0 \u00a0 Write-Output &#8220;The csv file exists. Details:&#8221; \u00a0 \u00a0 $item } else { \u00a0 \u00a0 Write-Output &#8220;The csv file does not exist.&#8221; } <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=5192\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10,1224],"tags":[1824,1825],"class_list":["post-5192","post","type-post","status-publish","format-standard","hentry","category-microsoft","category-powershell","tag-create-folders-from-a-csv-file","tag-create-folders-from-a-csv-file-powershell"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Here is a sample csv file with a title called \u201cOrganizations\u201d. Below, please see the scripts #Crated by Summa, 2024-10-23 $file= \u201cC:\\Temp\\folders.csv\u201d if (Test-Path $file) { $item=Get-Item $file Write-Output \u201cThe csv file exists. Details:\u201d $item } else { Write-Output \u201cThe csv file does not exist.\u201d }\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"create folders from a csv file,create folders from a csv file powershell,microsoft family,powershell\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=5192\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#article\",\"name\":\"How to Create Folders from a CSV file by Using PowerShell | Summa Lai\",\"headline\":\"How to Create Folders from a CSV file by Using PowerShell\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Capture.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192\\\/#articleImage\",\"width\":304,\"height\":546,\"caption\":\"sample csv file\"},\"datePublished\":\"2024-10-24T08:17:25-07:00\",\"dateModified\":\"2024-10-24T08:26:15-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#webpage\"},\"articleSection\":\"Microsoft Family, PowerShell, Create Folders from a CSV file, Create Folders from a CSV file Powershell\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1224#listItem\",\"name\":\"PowerShell\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1224#listItem\",\"position\":3,\"name\":\"PowerShell\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1224\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#listItem\",\"name\":\"How to Create Folders from a CSV file by Using PowerShell\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#listItem\",\"position\":4,\"name\":\"How to Create Folders from a CSV file by Using PowerShell\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1224#listItem\",\"name\":\"PowerShell\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192\",\"name\":\"How to Create Folders from a CSV file by Using PowerShell | Summa Lai\",\"description\":\"Here is a sample csv file with a title called \\u201cOrganizations\\u201d. Below, please see the scripts #Crated by Summa, 2024-10-23 $file= \\u201cC:\\\\Temp\\\\folders.csv\\u201d if (Test-Path $file) { $item=Get-Item $file Write-Output \\u201cThe csv file exists. Details:\\u201d $item } else { Write-Output \\u201cThe csv file does not exist.\\u201d }\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=5192#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2024-10-24T08:17:25-07:00\",\"dateModified\":\"2024-10-24T08:26:15-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Create Folders from a CSV file by Using PowerShell | Summa Lai","description":"Here is a sample csv file with a title called \u201cOrganizations\u201d. Below, please see the scripts #Crated by Summa, 2024-10-23 $file= \u201cC:\\Temp\\folders.csv\u201d if (Test-Path $file) { $item=Get-Item $file Write-Output \u201cThe csv file exists. Details:\u201d $item } else { Write-Output \u201cThe csv file does not exist.\u201d }","canonical_url":"https:\/\/SUMMALAI.COM\/?p=5192","robots":"max-image-preview:large","keywords":"create folders from a csv file,create folders from a csv file powershell,microsoft family,powershell","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=5192#article","name":"How to Create Folders from a CSV file by Using PowerShell | Summa Lai","headline":"How to Create Folders from a CSV file by Using PowerShell","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2024\/10\/Capture.png","@id":"https:\/\/SUMMALAI.COM\/?p=5192\/#articleImage","width":304,"height":546,"caption":"sample csv file"},"datePublished":"2024-10-24T08:17:25-07:00","dateModified":"2024-10-24T08:26:15-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=5192#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=5192#webpage"},"articleSection":"Microsoft Family, PowerShell, Create Folders from a CSV file, Create Folders from a CSV file Powershell"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=5192#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1224#listItem","name":"PowerShell"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1224#listItem","position":3,"name":"PowerShell","item":"https:\/\/SUMMALAI.COM\/?cat=1224","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=5192#listItem","name":"How to Create Folders from a CSV file by Using PowerShell"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=5192#listItem","position":4,"name":"How to Create Folders from a CSV file by Using PowerShell","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1224#listItem","name":"PowerShell"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=5192#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=5192#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=5192#webpage","url":"https:\/\/SUMMALAI.COM\/?p=5192","name":"How to Create Folders from a CSV file by Using PowerShell | Summa Lai","description":"Here is a sample csv file with a title called \u201cOrganizations\u201d. Below, please see the scripts #Crated by Summa, 2024-10-23 $file= \u201cC:\\Temp\\folders.csv\u201d if (Test-Path $file) { $item=Get-Item $file Write-Output \u201cThe csv file exists. Details:\u201d $item } else { Write-Output \u201cThe csv file does not exist.\u201d }","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=5192#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2024-10-24T08:17:25-07:00","dateModified":"2024-10-24T08:26:15-07:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"5192","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"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":"","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":"Article","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":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-10-24 15:12:30","updated":"2024-10-24 15:24:47","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.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:\/\/SUMMALAI.COM\/?cat=10\" title=\"Microsoft Family\">Microsoft Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=1224\" title=\"PowerShell\">PowerShell<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Create Folders from a CSV file by Using PowerShell\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"PowerShell","link":"https:\/\/SUMMALAI.COM\/?cat=1224"},{"label":"How to Create Folders from a CSV file by Using PowerShell","link":"https:\/\/SUMMALAI.COM\/?p=5192"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5192"}],"version-history":[{"count":6,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5192\/revisions"}],"predecessor-version":[{"id":5199,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/5192\/revisions\/5199"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}