Get-PnPManagedAppId
SYNOPSIS
Retrieve an App Id associated with a URL from the Windows Credential Manager, macOS Keychain, Linux Secret Service, or a default vault configured through Microsoft.PowerShell.SecretManagement.
SYNTAX
Get-PnPManagedAppId -Url <String>
DESCRIPTION
Returns an associated App Id from the Windows Credential Manager, macOS Keychain, Linux Secret Service, or a default vault configured through Microsoft.PowerShell.SecretManagement.
EXAMPLES
EXAMPLE 1
Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com
Returns the App Id associated with the specified tenant Url.
PARAMETERS
-Url
The Url for which to retrieve the associated App Id
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False