
Run the following script on all computers in the domain
I've tried getting this to work with the various templates, but I've been unable to. I'm trying to get it to run on all the computers in my domain. Let's say the domain is Slateythree.net Here's what I …
How to trigger unread emails for a given period
I kindly need your help on the following. I have a mailbox that receives huge number of emails per day , I`m processing those all unread emails every one minute using a third party tool and …
VBScript with Internet Explorer - social.technet.microsoft.com
May 20, 2014 · Creating the IE object is the only way you're going to be able to control the application the way you're asking, using the shell method just starts the process - you can't tap …
Como gravar o valor de um atributo de um usuário do AD no …
Set objSysInfo = CreateObject ("ADSystemInfo") Set objUser = GetObject ("LDAP://" & objSysInfo.UserName) 'Quero gravar o display name no registro strDisplayName = …
VBScript to get number of files by type and size of files by type
E.G Root folder has 2 folders each has 2 sub folders. They contain a mix of files doc, xls, ppt, txt etc. Script runs and reports the following in Excel Folder1/sub-foldera - Total size 245MB - …
Writing manually to the execmgr.log
I am currently working on an install package, wrapped in a custom executable. The executable does a Case statement with a number of system checks before choosing what action to …
Script p/ criacao de atalhos prg - social.technet.microsoft.com
Quem pode me ajudar, ref a criacao de um script de pref .bat , onde este ira criar aprochimadamente 10 atalhos executaveis de uma determinada pasta do servidor para o pc …
Relaying email with authentication and TLS
Sep 2, 2009 · I tested the VBScript below with gmail—which also requires smtp authentication and TLS—and it worked perfectly. Can anyone help me get it to work with Microsoft Online's …
WMI connect to remote computer using IP address show Access …
My network has over 100 PC installed Windows XP. All PC are in different remote site and connected through VPN. All PC are standalone and not in domain. I use WMI to connect …
keep pinging until successful, then proceed with the rest of script
' The variable objShell is used by Function IsConnectible' and must have global scope.Set objShell = CreateObject ("Wscript.Shell") ' Specify server name. strServer = "MyServer" k = 0