event-log-manager

1.0

To enable script execution, you may need to Set-ExecutionPolicy Bypass -Force

This script will optionally enable / disable debug and analytic event logs.
This can be against both local and remote machines.
It will also take a regex filter pattern for both event log names and traces.
For each match, all event logs will be exported to csv format.
Each export will be in
To enable script execution, you may need to Set-ExecutionPolicy Bypass -Force

This script will optionally enable / disable debug and analytic event logs.
This can be against both local and remote machines.
It will also take a regex filter pattern for both event log names and traces.
For each match, all event logs will be exported to csv format.
Each export will be in its own file named with the event log name.
Script has ability to 'listen' to new events by continuously polling configured event logs.

Requirements:
   - administrator powershell prompt
   - administrative access to machine
   - remote network ports:
       - smb 445
       - rpc endpoint mapper 135
       - rpc ephemeral ports
       - to test access from source machine to remote machine: dir \\%remote machine%\admin$
   - winrm
       - depending on configuration / security, it may be necessary to modify trustedhosts on
       source machine for management of remote machines
       - to query: winrm get winrm/config
       - to enable sending credentials to remote machines: winrm set winrm/config/client '@{TrustedHosts="*"}'
       - to disable sending credentials to remote machines: winrm set winrm/config/client '@{TrustedHosts=""}'
   - firewall
       - if firewall is preventing connectivity the following can be run to disable
       - Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
       
Copyright 2017 Microsoft Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name event-log-manager -RequiredVersion 1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

mit

Package Details

FileList

Version History

Version Downloads Last updated
1.1 318 3/16/2022
1.0 (current version) 129 12/18/2020