Skip to content

Commit

Permalink
Merge pull request #877 from mikurii/main
Browse files Browse the repository at this point in the history
Update credentials-for-psscripts.md
  • Loading branch information
juntakata authored Mar 7, 2024
2 parents 188d2e3 + 09648ea commit d11e6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/azure-active-directory/credentials-for-psscripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Microsoft Entra ID では、以下の手順で秘密鍵を含まない証明書

##### 証明書を利用した認証

証明書を使って、Connect-AzAccount を実行します。上の手順で控えたアプリケーション (クライアント) ID とディレクトリ (テナント) ID、証明書の拇印をここで使用します。
証明書を使って、Connect-MgGraph を実行します。上の手順で控えたアプリケーション (クライアント) ID とディレクトリ (テナント) ID、証明書の拇印をここで使用します。

```powershell
Connect-MgGraph -ClientId "クライアント ID" -TenantId "テナント ID" -CertificateThumbprint "証明書の拇印"
Expand Down Expand Up @@ -153,7 +153,7 @@ Connect-MgGraph -ClientId "クライアント ID" -TenantId "テナント ID" -C
##### クライアント シークレットを利用した認証

クライアント シークレットを使って、Connect-AzAccount を実行します。
クライアント シークレットを使って、Connect-MgGraph を実行します。

```powershell
$Client_Id = "クライアント ID"
Expand Down

0 comments on commit d11e6c7

Please sign in to comment.