Windows Local Server
This connectivity package provides support for managing users and groups in Windows Local Server.
Supported objects and operations
System objects | Omada Identity Data Model | Operations |
---|---|---|
Users | Accounts | Create, read, update, delete |
Passwords | Accounts | Set and reset |
Windows Local Server Groups | Resource | Read |
Windows Local Server Groups Assignments | Resource assignments | Create, read, delete |
Minimum required permissions
Admin privileges may be necessary for certain tasks.
Implementation notes
When you create a user in Windows Local Server, the system performs the following actions by default:
- User Creation: A new user record is created in the system, including information such as username, password, and other optional settings.
- Group Assignment: The user is automatically added to default groups, such as "Users" or "Administrators," depending on the permissions granted during user creation.
- Profile Directory Creation: A user profile directory is created by default, typically located at
C:\Users\Username
, where user-specific files and settings are stored. - Permission Assignment: The system automatically configures access permissions to ensure the user has appropriate permissions to access their own profile and other system resources, according to configured security policies.
- Password Policy Settings: The user may be subject to password policies set in the system, such as minimum password length, complexity requirements, password expiration, among others.
These default actions are performed to ensure the newly created user has a functional and secure working environment. The default settings can be customized for the specific needs of the IT environment.
Network requirements
Standard TCP port 22 for SSH or any other port configured for the SSH server.
Prerequisites
SSH with userID/password authentication are required.
To enable PowerShell as a subsystem in the SSH configuration, add the following line to the SSH config file:
# override default of no subsystems
Subsystem powershell C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -sshs -NoLogo -NoProfile