Can I prohibit the service account of FSx for Windows Server from interactive logon?

0

I am now starting to use FSx for Windows Server, and I will create a domain user onto the self managed Active Directory of my company, in order to use as the service account for FSx I understand that this domain user as the service account will be used by FSx like as a system account, so I would like to prohibit this domain user from interactive logon. Is it possible?

已提問 8 個月前檢視次數 212 次
2 個答案
1
已接受的答案

Hello, Kimiharu Moriya. Yes, it is possible to prohibit a domain user from interactive logon in a Windows environment, including when you're using FSx for Windows Server and have a self-managed Active Directory. To achieve this, you can set the "Deny logon locally" user rights assignment for the specific domain user. This will prevent the user from logging in interactively on any machine in the domain.

Here's how you can do it:

Open Group Policy Management: On a Windows Server machine that has administrative privileges, open the "Group Policy Management" console.

Create a New Group Policy Object (GPO): Create a new GPO or select an existing GPO where you want to apply this policy.

Edit the GPO: Right-click on the GPO and select "Edit." Navigate to "Computer Configuration" > "Policies" > "Windows Settings" > "Security Settings" > "Local Policies" > "User Rights Assignment."

Configure "Deny logon locally": In the right pane, locate the "Deny logon locally" policy. Double-click on "Deny logon locally" to edit it. Click "Add User or Group" and specify the domain user account that you want to prohibit from interactive logon. Click "OK" to add the user to the list. Close the Policy Editor: After adding the user, close the Group Policy Editor.

Link the GPO: In the Group Policy Management console, link the GPO to the appropriate Organizational Unit (OU) where the FSx for Windows Server is located or where you want to apply this policy. Force Group Policy Update:

You can either wait for the Group Policy to update automatically (typically within 90 minutes) or you can force an immediate update on the target machine by running the following command in Command Prompt: gpupdate /force.

Best regards, Andrii

profile picture
專家
已回答 8 個月前
0

Andrii S san Thank you for your clear answer and detail explanation to set the Group Policy! They are very very helpful for me and my company.

已回答 8 個月前
  • Thanks for the question and have a nice day)

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南