Help - I know very little about VBS!
I need to deploy a new phonebook entry to remote dialup users. I plan to do this with an AD GPO, but the process is complicated by the fact that the modem/com settings may differ between users - So, to get round this, I could take an existing entry, extract it, change the connection name and phone number then append it back onto the original phonebook - But how do I do this with VBS?
A typical entry would be:
[My-Dialup]
Encoding=1
Type=1
Autologon=0
.
MEDIA=serial
Port=Com3
Device=Connexant D480 MDC V9x Modem
DEVICE=Modem
PhoneNumber=01234 123456
.
Protocol=1
Compression=1
MdmProtocol=0
I need to deploy a new phonebook entry to remote dialup users. I plan to do this with an AD GPO, but the process is complicated by the fact that the modem/com settings may differ between users - So, to get round this, I could take an existing entry, extract it, change the connection name and phone number then append it back onto the original phonebook - But how do I do this with VBS?
A typical entry would be:
[My-Dialup]
Encoding=1
Type=1
Autologon=0
.
MEDIA=serial
Port=Com3
Device=Connexant D480 MDC V9x Modem
DEVICE=Modem
PhoneNumber=01234 123456
.
Protocol=1
Compression=1
MdmProtocol=0