An open API service indexing awesome lists of open source software.

https://github.com/outsystems/collectdumps


https://github.com/outsystems/collectdumps

engineering snyk-product

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# CollectDumps

This PowerShell script will collect process dumps and zip in a single file. A URL for this file will be provided on the script's conclusion.

## Using CollectDumps:

.\CollectDumpsPlus.ps1 [-personal ] [-enterprise]

### Examples

- Default usage

.\CollectDumpsPlus.ps1

- Include application pools' dumps from a specific personal environment named OHKZ70022

.\CollectDumpsPlus.ps1 -personal OHKZ70022

- Include application pools' dumps for an enterprise environment

.\CollectDumpsPlus.ps1 -enterprise

## This script will include the following:

- DeployService dumps;
- CompilerService dumps;
- SandboxManager dumps;
- LogServer dumps;
- Scheduler dumps;
- Event viewer Application logs;
- clr.dll;
- mscordacwks.dll;
- SOS.dll;
- mscordbi.dll;
- SandboxManager.log;
- Personal environment application pools dumps [optional]
- Enterprise environment application pools dumps [optional]