Preparing Windows systems
Safeguard for Privileged Passwords supports Windows systems. For more information, see How to: Configure Windows Assets in Safeguard.
To prepare Windows systems for Safeguard for Privileged Passwords
-
Create a service account on the asset and assign it a password:
-
Directory Configuration
If the Windows system is joined to a domain that will be managed in Safeguard for Privileged Passwords, you can use a directory account, such as a Microsoft Active Directory account to manage the asset. Enable the Password Never Expires option; once you add the asset to Safeguard for Privileged Passwords, you can have the service account password auto-managed to keep it secure.
-OR-
-
Local Configuration
If the Windows system is not joined to a domain, then use a local service account that has been granted sufficient permissions.
- Grant the service account sufficient permissions to change account permissions to allow changing account passwords. For more information, see Minimum required permissions for Windows assets.
-
Configure the system's firewall to allow the following predefined incoming rules:
These rules allow incoming traffic on TCP port 135 and TCP SMB 445, respectively.
- Ensure the following ports are accessible:
-
Change the local security policy:
Before Safeguard for Privileged Passwords can reset local account passwords on Windows systems, using a service account that is a non-built-in administrator, you must change the local security policy to disable the User Account Control (UAC) Admin Approval Mode (Run all administrators in Admin Approval Mode) option. For more information, see Change password or SSH key fails.
For additional information on ports, see Safeguard ports.
Preparing WinRM systems
Safeguard for Privileged Passwords supports Windows Remote Management (WinRM) systems.
To prepare Windows Remote Management (WinRM) systems for Safeguard for Privileged Passwords
-
The initial configuration requirements for WinRM depend on whether or not you are using SSL.
-
Create a service account on the asset and assign it a password:
-
Directory Configuration
If the Windows system is joined to a domain that will be managed in Safeguard for Privileged Passwords, you can use a directory account, such as a Microsoft Active Directory account to manage the asset. Enable the Password Never Expires option; once you add the asset to Safeguard for Privileged Passwords, you can have the service account password auto-managed to keep it secure.
-OR-
-
Local Configuration
If the Windows system is not joined to a domain, then use a local service account that has been granted sufficient permissions.
-
Grant the service account sufficient permissions to change account permissions to allow changing account passwords. For more information, see Minimum required permissions for Windows assets.
Preparing Windows SSH systems
Safeguard for Privileged Passwords supports Windows SSH systems. Windows SSH uses port 22 on the platform.
Safeguard for Privileged Passwords requires that C:\Windows\System32\cmd.exe be configured as the default shell for SSH (for more information, see OpenSSH Server configuration for Windows Server and Windows).
OpenSSH on Windows 8
The OpenSSH port on Windows 8 has server-side limitations on command execution. Password operations may appear to run more slowly because commands do not return until the timeout expires, even if the command has already completed on the server. You may need to tune the Connection Timeout (CommandTimeout) when running TestConnection, ChangePassword, and CheckPassword in order to allow these password operations enough time to run while still allowing enough time to avoid timeouts for other conditions specific to your network.
To prepare Windows SSH systems for Safeguard for Privileged Passwords
- Ensure the SSH server service is running.
-
Create a service account on the asset and assign it a password:
-
Directory Configuration
If the Windows SSH system is joined to a domain that will be managed in Safeguard for Privileged Passwords, you can use a directory account, such as a Microsoft Active Directory account to manage the asset. Enable the Password Never Expires option; once you add the asset to Safeguard for Privileged Passwords, you can have the service account password auto-managed to keep it secure.
-OR-
-
Local Configuration
If the Windows SSH system is not joined to a domain, then use a local service account that has been granted sufficient permissions.
IMPORTANT: A local account does not have the access necessary to discover services running as domain accounts, so if a local account is used, Safeguard for Privileged Passwords will only discover and update services running as local accounts, and domain account dependencies will not be updated.
-
Ensure the service account is added to the local Administrator's group to allow change password permissions. For more information, see Minimum required permissions for Windows assets.
Minimum required permissions for Windows assets
The following minimum permissions are required for Windows assets to perform directory password management and sessions management tasks using Windows Management Instrumentation (WMI).
Asset password management
Using a local account or domain account:
- (Only applies to Windows Desktop and Windows Server) Test connection, Check connection, Password check, and Account discovery tasks require the following permissions:
- Remote Enable permission on WMI's CIMV2 Namespace
- Enable Account permission on WMI's CIMV2 Namespace
-
Remote Activation permission on computer via DCOM.
To set Remote Enable and Enable Account permissions
- Open wmimgmt.msc.
- Right-click WMI Control (Local) and select Properties.
- Select the Security tab.
- Expand the Root node.
- Select the CIMV2 node.
- Click the Security button.
- Add user/group and select Remote Enable and Enable Account.
- Click OK.
To set Remote Activation permissions
- Open dcomcnfg.
- Expand Component Services > Computers.
- Right-click My Computer and select Properties.
- Open the COM Security tab.
- Under Launch and Activation Permissions, select Edit Limits.
- Add user/group and select Allow for Remote Activation.
- Click OK.
- Password change task requires the following permission:
- Member of Local Administrators group
Domain password management
Using a Domain account:
- Test connection, Check connection, Password check, and Account discovery tasks require the following permissions:
- Password change task requires that the Service account has the following delegated permissions:
Asset session access
Using a local account:
- Member of Remote Desktop Users group
- Defined in the "Allow log on through Remote Desktop Services" policy (directly or via group membership)
- Not defined in the "Deny log on through Remote Desktop Services" policy (directly or via group membership)
Using a Domain account:
- Defined in the Remote Desktop Users group or be a member of a domain security group by a group policy update to the Remote Desktop Users group for that asset
- Defined in the "Allow log on through Remote Desktop Services" policy (directly or via group membership)
- Not defined in the "Deny log on through Remote Desktop Services" policy (directly or via group membership)