bunch of fixes and updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
$LogsToEnable = @(
|
||||
|
||||
)
|
||||
|
||||
ForEach ( $log in $LogsToEnable ) {
|
||||
Toggle-Log -Name $log -Enable
|
||||
}
|
||||
Reference in New Issue
Block a user