Skip to content
View sunnyc7's full-sized avatar

Highlights

  • Pro

Organizations

@NYNJ-Winternals

Block or report sunnyc7

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Delete email messages from Inbox usi... Delete email messages from Inbox using Exchange Web Services (EWS)
    1
    # Author: Sunny Chakraborty (@sunnyc7)
    2
    
                  
    3
    # Note: No one has written Exchange Web Services Scripts EVER without thanking Glenn Scales and Mike Pfeiffer :).
    4
    # Hence..thanks Glenn and Mike.
    5
    
                  
  2. LogAnalytics LogAnalytics Public

    Exploring stuff here

    PowerShell 2

  3. Trim-WorkingSetIL.ps1 Trim-WorkingSetIL.ps1
    1
    Function Trim-WorkingSet {
    2
    [cmdletbinding()]
    3
    param([int] $procid)
    4
    
                  
    5
    begin {