Skip to content

Commit ed34e99

Browse files
authored
Merge pull request MicrosoftDocs#9964 from cubika/patch-2
Update New-ServicePrincipal with correct AAD cmdlet name
2 parents 993f8c0 + 2747fc3 commit ed34e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/New-ServicePrincipal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
### -ServiceId
6969
The ServiceId parameter specifies the unique object ID value for the service principal. For example, 7c7599b2-23af-45e3-99ff-0025d148e929.
7070
71-
To find the ServiceId value of the Azure AD service principal, use the Get-AzADApplication cmdlet in the Azure Az PowerShell module. For installation instructions, see [Install the Azure Az PowerShell module](https://learn.microsoft.com/powershell/azure/install-az-ps).
71+
To find the ServiceId value of the Azure AD service principal, use the Get-AzureADServicePrincipal cmdlet in the Azure Az PowerShell module. For installation instructions, see [Install the Azure Az PowerShell module](https://learn.microsoft.com/powershell/azure/install-az-ps).
7272
7373
The ServiceId value can also be found in the Azure AD portal at Enterprise applications \> Object ID.
7474

0 commit comments

Comments
 (0)