Releases: AndiBellstedt/MSGraph
Releases · AndiBellstedt/MSGraph
MSGraph version 1.3.0.2
Changelog
1.3.0.2
- Fix:
- Fixing date issue on Mail-Items in PS7 (PS5.1 was working fine)
- Upd:
- Change default permission for New-MgaAccessToken (Connect-MgaGraph)
Function is connecting with simple "login" permissions by default. Previously Mail.Read was default. Due to the fact, that there are other functions in the module, this might be a permission not necessary and it would not follow “least-privilege”, the permission was removed
- Change default permission for New-MgaAccessToken (Connect-MgaGraph)
1.3.0.1
- New: Alias Connect-MgaGraph
- Introducing a alias on command New-MgaAccessToken, for convinience
- Fix: Fixing some typos
MSGraph version 1.3.0
Changelog
1.3.0.0
- New: Command Get-MgaTeam
- returns information about Microsoft Teams team(s)
- list by default only teams the connected user is joined to
- switch "ListAll" available for listing all teams in the tenant/organisation
- New: Command Get-MgaTeamChannel
- returns channel(s) from Microsoft Teams team(s)
- New: Command Get-MgaTeamMember
- returns channel member(s) from Microsoft Teams team(s)
- New: Command Get-MgaTeamOwner
- returns channel owner(s) from Microsoft Teams team(s)
- Upd: Manifest information update, while taking ownership for github project from @FredWeinman - thank you Fred!
- Upd: Add plattform and statistic information to readme file.
- Fix: Parameter documentation on various commands for parameter "ResultSize"
- Fix: Fixing some typos