├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── OneDrive-Activity ├── Local │ └── Initialize-UnlicensedAccountList.ps1 ├── OneDrive-Activity.psd1 └── OneDrive-Activity.psm1 ├── README.md └── images └── Unlicensed OneDrive Accounts.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/LICENSE -------------------------------------------------------------------------------- /OneDrive-Activity/Local/Initialize-UnlicensedAccountList.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/OneDrive-Activity/Local/Initialize-UnlicensedAccountList.ps1 -------------------------------------------------------------------------------- /OneDrive-Activity/OneDrive-Activity.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/OneDrive-Activity/OneDrive-Activity.psd1 -------------------------------------------------------------------------------- /OneDrive-Activity/OneDrive-Activity.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/OneDrive-Activity/OneDrive-Activity.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/README.md -------------------------------------------------------------------------------- /images/Unlicensed OneDrive Accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cstringham/onedrive-activity/HEAD/images/Unlicensed OneDrive Accounts.png --------------------------------------------------------------------------------