Drucker rollout per script:-)

… zumindest ein bisschen 🙂

1. DNS record anlegen:
dnscmd DNSSERVER.contoso.com /recordadd contoso.com CON-DRU010 A 192.168.0.10

oder

Powershell:
1. DNS record anlegen:
Add-DnsServerResourceRecordA -Name „CON-DRU010“ -ZoneName „contoso.com“ -IPv4Address „192.168.0.10“

2. DHCP Reservierung
Add-DhcpServerv4Reservation -ScopeId 192.168.0.0 -IPAddress 192.168.0.10 -ClientId 00C0EE13AFFE -Name ‚CON-DRU010.contoso.com‘

3. Druckerport anlegen
Add-PrinterPort -Name CON-DRU010.contoso.com -PrinterHostAddress CON-DRU010.contoso.com -SNMP „1“ -SNMPCommunity „public“

4. Drucker anlegen
Add-Printer -Name „Drucke_mal_mit_Ruebezahl“ -DriverName „Microsoft XPS Document Writer v4“ -PortName „CON-DRU010.contoso.com“

Rating: 0.5/5. From 1 vote.
Please wait...

Tags: , ,

Hinterlasse eine Antwort