bondr007 / office365UserSync

Powershell Sync users script from CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

office365UserSync

Powershell Sync users script from CSV

Requires MSOnline powershell module

run Install-Module MSOnline

what it do

script does a delta sync between csv. It is desinged to be passed a csv with new information on a schedule, it compares it to the last csv it process and syncs the difference to Office 365. It also querys active directory for some user information.

Disclaimer

This is provided for example purposes only.

About

Powershell Sync users script from CSV

License:MIT License


Languages

Language:PowerShell 100.0%