{"id":2452,"date":"2005-03-25T14:47:56","date_gmt":"2005-03-25T14:47:56","guid":{"rendered":"http:\/\/www.soulhuntre.com\/items\/date\/2005\/03\/25\/share-me\/"},"modified":"2005-03-25T14:47:56","modified_gmt":"2005-03-25T14:47:56","slug":"share-me","status":"publish","type":"post","link":"http:\/\/legacyiamsenseiken.local\/2005\/03\/25\/share-me\/","title":{"rendered":"Share me!"},"content":{"rendered":"

On Windows 2003 Server, if you had a directory full of directories that you want to share on the network, you can do this. Assuming you are already in the directory that holds them:<\/p>\n

\n

for \/D  %A in (*.*) do net share %A=<drive>:<directory>%A \/GRANT:”domain users”,FULL<\/em><\/p>\n

example:<\/strong>  for \/D  %A in (*.*) do net share %A=c:example%A \/GRANT:”domain users”,FULL<\/em><\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"

On Windows 2003 Server, if you had a directory full of directories that you want to share on the network, you can do this. Assuming you are already in the directory that holds them: for \/D  %A in (*.*) do net share %A=<drive>:<directory>%A \/GRANT:”domain users”,FULL example:  for \/D  %A in (*.*) do net share %A=c:example%A […]<\/p>\n","protected":false},"author":3,"featured_media":53170,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"aside","meta":{"footnotes":""},"categories":[278],"tags":[],"_links":{"self":[{"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/posts\/2452"}],"collection":[{"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/comments?post=2452"}],"version-history":[{"count":0,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/posts\/2452\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/media\/53170"}],"wp:attachment":[{"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/media?parent=2452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/categories?post=2452"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/legacyiamsenseiken.local\/wp-json\/wp\/v2\/tags?post=2452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}