# Microsoft Windows

## Connecting Workgroups

### User Guide

To connect your local windows drives to your in-house backup server, each computer needs to grant the in-house file server administrative access.

**Step 1.**  Search for the program "powershell" and right click to run as administrator.

**Step 2.** Then type the following: `Set-Service ssh-agent -StartupType Automatic`

**Step 3.** Follow the prompts, and then allow remote execution by pasting this command:  `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -force -verbose`

**Step 4.** Then add a user key, (to be continued).
