Forum Discussion
Darren Rose
Dec 09, 2018Brass Contributor
Using MicrosoftGraph API in C# (or VB) to access mailbox usage information
Hi Currently I use a powershell script such as below to get sizes of mailboxes in my organization $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Excha...
Darren Rose
Jan 04, 2019Brass Contributor
That is what I have done in the end - used PowerShell from VB.NET using System.Management.Automation from NuGet and it is working fine.
Originally I thought Graph API was the way forward and a better way to do things, but after lack of responses on all forums, lack of documentation etc I decided to stick with what I know
Thanks
Devagnanam Jayaseelan (DEVA)
Microsoft
Jan 04, 2019Cool :)