Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shonharsh/windowspowershell-create-datelist
This project is a script to create a date list in the standard PowerShell format (Monday, 01 April 2024 08:00:00), add a day n times on a new line, and write that list of dates to a file.
https://github.com/shonharsh/windowspowershell-create-datelist
academic academy artificial-intelligence atom automation bash config datetime education git guide learning markdown process script studio training-materials trending windows windows-powershell
Last synced: 2 months ago
JSON representation
This project is a script to create a date list in the standard PowerShell format (Monday, 01 April 2024 08:00:00), add a day n times on a new line, and write that list of dates to a file.
- Host: GitHub
- URL: https://github.com/shonharsh/windowspowershell-create-datelist
- Owner: ShonHarsh
- License: mit
- Created: 2024-04-01T16:14:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T23:31:55.000Z (6 months ago)
- Last Synced: 2024-09-29T04:20:40.062Z (3 months ago)
- Topics: academic, academy, artificial-intelligence, atom, automation, bash, config, datetime, education, git, guide, learning, markdown, process, script, studio, training-materials, trending, windows, windows-powershell
- Language: PowerShell
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![PowerShell-banner](Data/Images/WindowsPowershell-Create-DateList-Banner.png)
# Create-DateList
This project is a script to **create a date list** in the standard PowerShell format (Monday, 01 April 2024 08:00:00), add a day n times on a new line, and write that list of dates to a file.
### Getting Started
After making a pull request or downloading the project, change the parameters in the script to suit your case and run the script in PowerShell.
### Sample Script
```
PS C:\WINDOWS\system32> cd "C:\Code\PowerShell\Projects\Create-DateList"
PS C:\Code\PowerShell\Projects\Create-DateList> .\Create-DateList.ps1
```### Lazy Math
365 * 01 = 365
365 * 02 = 730
365 * 03 = 1095
365 * 04 = 1460
365 * 05 = 1825
365 * 06 = 2190
365 * 07 = 2555
365 * 08 = 2920
365 * 09 = 3285
365 * 10 = 3650
### ARCHITECTURE REQUIREMENTS
1. Access Windows PowerShell: Open the Start menu, type Windows PowerShell, select Windows PowerShell, then select Open
1. The execution policy may need to be changed. Read [Set-ExecutionPolicy](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.4) for details.### GIT NOTES
Clone the project to develop or change it.
`git clone https://github.com/ShonHarsh/Create-DateList`
### LINKS
- [Windows PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview)
- [Windows PowerShell GitHub](https://github.com/MicrosoftDocs/PowerShell-Docs)
- [Shon Harsh Website 127.0.0.1](https://shonharsh.github.io/curriculum-vitae/index.html)
- [This.GitHub](https://github.com/shonharsh)
- [LinkedIn](https://www.linkedin.com/in/shonharsh/)