diff --git a/documentation/Set-PnPManagedAppId.md b/documentation/Set-PnPManagedAppId.md index 3248cd38a..221fdbf8a 100644 --- a/documentation/Set-PnPManagedAppId.md +++ b/documentation/Set-PnPManagedAppId.md @@ -28,7 +28,7 @@ If you add a Credential with a name of "https://yourtenant.sharepoint.com" it wi ### EXAMPLE 1 ```powershell -Set-PnPManagedAppId -Name "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7 +Set-PnPManagedAppId -Url "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7 ``` This will add an entry for the specified App Id to be use when connecting with Connect-PnPOnline to the URL specified.