Utilizzando questo sito, accetti il politica sulla riservatezza.
Accettare
EnterinITEnterinITEnterinIT
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • MICROSOFT
    • Azzurro
    • ConfigMgr/SCCM
    • DPM
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Lettura: A Step-by-Step Guide to Configuring DHCP on Windows Server 2016 Using GUI and PowerShell
Ridimensionamento dei caratteriAa
EnterinITEnterinIT
Ridimensionamento dei caratteriAa
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • MICROSOFT
  • FINESTRE
  • Elenco raccolte query SCCM
Ricerca
  • CASA
  • PROFESSIONISTA
  • TECNICA
  • MICROSOFT
    • Azzurro
    • ConfigMgr/SCCM
    • DPM
    • Orchestratore
    • Hyper-V
    • Microsoft Edge Insider
    • MSI
    • Ufficio 365
    • Insider dell'ufficio
    • Potenza BI
    • Skype
    • SQLServer
    • Squadre
  • FINESTRE
    • Centro di amministrazione di Windows
    • Cliente Windows
    • Windows Server
  • Elenco raccolte query SCCM
Windows Server

A Step-by-Step Guide to Configuring DHCP on Windows Server 2016 Using GUI and PowerShell

Pubblicato a novembre 28, 2024
3 Lettura minima
CONDIVIDERE

A Step-by-Step Guide to Configuring DHCP on Windows Server 2016 Using GUI and PowerShell.

Contenuto
Con GUICon PowerShell

Con GUI

1. Correre IL DHCP console from the apps list. Vai a IPv4\Server Options. There we config Server options for all scopes;

2. Pulsante mouse destro Clicca a Server Options e fare clic Configure Options;

3. Select option 006 DNS Servers, entrare an IP address, e fare clic Aggiungere;

4. Select option 015 DNS Domain Name, enter the domain name, e fare clic OK;

5. New options added;

6. Pulsante mouse destro Clicca a IPv4 e fare clic New Scope;

7. Clic Prossimo;

8. Entra Nome (and if you wish Description), e fare clic Prossimo;

9. Entra the Start IP address, End IP address, E Subnet mask, e fare clic Prossimo;

10. On this page, you may exclude the IP range from DHCP. Clic Prossimo;

11. Impostato Lease Duration e fare clic Prossimo;

12. You may select SÌ and configure Scope Options for this scope. I choose NO, clic Prossimo;

13. Clic Fine;

14. Scope created, but we must Activate it;

15. Pulsante mouse destro click at the scope and click Activate;

16. Scope activated and worked!

17. Se tu Pulsante mouse destro fare clic su Leased IP Address, you may Add to the reservation Add to the filter, o anche Delete it;

Con PowerShell

1. Correre PowerShell come amministratore. To get active scopes enter:

Get-DhcpServerv4Scope -cn <dhcp server name> | select scopeid, name, description
PowerShell

2. To add new scope, entrare:

Add-DhcpServerv4Scope -Name ‘<scope name>’ -StartRange <start IP Address> -EndRange <end IP Address> -SubnetMask <subnet mask> -Description ‘<description>’ –cn <dhcp server name>
PowerShell

3. Before scope delete Best Practices is run the command with WhatIf parameter:

Remove-DhcpServerv4Scope -ScopeId <scope id> -cn <dhcp server name>  -WhatIf
PowerShell

4. Then run without the WhatIf parameter:

Remove-DhcpServerv4Scope -ScopeId <scope id> -cn <dhcp server name>
PowerShell

5. Scope removed.

TAGGATO:DHCPMicrosoft Windows ServerPowerShellWindows Server 2016
Articolo precedente Elenco raccolte query di Gestione configurazione Configuration Manager Anteprima di anteprima Aggiornamento della filiale 1706
Articolo successivo Elenco raccolte query di Gestione configurazione Aggiornamento del ramo anteprima tecnica SCCM 1707
Lascia un commento Lascia un commento

Lascia una risposta Annulla risposta

Il tuo indirizzo email non verrà pubblicato. I campi obbligatori sono contrassegnati *

Questo sito utilizza Akismet per ridurre lo spam. Scopri come vengono elaborati i dati dei tuoi commenti.

Traduzione

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
 Modifica traduzione
di Transposh - plugin di traduzione per wordpress

Post popolari

Requisiti di sistema per Windows Server 2016
Windows Server
Elenco raccolte query di Gestione configurazione
Elenco raccolte query di Gestione configurazione
ConfigMgr
Navigazione strutturata/gestita abilitata nelle pagine moderne nei siti del team classici
Tecnologia
SCCM Impossibile ottenere le posizioni DP come versione prevista da MP
ConfigMgr

Post recenti

Installazione e configurazione di Fail2ban per la protezione SSH su Ubuntu 24.04
Linux
Abilitazione e configurazione di FirewallD su AlmaLinux
Linux
Creazione utente e configurazione chiave SSH in AlmaLinux
Linux
Come reimpostare la password su AlmaLinux
Linux

© 2023 EnterinIT

Vai alla versione mobile
adbanner
Bentornato!

Accedi al tuo account

Nome utente o indirizzo e-mail
Password

Hai perso la password?