Skip to content

Commit 2003b81

Browse files
removed troubleshooting info
1 parent 512464b commit 2003b81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Modules/CIPPCore/Public/GraphHelper/Get-Tenants.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ function Get-Tenants {
1414
[switch]$CleanOld,
1515
[string]$TenantFilter
1616
)
17-
$caller = $MyInvocation.InvocationName
18-
$scriptName = $MyInvocation.ScriptName
19-
Write-Host "Called by: $caller"
20-
Write-Host "In script: $scriptName"
17+
#$caller = $MyInvocation.InvocationName
18+
#$scriptName = $MyInvocation.ScriptName
19+
#Write-Host "Called by: $caller"
20+
#Write-Host "In script: $scriptName"
2121
$TenantsTable = Get-CippTable -tablename 'Tenants'
2222
$ExcludedFilter = "PartitionKey eq 'Tenants' and Excluded eq true"
2323

0 commit comments

Comments
 (0)