Trying to automate a big change on our environment.
Stuck at a part where I need to create a FTP Site on computers, I can do it manually through the IIS Management console, but there is documentation of being able to do this via script using the iisftp.vbs file.
However I do not have this file anywhere on my computers even after enabling all of the IIS features.
Working with mainly Windows 8.1 x64
Some of the docs I am looking at:
https://technet.microsoft.com/en-us/library/cc754127(v=ws.10).aspx
https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/a51f913e-2065-4141-992a-e14959bea02e.mspx?mfr=true
I am staring to feel maybe this is Server OS only even though I swear I saw Windows 8 somewhere in a document.
If I am out of luck using the official vb script, I wondered if we had anything like this in AutoIT?