Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Tags » Powershell Scripts

Related tags: crash, desenvolvimento, dpm 2007, exceptions, hang, high cpu, maintenance and troubleshooting, powerdbg library, powerdbg scripts, tips n tricks

  1. [PowerShell Script] Finding Out the Managed Objects that "Leaked"

    [PowerShell Script] Finding Out the Managed Objects that "Leaked"

    msdn.com » Debugging Toolbox - Nov 14, 2008

    Here in PFE most of my teammates use the same approach to identify managed objects that “leak”. The idea is to run !DumpHeap –stat once, wait several minutes to allow the “leak” to make itself evident, then run the

    Also tagged: hang, memory leak, performance bottlenecks

  2. Exchange Management Shell crash en operación Export-Mailbox

    technet.com » LATAM Team blog - Nov 7, 2008

    Por Demián Gomez / Reviewed by Viviane Lopes and Daniel Seveso Problema Hace unos días recibí un caso de una cliente con problemas al ejecutar el cmdlet Export-Mailbox en un equipo Windows Vista de 32 bits que tenía

    Also tagged: windows, espa and 241 ol, exchange outlook

  3. [PowerShell Script] Extracting All Key/Value Pairs from a Dictionary Object

    [PowerShell Script] Extracting All Key/Value Pairs from a Dictionary Object

    msdn.com » Debugging Toolbox - Oct 28, 2008

    Brad Linscott, a teammate of mine since the old times of SIE , came up with a very helpful idea: find an automated way to get the key/value pairs from a Dictionary object. Moreover, Brad has a recipe that teaches how

    Also tagged: powerdbg scripts

  4. [PowerShell Script] Chart and Statistics from Top 20 Objects Leaking

    msdn.com » Debugging Toolbox - Aug 22, 2008

    If you want to know the top 20 objects associated with the GC Handles that are leaking, you have manual work to do. Think about it: a) Run GCHandleLeaks and wait… it’s going to take time. b) Get the objects’

    Also tagged: memory leak, powerdbg scripts

  5. [PowerShell Script] PowerDbg v4.0 - Using PowerShell to Control WinDbg

    msdn.com » Debugging Toolbox - Aug 17, 2008

    Good news! Here’s the newest PowerDbg library. This version is more stable and has more features. Let me tell you about them and how to install it. New Features - Send-PowerDbgCTRL-BREAK

    Also tagged: exceptions, crash, hang, powerdbg library, high cpu, performance bottlenecks

  6. [PowerShell Script] Downloading PDB for Specific Modules

    msdn.com » Debugging Toolbox - Aug 8, 2008

    A few weeks ago, during a laboratory with a customer, I found myself struggling to download the public symbol from a specific driver. Since driver is Kernel Mode if you get a User Mode dump from the application using

    Also tagged: symbols

  7. DPM CLI Tips 'n Tricks: Powershell Basics - Part II

    technet.com » Ctrl P - The Data Protection Manager Blog! - Jun 30, 2008

    Tab Completion The most fascinating part of DPM Management Shell is Tab Completion of cmdlets. By learning the common verbs in Powershell (like Get, Set, Start etc.), a Windows or an Exchange admin can easily use that

    Also tagged: tips n tricks, dpm 2007

  8. DPM CLI: Quick reference help

    technet.com » Ctrl P - The Data Protection Manager Blog! - Jun 30, 2008

    While using the DPM Management Shell, one would like to have a list of all cmdlets and its short help for quick reference. Also, we heard it would be useful to group the various cmdlets by the function they do – e.g

    Also tagged: tips n tricks, dpm 2007

  9. CLI Script: Auto re-running consistency checks

    technet.com » Ctrl P - The Data Protection Manager Blog! - Jun 24, 2008

    Some customers had non-DPM issues, like network issues because of which consistency check (CC) jobs failed too often. For the benefit of them, we have added a script that would re-try CC until it succeeds. Note: In

    Also tagged: tips n tricks, dpm 2007, maintenance and troubleshooting

  10. DPM CLI Tips 'n Tricks: Powershell Basics

    technet.com » Ctrl P - The Data Protection Manager Blog! - Jun 18, 2008

    The scripts posted in this blog require knowledge of Powershell and DPM cmdlets. So we thought we would present some tips ‘n tricks to become power users! Introduction The first difference between any normal Command

    Also tagged: tips n tricks, dpm 2007, how does it work

1  2  3  4