Tim

Results 184 comments of Tim

@serkonda7 @ryanchrisw I think you can make use of ``Connect-MgGraph -UseDeviceCode`` which bypasses any pre-signed browser sessions by forcing a manual code entry process. ``Connect-MgGraph -TenantId ""`` can also work

Hi @MasterKuat thank you for raising this issue. This is indeed an issue with the PowerShell reference documentation. Kindly allow us to investigate why the output documented in the reference...

@fz0000 thanks for reporting this issue. We are working to resolve the metadata issue.

@fz0000 after investigations, this issue cannot be resolved only at metadata level because the service owner hasn't provided certain metadata annotations to have the parameter included. Please open an issue...

@Icybiubiubiu apologies for the late response on this. @Toemsel is right because currently there is limited support for distribution groups. While one can retrieve distribution groups using the API, creating...

@alexandair thank you for identifying this issue. It's indeed a bug in both offline and online documentation. We will work to resolve this.

@danielniccoli thank you for raising this issue. Based on the error, the type `-Members` parameter expects is of `Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDirectoryObject`. Please refer to the documentation [here](https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroup?view=graph-powershell-1.0#-members) on how to use that...

Hi @gjhardie I think this is more of an environment issue than an SDK issue. You can try adding ``$ProgressPreference = "SilentlyContinue"`` in your script and ensure that your server...

@alexandair as per the documentation [here](https://learn.microsoft.com/en-us/graph/api/user-changepassword?view=graph-rest-1.0&tabs=http) the parameters are of string type and that is what has been defined in the Open API provided by the service owner. PowerShell's code...

Hi @alpixdotro, I wasn't able to reproduce the issue using the provided steps. . Please try using this tool https://developer.microsoft.com/en-us/graph/graph-explorer and let me know if you are experiencing the same...