- This topic is empty.
- Post
-
- January 1, 2025 at 7:14 am
Weekend WikiKeymasterDisabling the Guest Account using Microsoft Intune requires configuring a policy that disables the account on devices managed by Intune. Here’s a step-by-step guide:
1. Use Endpoint Security Account Protection Policy
- Sign in to Microsoft Intune:
- Go to the Microsoft Intune Admin Center https://endpoint.microsoft.com.
- Create a new policy:
- Navigate to Endpoint security > Account protection.
- Click + Create policy.
- Choose platform and profile:
- Platform: Select Windows 10 and later.
- Profile: Select Local user group membership.
- Click Create.
- Configure settings:
- Under Local user group membership, select Local Administrators group or related configuration.
- Specify excluded accounts, ensuring that the Guest account is not allowed.
- Assign the policy:
- Assign the policy to the required device or user groups.
- Click Next through the Review and Save process.
- Review and deploy:
- Confirm the policy settings and click Create.
2. Use Configuration Profiles (CSP Policies)
Alternatively, you can deploy a configuration policy to disable the Guest account using a Custom OMA-URI setting.
- Create a configuration profile:
- Go to Devices > Configuration profiles > + Create profile.
- Select platform and template:
- Platform: Choose Windows 10 and later.
- Profile type: Select Custom.
- Define OMA-URI settings:
- Click Add and configure the following:
- Name: Disable Guest Account.
- OMA-URI:
./Device/Vendor/MSFT/Policy/Config/LocalPoliciesSecurityOptions/Accounts_GuestAccountStatus
- Data type: Integer.
- Value:
0
(to disable the Guest account).
- Click Add and configure the following:
- Assign the policy:
- Assign the profile to the desired device groups.
- Save and deploy:
- Click Next to finalize and deploy the policy.
3. Verify the Guest Account Status
- Check locally on the device:
- Open Command Prompt or PowerShell and run:
net user guest
- Ensure the account is listed as account disabled.
- Open Command Prompt or PowerShell and run:
- Audit policy deployment in Intune:
- Navigate to Devices > Monitor to confirm the policy status.
By following these steps, the Guest Account will be effectively disabled on all managed devices via Intune. Let me know if you need more detailed instructions!
- You must be logged in to reply to this topic.