Ignorer les commandes du Ruban
Passer au contenu principal

blog

:

blog > Billets > Commande
décembre 04
Commande

Install-WindowsFeature DHCP -IncludeManagementTools Restart-service dhcpserver

#pour autoriser un serveur dans l'ad

Add-DhcpServerInDC -DnsName DHCP1.corp.contoso.com -IPAddress 10.0.0.3 

#​pour voir les serveurs autorisés dans l'ad

Get-DhcpServerInDC Autre commande..


 

Add-DhcpServerv4Scope -name "Corpnet" -StartRange 10.0.0.1 -EndRange 10.0.0.254 -SubnetMask 255.255.255.0 -State Active`

Add-DhcpServerv4ExclusionRange -ScopeID 10.0.0.0 -StartRange 10.0.0.1 -EndRange 10.0.0.15`

Set-DhcpServerv4OptionValue -OptionID 3 -Value 10.0.0.1 -ScopeID 10.0.0.0 -ComputerName DHCP1.corp.contoso.com`

Set-DhcpServerv4OptionValue -DnsDomain corp.contoso.com -DnsServer 10.0.0.2

Commentaires

Aucun commentaire sur ce billet.