Merge branch 'master' of https://scm.wyattjmiller.com/wymiller/DiskCheck
This commit is contained in:
commit
c76d5ed2b7
@ -10,7 +10,7 @@ $logFile="C:\ACS\disk_check.txt"
|
|||||||
$computerName='localhost'
|
$computerName='localhost'
|
||||||
$rebootTime=Get-Date "1:00"
|
$rebootTime=Get-Date "1:00"
|
||||||
$requireReboot=$false
|
$requireReboot=$false
|
||||||
$volumes=Get-Volumes -CimSession $cimSession
|
$volumes=Get-Volume
|
||||||
|
|
||||||
Function Write-Log{
|
Function Write-Log{
|
||||||
Param ([string]$logstring)
|
Param ([string]$logstring)
|
||||||
|
Loading…
Reference in New Issue
Block a user