This website requires JavaScript.
Explore
Help
Sign In
emberkom
/
management-scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
35e3bcd03d15428bb0f6fade70ee43ccb855def6
management-scripts
/
Set-EventLogs.ps1
T
8 lines
97 B
PowerShell
Raw
Normal View
History
Unescape
Escape
bunch of fixes and updates
2021-06-02 16:16:24 -04:00
$LogsToEnable
=
@
(
this isn't doing anything yet
2021-06-02 16:36:29 -04:00
''
bunch of fixes and updates
2021-06-02 16:16:24 -04:00
)
ForEach
(
$log
in
$LogsToEnable
)
{
Toggle-Log
-Name
$log
-Enable
}
Reference in New Issue
Copy Permalink