Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created January 23, 2017 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/f1a2104ed991935d7154be25308db5ce to your computer and use it in GitHub Desktop.
Save techthoughts2/f1a2104ed991935d7154be25308db5ce to your computer and use it in GitHub Desktop.
Create a folder share
$Shares=[WMICLASS]”WIN32_Share”
$Shares.Create("C:\folder\provisioning","Everyone",0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment