You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Nickola.
I was trying to run this script in ISE and PS 7, but I'm getting different errors depending on the used app.
ISE:
WARNING: An error occurred while attempting to retrieve an authentication token. Error message: Cannot convert argument "builder", with value: "Microsoft.Identity.Client.PublicClientApplicationBuilde
r", for "WithDesktopFeatures" to type "Microsoft.Identity.Client.PublicClientApplicationBuilder": "Cannot convert the "Microsoft.Identity.Client.PublicClientApplicationBuilder" value of type "Microso
ft.Identity.Client.PublicClientApplicationBuilder" to type "Microsoft.Identity.Client.PublicClientApplicationBuilder"."
PS 7:
WARNING: An error occurred while attempting to retrieve an authentication token. Error message: A parameter cannot be found that matches parameter name 'CreateIfMissing'.
Is there anything I can do for making it to work?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi Nickola.
I was trying to run this script in ISE and PS 7, but I'm getting different errors depending on the used app.
ISE:
WARNING: An error occurred while attempting to retrieve an authentication token. Error message: Cannot convert argument "builder", with value: "Microsoft.Identity.Client.PublicClientApplicationBuilde
r", for "WithDesktopFeatures" to type "Microsoft.Identity.Client.PublicClientApplicationBuilder": "Cannot convert the "Microsoft.Identity.Client.PublicClientApplicationBuilder" value of type "Microso
ft.Identity.Client.PublicClientApplicationBuilder" to type "Microsoft.Identity.Client.PublicClientApplicationBuilder"."
PS 7:
WARNING: An error occurred while attempting to retrieve an authentication token. Error message: A parameter cannot be found that matches parameter name 'CreateIfMissing'.
Is there anything I can do for making it to work?
Thanks in advance!
The text was updated successfully, but these errors were encountered: