Add remind-me.ps1

This commit is contained in:
Markus Fleschutz
2021-10-04 13:31:02 +02:00
parent 67a273f06e
commit 5a044708c5
3 changed files with 38 additions and 5 deletions

View File

@ -1,5 +1,4 @@
#requires -version 4
<#
<#
.SYNOPSIS
← enter overview of script here
.DESCRIPTION
@ -17,6 +16,8 @@
← enter URL here
#>
#requires -version 4
param() # ← enter script parameters here
# ← enter functions here