joshtransient

Results 17 comments of joshtransient
trafficstars

Out of all the "bugs" in this issues list, this is one that cannot cause any regressions and shouldn't need any sort of buy-in, sign-off, or approval. None of my...

maisarissi's update means that another app could spoof itself as a "trusted" publisher and potentially steal a user's credentials. The [AADInternals](https://o365blog.com/aadinternals/#about) module has cmdlets that show a proof-of-concept attack for...

Another workaround option, since @Cadder's workaround did not capture .ListItemAllFields for me: ```` $deleteMe = Get-PnPFile -Url 'Shared Documents/path/to/delete-me.docx' -AsListItem Remove-PnPListItem -List Documents -Identity $deleteMe.Id # Add -Force or -Recycle...

I did not. Was starting to look at Clarity as a quick replacement for basic WebTrends functionality since that product was making some large changes recently. Have moved on and...

Another multi monitor user checking in. I have a regular monitor positioned above a HiDPI monitor, and Carnac only ever shows on the top one.

Also happens for me on a list with 7886 items. Tried adding `-Query '100'` and variations on this, but still received the same error as @loicmitton does.

Workaround for [small files under 4MB](https://learn.microsoft.com/en-us/graph/api/driveitem-put-content?view=graph-rest-1.0&tabs=http): Invoke-GraphRequest -Method PUT -Uri '/v1.0/drives/{drive-id}/items/root:/{name-of-file.ext}:/content' -InputFilePath c:\path\to\name-of-file.ext For a SPO site's default document library: Invoke-GraphRequest -Method PUT -Uri '/v1.0/sites/{site-id}/drive/items/root:/{name-of-file.ext}:/content' -InputFilePath c:\path\to\name-of-file.ext Large upload session...

Upgraded to 2.15.0, still throwing the same error. Shocked that #2594 was auto-closed, even if it was a dupe of this one.

Upgraded to 2.16.0, still throwing the same error.

Upgraded to 2.17.0, still throwing the same error. Az modules also updated: - Az.Accounts: 2.17.0 - Az.KeyVault: 5.2.2 - Az.Resources: 6.16.1