A tiny collection of PowerShell-Scripts I use on a regular basis.
- CreateNewWorkspace.ps1 - For my daily Workbench
- Running these scripts - Working with these PowerShell-Scripts
This creates a new folder in my folder
'C:\Users\your-profilename\Documents\Workspace\("CURRENT_YEAR")\("CURRENT_MONTH"))\("YYYY-MM-dd")'
For my daily projects I start a new folder with the current Date.
(e.g.: "c:\MyWorkspace\2017\12\2017-12-24")
e.g.:
Generate a link on your Desktop pointing to:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File "C:\Path_to_your\PowershellScript.ps1"
MIT License