Erste Veröffentlichung
This commit is contained in:
parent
73731b23b4
commit
ede9e5f03f
BIN
Windows Updates mit AutoReboot.xml
Normal file
BIN
Windows Updates mit AutoReboot.xml
Normal file
Binary file not shown.
@ -22,7 +22,7 @@ $env:PSModulePath += ";$ModulVerzeichnis"
|
|||||||
|
|
||||||
# Zeitstempel für das Logfile
|
# Zeitstempel für das Logfile
|
||||||
$LogZeitstempel = Format-DeutschesDatum (Get-Date)
|
$LogZeitstempel = Format-DeutschesDatum (Get-Date)
|
||||||
$LogEintrag = "Script gestartet am: $LogZeitstempel"
|
$LogEintrag = "Windows Updates gestartet am: $LogZeitstempel"
|
||||||
Write-Host $LogEintrag
|
Write-Host $LogEintrag
|
||||||
$LogEintrag | Out-File -Append -FilePath $LogPfad
|
$LogEintrag | Out-File -Append -FilePath $LogPfad
|
||||||
|
|
||||||
@ -55,6 +55,7 @@ if (Get-Module -Name PSWindowsUpdate -ListAvailable) {
|
|||||||
|
|
||||||
# Zeitstempel für das Logfile nach Abschluss des Skripts
|
# Zeitstempel für das Logfile nach Abschluss des Skripts
|
||||||
$LogZeitstempel = Format-DeutschesDatum (Get-Date)
|
$LogZeitstempel = Format-DeutschesDatum (Get-Date)
|
||||||
$LogEintrag = "Script beendet am: $LogZeitstempel"
|
$LogEintrag = "Windows Updates beendet am: $LogZeitstempel"
|
||||||
Write-Host $LogEintrag
|
Write-Host $LogEintrag
|
||||||
$LogEintrag | Out-File -Append -FilePath $LogPfad
|
$LogEintrag | Out-File -Append -FilePath $LogPfad
|
||||||
|
"----------------------------" | Out-File -Append -FilePath $LogPfad
|
Loading…
Reference in New Issue
Block a user