Skip to content

Commit c572681

Browse files
authored
Updating Document for Clarity
Sample is using PnP PowerShell, it's confusing that it asks users to open SharePoint Online Management Shell.
1 parent ed4abf0 commit c572681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/how-to-add-a-geolocation-column-to-a-list-programmatically-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ An MSI package named SQLSysClrTypes.msi must be installed on every SharePoint fr
4444
Follow these steps to add the Geolocation column to a list. This must be done programmatically with CSOM or PowerShell
4545

4646
### To add the Geolocation column to a list using PnP PowerShell
47-
1. Open the SharePoint Online Management Shell
47+
1. Open PowerShell
4848
2. Connect to the site you wish to add the column to
4949
```csharp
5050
Connect-PnPOnline -url "https://TENANT.sharepoint.com/sites/SITEURL"

0 commit comments

Comments
 (0)