Skip to content

Instantly share code, notes, and snippets.

@Na0mir
Last active August 29, 2015 13:56
Show Gist options
  • Save Na0mir/8959417 to your computer and use it in GitHub Desktop.
Save Na0mir/8959417 to your computer and use it in GitHub Desktop.
Create x documents. Perfect to create sample document.
# ----------------------------------------------
# Author: Romain Blanchard
# Date: 12.02.2014
# Description: Create x documents. Perfect to create sample document.
# ----------------------------------------------
01..50 | % { New-Item "Document$_.docx" -Value (Get-Date).toString() -itemType file}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment