cyrkin

Results 9 comments of cyrkin

> > No certificates are trusted on your machine by default. They are signed with updated certificates, you will need to trust those when running AllSigned. > > That's not...

Confirmed fixed with v2024.2.1 and _AllSigned_ on. Big thanks to everyone who helped resolve the issue.

Okay, that's embarrassing, I wanted to remove our data from the examples I provided, so I provided some with other data, and those examples actually work in 2.26.1... Sorry Yet,...

Hello @timayabi2020 I know it needs to be the actual app Id as per what is registered in my tenant, or else it wouldn't work in v2.25.0. I just replaced...

Here's how I construct my parameters : ``` $teamProperties = @() $teamProperties += @{"OriginalDisplayName" = 'Hello'} $teamProperties += @{"TeamType" = "Hello2" } $teamPropertiesList = @() foreach ($teamProperty in $teamProperties) {...

Yup definitely weird. Did you declare the Directory extension as multi-valued at first ? `New-MgApplicationExtensionProperty -Name "ExtensionName" -DataType "String" -TargetObjects "Group" -IsMultiValued -ApplicationId "AppId"` Could explain the error in your...

Works for me in Graph Explorer : ![Image](https://github.com/user-attachments/assets/fde0ffc7-2ae4-4c36-892d-b04d76f8781f) ![Image](https://github.com/user-attachments/assets/6cea33e8-7846-4e6d-8930-8049ce767271)

Not working : ![Image](https://github.com/user-attachments/assets/136d34a9-4f41-4e06-abda-d546771078d5) After that, to confirm the name of the extension is the right one, I converted the faulty Body to the working Body by hand (leaving the...

Hello, Any news about this problem ? Is it by chance corrected in v2.27.0 ?