We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8743156 commit 9305079Copy full SHA for 9305079
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Teams-Sharepoint/Invoke-ListSharepointAdminUrl.ps1
@@ -23,6 +23,7 @@ function Invoke-ListSharepointAdminUrl {
23
$Tenant | Add-Member -MemberType NoteProperty -Name SharepointAdminUrl -Value $SharePointInfo.AdminUrl
24
$Table = Get-CIPPTable -TableName 'Tenants'
25
Add-CIPPAzDataTableEntity @Table -Entity $Tenant -Force
26
+ $AdminUrl = $SharePointInfo.AdminUrl
27
}
28
29
if ($Request.Query.ReturnUrl) {
0 commit comments