Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

PDQ Deploy - Turkish Character Problem, Incorrect file name, directory name, or volume label syntax

Hi,

I want to try Workstation Computers network interface set dhcp but when i try return an error.

Command line,

For Windows 10 does not have any problem,

netsh interface ipv4 set address name="Ethernet" source=dhcp
netsh interface ipv4 set dnsservers name="Ethernet" source=dhcp

for Windows 7 Turkish Language

Yerel Ağ Bağlantısı > Local Area Connection

netsh interface ipv4 set address name="Yerel Ağ Bağlantısı" source=dhcp
netsh interface ipv4 set dnsservers name="Yerel Ağ Bağlantısı" source=dhcp

This command line return with

C:\Windows\AdminArsenal\PDQDeployRunner\service-1\exec>netsh interface ipv4 set address name=""Yerel A─ş Ba─şlant─▒s─▒" " source=dhcp Dosya adì, dizin adì veya birim etiketi sözdizimi hatalì.(Incorrect file name, directory name, or volume label syntax)

0

Comments

1 comment
Date Votes
  • Hi,

    I solved my problem with powershell.

    netsh int ip set address "Yerel Ağ Bağlantısı" dhcp
    netsh int ip set dnsservers "Yerel Ağ Bağlantısı" dhcp
    
    0