Added 'Set-ScrictMode'

This commit is contained in:
Markus Fleschutz
2020-12-27 10:15:03 +00:00
parent a7bbbb99a7
commit d088342086
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,8 @@
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
Set-StrictMode -Version Latest
try {
$StartTime = Get-Date

View File

@ -8,6 +8,8 @@
param([String]$Text)
Set-StrictMode -Version Latest
function BigA() { param([Int]$Row)
switch($Row) {
1 { return " __ " }