这是我在这里在社区这里的第一个问题!
I m试图利用PnP PowerShell模块连接一个共享点,并进入象征性点,但Im仍然无法工作。
文字如下:
# Import the MSAL Module to generate the access token
Import-Module MSAL.PS
# Generating the token (this brings other fields too, like ExpireOn or TokenType )
$token1 = Get-MsalToken -ClientId xxx -ClientSecret $(convertto-securestring("xxx") -AsPlainText -Force) -TenantId xxx
# Saving only the Access Token field value into the variable
$token1 = $token1.AccessToken
# Trying to connect using the token
connect-pnpOnline -Url "https://boehringerdev.sharepoint.com/sites/z365SupportSite" -AccessToken $token1
错误如下:
Connect-PnPOnline: Could not load file or assembly Microsoft.Identity.Client, Version=4.50.0.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae . Could not find or load a specific file. (0x80131621)
我也试图用以下几厘米的圆顶把脚灯改成安全探测器:
$secureToken = ConvertTo-SecureString $token1 -AsPlainText –Force
但是,当我试图使用安全的Token时,我也遇到同样的错误。
谁能帮助我? DV!
I m 试图通过照相机和Im 连接一个共享点(Dev Tenant)的同一错误。