Typo
This commit is contained in:
parent
9a073fafd4
commit
02a14fac73
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ function get-timestamp{
|
|||
# restliche Variablen
|
||||
$timestamp = get-timestamp # Ruft Funktion get-timestamp auf
|
||||
$scriptpfad = Get-ScriptDirectory # setzt $scriptpfad auf den Wert von Get-ScriptDirectory
|
||||
# Hhostname
|
||||
# Hostname
|
||||
$hostname_ist = $env:computername
|
||||
$hostname_soll = "irantu"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ function get-timestamp{
|
|||
# restliche Variablen
|
||||
$timestamp = get-timestamp # Ruft Funktion get-timestamp auf
|
||||
$scriptpfad = Get-ScriptDirectory # setzt $scriptpfad auf den Wert von Get-ScriptDirectory
|
||||
# Hhostname
|
||||
# Hostname
|
||||
$hostname_ist = $env:computername
|
||||
$hostname_soll = "irantu"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ function get-timestamp{
|
|||
# restliche Variablen
|
||||
$timestamp = get-timestamp # Ruft Funktion get-timestamp auf
|
||||
$scriptpfad = Get-ScriptDirectory # setzt $scriptpfad auf den Wert von Get-ScriptDirectory
|
||||
# Hhostname
|
||||
# Hostname
|
||||
$hostname_ist = $env:computername
|
||||
$hostname_soll = "andreasgrote"
|
||||
|
||||
|
|
Loading…
Reference in a new issue