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-ListUserSettings.ps1
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,17 @@ function Invoke-ListUserSettings {
43
43
Write-Warning"Failed to convert UserSpecificSettings JSON: $($_.Exception.Message)"
44
44
}
45
45
46
+
# Get user bookmarks
47
+
try {
48
+
$UserBookmarks=Get-CIPPAzDataTableEntity@Table-Filter "PartitionKey eq 'UserBookmarks' and RowKey eq '$Username'"
0 commit comments