In this blog. We are going to cover some useful topic in Windows and Linux Networking, Router and Switches and some basic scripting . e.g. Active Directory , DNS, DHCP, IIS, Clustering , Samba server, iptable, squid proxy server , FTP, send mail and other topic that are come to focus when we are implementing them.
Search Windows and Linux Networking
Thursday, December 22, 2011
VBScript for Map share folder as Z: drive
VBScript for Map share folder as Z: drive
'VBScript to Map folder as Z: Drive Option Explicit Dim objNetwork
Set objNetwork = CreateObject("WScript.Network") objNetwork.MapNetworkDrive "Z:" , "\\Server.domainname.com\Share\"
No comments:
Post a Comment