Nik Charlebois

Results 77 comments of Nik Charlebois

This is currently not supported as part of PnP (Get-PnpTenant). Let's revisit once this property is added. https://github.com/pnp/powershell/issues/2189

This would require some changes on the MSCloudLoginAssistant front as well since this uses a separate PowerShell module to authenticate. https://www.powershellgallery.com/packages/DataGateway/3000.76.18

@KuotingChiu for the past few releases, we have been including the exchange > requiredRoles property as part of the resources settings. Is this similar to what you had in mind?...

Hey Seb, I am trying a config with the following config: ``` AADConditionalAccessPolicy 77b84173-9189-4f6f-a796-2a98b35b10d6 { ApplicationEnforcedRestrictionsIsEnabled = $False; BuiltInControls = @("mfa"); ClientAppTypes = @("all"); CloudAppSecurityIsEnabled = $False; CloudAppSecurityType = "";...

It is indeed an error I encountered myself on a regular basis. I am opened to suggestions on how to address this, but it doesn't appear to be a simple...

@desmay did you start the work on this one or do you want me to take it on? Thanks

We are aware of this and have a fix in place. However this will need to be a breaking change since the ApplicationSecret parameter will need to be changed from...

Update on this, SecureString is not a supported type for MOF files. Either we make ApplicationSecret a PSCredential (breaking) or we keep it as is for the time being (until...