Jump to content

saintwolf

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About saintwolf

Profile Information

  • OS
    Windows 7 x64

saintwolf's Achievements

0

Reputation

  1. I have it <Path>cmd /c for /f "usebackq tokens=7* delims=: " %a in (`ipconfig /displaydns ^| findstr /I "intern"`) do SETX DNSSERVER %a -m</Path> but I can not in the <settings pass="auditUser"> <Path>\\%DNSSERVER%\reminst\OA3.0\srv_finden.cmd</Path>
  2. I have improved it, but the error message is still the same. I have 3 WDS server to install and once I need the name of the server and the IP
  3. <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c SETX SERVER 10.174.0.1 -m</Path> <Description>SETX SERVER</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c FOR /f "tokens=2 delims=:" %i IN (`echo quit^|nslookup^ | find "Address:"`) SETX DNSIP %i -m</Path> <Description>SETX DNSIP</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>cmd /c for /f "usebackq tokens=2* delims=:" %%a in (`ipconfig /displaydns ^| findstr /I "intern"`) do SETX DNSSERVER %a -m</Path> <Description>SETX DNSSERVER</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> but is a error. please help me
×
×
  • Create New...