Skip to content

Commit 48d6969

Browse files
andrewconnellVesaJuvonen
authored andcommitted
Fix renamed POSH module (SharePoint#4085)
- fixes 3892
1 parent c7e5672 commit 48d6969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/use-an-office-365-sharepoint-site-to-authorize-provider-hosted-add-ins-on-an-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ param(
197197
#Import the Microsoft Online Services Sign-In Assistant.
198198
Import-Module -Name MSOnline
199199
#Import the Microsoft Online Services Module for Windows PowerShell.
200-
Import-Module MSOnlineExtended -force -verbose
200+
Import-Module MSOnlineExt -force -verbose
201201
#Set values for Constants.
202202
New-Variable -Option Constant -Name SP_APPPRINCIPALID -Value '00000003-0000-0ff1-ce00-000000000000' | Out-Null
203203
New-Variable -Option Constant -Name ACS_APPPRINCIPALID -Value '00000001-0000-0000-c000-000000000000' | Out-Null

0 commit comments

Comments
 (0)