DrummerViking / IBTool

This tool is intended to easily help on managing Information Barriers in Microsoft Teams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IB Tool

About

This tool is intended to easily help on managing Information Barriers in Microsoft Teams, Sharepoint and Onedrive.

  • You can list current Organization Segments.
  • Get Segment's members.
  • Get current Information Barriers policies.
  • Verify if there is any policy involved between 2 users.
  • Create new Organization Segments.
  • Edit existing Organization Segments.
  • Create new Information Barrier policies.
  • Start Applying the Information Barrier Policies.
  • Get current Information Barrier Policies application status.
  • Search unified Audit Logs for IB Policy Application Status events.

Pre-requisites

This Module requires Powershell 5.1 and above.
This Module will install required modules if not installed.

Required Permissions This tool will attempt to connect to Exchange Online, Security and Compliance and Azure.
Exchange Online (you need either global admin or “Exchange Administrator” role).
Security and Compliance (you need either global admin or “Compliance Administrator” role).
Az-Account (Global admin for sure, but don't know the roles to create Service Principal individually).

Installation

Open a Windows Powershell with "Run as Administrator" and run:

Install-Module IBTool -Force

Once the module is installed in your computer, you can always start it by running:

Start-IBTool

If there is any newer version available, the tool will toast notify the user and you can run:

Update-Module IBTool -Force

Version History

Change Log

About

This tool is intended to easily help on managing Information Barriers in Microsoft Teams

License:MIT License


Languages

Language:PowerShell 100.0%Language:C# 0.0%