The first argument should be /C
Try use the full path of the IP Config utility - C:\windows\system32\ipconfig.exe
And the full path of the CMD.EXE - C:\windows\system32\cmd.exe
.FileName = "C:\\windows\\system32\\cmd.exe"
.Arguments = "/C C:\\windows\\system32\\ipconfig.exe /ALL >" + outputPath
Good luck