{"id":161,"date":"2017-06-23T16:07:45","date_gmt":"2017-06-23T14:07:45","guid":{"rendered":"http:\/\/blog.van-daag.nl\/?p=161"},"modified":"2018-07-26T10:46:54","modified_gmt":"2018-07-26T09:46:54","slug":"export-import-wireless-network-info-on-windows-machines","status":"publish","type":"post","link":"https:\/\/van-daag.nl\/?p=161","title":{"rendered":"Export &#038; Import Wireless Network Info on Windows machines"},"content":{"rendered":"<p><a href=\"https:\/\/community.spiceworks.com\/how_to\/24989-export-import-wireless-network-info-on-windows-machines\">https:\/\/community.spiceworks.com\/how_to\/24989-export-import-wireless-network-info-on-windows-machines<\/a><\/p>\n<p>Create a batch file and add it to the GPO.<br \/>\nThis Batch file checks if the name exist. If not, WLAN will be created.<\/p>\n<pre class=\"lang:batch decode:true\">@echo off\r\nnetsh wlan show profiles | find \/i \"&lt;Wifi-Name&gt;\" \r\nif errorlevel 1 ( \r\nnetsh wlan add profile filename=\"\\\\&lt;DOMAIN&gt;\\NETLOGON\\&lt;XMLNAME&gt;\" user=all\r\n) \r\n\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/community.spiceworks.com\/how_to\/24989-export-import-wireless-network-info-on-windows-machines Create a batch file and add it to the GPO. This Batch file checks if the name exist. If not, WLAN will be created. @echo off netsh wlan show profiles | find \/i &#8220;&lt;Wifi-Name&gt;&#8221; if errorlevel 1 ( netsh wlan add profile filename=&#8221;\\\\&lt;DOMAIN&gt;\\NETLOGON\\&lt;XMLNAME&gt;&#8221; user=all ) &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"link","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[5,18,19,20],"tags":[],"class_list":["post-161","post","type-post","status-publish","format-link","hentry","category-links","category-windows","category-windows-10","category-windows-7","post_format-post-format-link"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=161"}],"version-history":[{"count":4,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/161\/revisions"}],"predecessor-version":[{"id":309,"href":"https:\/\/van-daag.nl\/index.php?rest_route=\/wp\/v2\/posts\/161\/revisions\/309"}],"wp:attachment":[{"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/van-daag.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}