Skip to content

Uses PowerShell to pull usage and membership statistics for Microsoft Teams

License

Notifications You must be signed in to change notification settings

ljr55555/powershellMSTeamsGroupReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This script generates a csv file with statistics on MS Teams spaces.

For credentials, a file named uid.txt containing the clear text UID needs to be present in the directory. Additionally, a file named pass.txt containing the encrypted standard string of the account password.

To create the encrypted standard string, use:

read-host -assecurestring | converfrom-securestring | out-file -filepath .\pass.txt

About

Uses PowerShell to pull usage and membership statistics for Microsoft Teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published