mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 16:11:22 +02:00
Updated the scripts
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
.NOTES Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Hostname)
|
||||
param([string]$Hostname = "")
|
||||
if ($Hostname -eq "" ) {
|
||||
$Hostname = read-host "Enter hostname"
|
||||
}
|
||||
|
Reference in New Issue
Block a user