File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $script:listener = $null
1010$counter = 0
1111
1212If (-Not ([Security.Principal.WindowsPrincipal ] [Security.Principal.WindowsIdentity ]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole ] " Administrator" )) {
13- write-host " Du benötigst Adminrechte um dies auszuführen!"
13+ write-host " Du benötigst Adminrechte um dies auszuführen!"
1414 return
1515}
1616
@@ -62,7 +62,7 @@ function Send-DirectoryInfo( $dir, $path) {
6262 if ( $path ) { $path = " /" + $path }
6363 send-html $ (
6464 " Directory: $dir <br><br>"
65- " Mode Letzte Änderung Größe Name<br>"
65+ " Mode Letzte Änderung Größe Name<br>"
6666 " ------ ------------------- -------------- ------------------------<br>"
6767 if ( $dir -ne $base ) { " d----- $ ( ' ' .PadLeft(46 )) <a href='$path /..'>..</a><br>" }
6868 dir $dir | % {
You can’t perform that action at this time.
0 commit comments