Skip to content

Commit

Permalink
Update drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahpooch authored Sep 18, 2024
1 parent 545024e commit 7150963
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ image:

## Настройка

### Установка роли сервера печати
Для каждого из серверов установить роль сервера печати
```powershell
Install-WindowsFeature -Name Print-Server
```

### Активация работы сервера печати через CNAME
Для того чтобы с серверами печати можно было работать через CNAME, необходимо выполнить на каждом из них изменение в реестре[^footnote1].
```powershell
Expand Down

0 comments on commit 7150963

Please sign in to comment.