Giter Site home page Giter Site logo

ediscoverytools's Introduction

EDiscoveryTools

Description

A module to help manage Azure Office 365 eDiscovery. It helps connecting using modern authentication, adds comfort features such as tab completion and includes case & search creation accelerators.

It also allows creating preconfigured filter groups using a tag based approach: Using configuration, you can define a label ("tag") and assign any number of mailboxes or group addresses to it. These tags will then be available when creating searches, making it easier to create commonly applicable filter groups.

This is especially designed for scenarios where a user has too many privileges to meaningfully use SecurityFilters (as these are used to grant new privileges, not constrain existing ones).

Installation

Install-Module EDiscoveryTools

This will install the module and all dependencies on your machine.

PowerShellGet error

One dependency requires a current version of the PowerShellGet module to be available first. If you encounter an error like that, run the following line:

Install-Module PowerShellGet -Force -AllowClobber

Then close the powershell console and start a new one . This only takes effect on a new console!

Connecting

Once installed, connecting to the service is a simple matter of running the following command:

Connect-EDiscovery

(You will get prompted for credentials, this does support MFA)

Creating a new case

To create a new case, run:

New-EDisCase -Name NewCaseName -CaseID "YourExternalCaseID"

Want to also create a search?

New-EDisCase -Name NewCaseName -CaseID "YourExternalCaseID" -SearchName MySearch

Let's assume you had already defined the tag "Europe", pointing at all Distribution Groups that identify a user from Europe, having that filter to only apply to those would be a matter of:

New-EDisCase -Name NewCaseName -CaseID "YourExternalCaseID" -SearchName MySearch -SearchTag Europe

ediscoverytools's People

Contributors

friedrichweinmann avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.