jhoneill / MsftGraph

A PowerShell module for interacting with the Microsoft Graph API for Directory, OneNote, OneDrive, Outlook, Planner, Teams and Sharepoint in Office 365 or consumer versions
MIT License
93 stars 12 forks source link

Settable Properties in New-GraphUser #7

Closed jd0000 closed 2 years ago

jd0000 commented 2 years ago

Line #859 in Users.ps1 has $SetableProperties instead of $SettableProperties (1 "t" instead of 2), so never calls Set-GraphUser

jhoneill commented 2 years ago

Thanks for the heads up, I'll fix it.

jd0000 commented 2 years ago

Great thanks, and thank you for all the hard work on this module!