0 Pluspunkte 0 Minuspunkte
Ich möchte einem bestimmten Client immer die selbe IP per DHCP zuweisen. Wie kann ich das mit Powershell?
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte

Mit dem Befehl

Add-DhcpServerv4Reservation -IPAddress <ReservedIPAddress> -ScopeId <ScopeID> -ClientId <MACAddress> -Description "MAC Reservation Description"
von