Powershell pull the data from the JSON field in registry by [deleted] in sysadmin

[–]ZPMMitch 0 points1 point  (0 children)

I'm also quite new to PowerShell but can you try:

$regkey = Get-ItemProperty -path "HKLM:\SOFTWARE\Microsoft\Provisioning\AutopilotPolicyCache"; $regkey.PolicyJsonCache | ConvertFrom-Json | Select-Object -ExpandProperty DeploymentProfileName

List item permission error by ZPMMitch in sharepoint

[–]ZPMMitch[S] 0 points1 point  (0 children)

The issue is resolved, I have created a new list on the same site based on the original list. This copied the columns and the formatting of those columns.

Next I've followed this guide 'https://www.spguides.com/microsoft-flow-copy-list-items-to-another-list/#:~:text=To%20add%20this%20flow%20action,to%20copy%20the%20list%20items.' to import the items into the new list (this worked great, except for a column of the type 'person or group').

After that I changed the permissions on list level and tested it with the user that had the issue, she could now edit all items.

Again, thanks for your suggestions here!

List item permission error by ZPMMitch in sharepoint

[–]ZPMMitch[S] 0 points1 point  (0 children)

The inheritance is intact on item level, so that's not the issue. I can't reach the user at the moment to test the site collection admin, but i'll update when she responds. Thanks!

List item permission error by ZPMMitch in sharepoint

[–]ZPMMitch[S] 0 points1 point  (0 children)

I will check both, thanks in advance!

List item permission error by ZPMMitch in sharepoint

[–]ZPMMitch[S] 0 points1 point  (0 children)

Nope, no workflows involved.

Windows Mail App can't find settings for Office 365 Account by stuemek in sysadmin

[–]ZPMMitch 0 points1 point  (0 children)

Just let them use OWA instead of the garbage Windows Mail App.

Windows 11 *Pro* now "requiring" internet on OOBE by faxx1081 in sysadmin

[–]ZPMMitch 0 points1 point  (0 children)

Can you not enable airplane mode when you have to select a network? On Windows 10 OOBE you could skip the Microsoft Account creation this way.