Terry

Results 11 comments of Terry

I get the same for creating a new company contact.

I have found the following: Parameters -AllowInsecureRedirect Allows redirecting from HTTPS to HTTP. By default, any request that is redirected from HTTPS to HTTP results in an error and the...

Invoke-CWMWebRequest.ps1...look around the middle (line 45 for me). Update it from: `$Result = Invoke-WebRequest @Arguments -UseBasicParsing` To the following: `$Result = Invoke-WebRequest @Arguments -UseBasicParsing -AllowInsecureRedirect` Then close and reload PowerShell...

I see the same thing with PowerShell 7 x64. The system creates the word file; however its blank. [doc-temp.docx](https://github.com/ThomasKur/M365Documentation/files/12411512/doc-temp.docx)

I think this is why. I looked up PSWriteWord... _[PSWriteWord](https://github.com/EvotecIT/PSWriteWord) _- this module works only in Windows PowerShell 5.1, and DLL license has changed making updates to it very hard.__...

Hello, I think your issue is buried in your error message? *"error":{"code":"**AadPremiumLicenseRequired","**message":"The tenant needs to have Microsoft Entra ID P2 or Microsoft Entra ID Governance license."* It looks like the...

Well not the application specifically. However I think at least one user will need to have a P2. Its failing on Privileged Identity Management which requires a P2 license to...

@israem what version of powershell are you running this in?

I see. I've been messing with it all week. Finally figured out that it gives me errors (same as in original post on this issue) in 7.X, but works fine...

> Seconding this, did we get any update since? I have not heard anything since logging. Was a shame too; we really wanted to implement this.