You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ListNewUserDefaults.ps1
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,13 @@ function Invoke-ListNewUserDefaults {
12
12
13
13
# Get the TenantFilter from query parameters
14
14
$TenantFilter=$Request.Query.TenantFilter
15
-
Write-Host"TenantFilter from request: $TenantFilter"
16
-
15
+
17
16
# Get the includeAllTenants flag from query or body parameters (defaults to true)
0 commit comments