Tim
Tim
@peombwa is there a possibility whereby a customer can attempt to force the response to be of json type by appending this parameter ``-OutputType Json`` . For example something like...
> Original issue filed here [microsoftgraph/microsoft-graph-docs-contrib#1920](https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/1920) > > > Get-MgUserTransitiveMemberOf -UserId $userId -OutFile $outFileId > > -> the parameter "OutFile" doesn't exist for the module > > I see Graph...
@FaithOmbongi This [PR](https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/1135) provided a solution to this issue. I have confirmed from [docs](https://docs.microsoft.com/en-us/graph/api/user-list-transitivememberof?view=graph-rest-1.0&tabs=powershell) that the outfile parameter is only included where it is required. Please confirm too
@peombwa based on what we have on the metadata, whatever the workload owner is describing is not accurate. The description is that it's a navigation property and since we are...
@baywet apologies I might have closed it by mistake from the powershell project board.
Hi @techienickb , Thanks for identifying and raising this issue. As per the [service documentation](https://docs.microsoft.com/en-us/graph/api/team-clone?view=graph-rest-beta&tabs=powershell) the only response you are going to get is a http status code 202. We...
@mjgerena thank you for identifying this issue. Kindly confirm the sdk version you are using by running the command below. ``Get-Module -Name Microsoft.Graph -ListAvailable``
@mjgerena kindly update to version 1.11.1 and share your findings
Hi @tomdan-MSFT, Thanks for identifying and raising this issue, however when I test on my end I get employee Id on both old and latest AAD PS cmdlets. Please confirm...
Thanks @TREYNOL1, this has been noted and we will work towards having this feature in a future release. Meanwhile you can try getting those rooms by using the below command...