docs/documentation/platform/pam/accounts/windows.mdx
Windows accounts let you manage access to Windows servers via Remote Desktop Protocol (RDP). Users connect through Web Access (a browser-based RDP client) or CLI (using your own RDP client), and every session is recorded.
<Note> Windows accounts require session recordings to be stored in an external S3 bucket. Configure this in the [template](/documentation/platform/pam/templates/overview) before creating Windows accounts. </Note>1. Go to **Privileged Access Management → My Access**
2. Find the account and click **Launch → Connect in Browser**
3. A remote desktop session opens in a new tab
You get a full Windows desktop. To disconnect, log out or close the tab.
```bash
infisical pam access <folder>/<account>
```
The command prints the local port. Connect your RDP client to `localhost` on that port:
```bash
# Example using xfreerdp
xfreerdp /v:localhost:53306
```
<Tip>
The port is dynamically assigned. Use the `--port` flag if you need a specific port:
`infisical pam access <folder>/<account> --port 13389`
</Tip>
Press `Ctrl+C` to end the session and close the proxy.