You are troubleshooting a Windows 11 device that fails to receive a PowerShell script deployed via Intune. The script is assigned to a group containing the device. Other policies on the device apply successfully. What should you check first?
Trap 1: Ensure the device has internet connectivity.
Network issues would affect all policies.
Trap 2: Check that the script is digitally signed.
Script signing is required if the execution policy is restricted.
Trap 3: Verify that the device is in the correct security group.
Group assignment is correct.
- A
Ensure the device has internet connectivity.
Why wrong: Network issues would affect all policies.
- B
Check the Windows PowerShell execution policy on the device.
PowerShell scripts require the execution policy to be set to allow scripts.
- C
Check that the script is digitally signed.
Why wrong: Script signing is required if the execution policy is restricted.
- D
Verify that the device is in the correct security group.
Why wrong: Group assignment is correct.