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 512464b commit 2003b81Copy full SHA for 2003b81
Modules/CIPPCore/Public/GraphHelper/Get-Tenants.ps1
@@ -14,10 +14,10 @@ function Get-Tenants {
14
[switch]$CleanOld,
15
[string]$TenantFilter
16
)
17
- $caller = $MyInvocation.InvocationName
18
- $scriptName = $MyInvocation.ScriptName
19
- Write-Host "Called by: $caller"
20
- Write-Host "In script: $scriptName"
+ #$caller = $MyInvocation.InvocationName
+ #$scriptName = $MyInvocation.ScriptName
+ #Write-Host "Called by: $caller"
+ #Write-Host "In script: $scriptName"
21
$TenantsTable = Get-CippTable -tablename 'Tenants'
22
$ExcludedFilter = "PartitionKey eq 'Tenants' and Excluded eq true"
23
0 commit comments