Daniel Thul

Results 4 comments of Daniel Thul

same for me... @DougChandler mentioned do we need this cmdlet to get the "soft deleted" users

It seems we could get at least some details via the `AdditionalProperties['value']` property ````PowerShell $deleted = Get-MgDirectoryDeletedItem -DirectoryObjectId microsoft.graph.user -Property '*' $deleted.AdditionalProperties['value'][0] ````

I am using the following approach to connect to SharePoint Online: ```` Connect-PnPOnline -Url 'https://foobar4com-admin.sharepoint.com' -Interactive ```` @erwinvanhunen We registered the application yesterday and the permissions of this application seems...

@seanmcne Based on my findings is this the describe behavior when loading the options-sets from an linked entity