(170) Microsoft Intune - Remediation Task to set task bar to the left
- Mr B SOE way
- 1 day ago
- 1 min read
Late early last year in 2024 I posted about setting the task bar to the left using a PowerShell script wrapped around with a win32 app: https://soeintunedevice.wixsite.com/home/post/119-microsoft-intune-set-windows-11-task-bar, a customer comes back to me saying it didn't work.
In the end, I created a detect and remediation script:
Detect script: https://github.com/mrbernardmah/intune-proactive-remediations/blob/main/Shift%20Task%20Bar%20to%20the%20left/Detect.ps1
Remediate script: https://github.com/mrbernardmah/intune-proactive-remediations/blob/main/Shift%20Task%20Bar%20to%20the%20left/Remediate.ps1
Navigate to https://intune.microsoft.com/ then select Devices then select Scripts and Remediation

Select Create, upload both the detect.ps1 and remediate.ps1
Make sure to select "Yes" against Run this script using the logged-on credentials and assigned it against to 'All Users'

From the 'Device Status' report, you can see it trying to fix the issues.

댓글