this scripts works fine for forcing wsus updates on windows 7 workstation but I cannot get it to work on xp. I get this code error: Line 3 char 1 object required update searcher. thanks
WScript.Echo "Searching for updates..." & vbCRLF
Set searchResult = _
updateSearcher.Search("IsInstalled=0...
I am having issues on some windows 7 mapping the drive "M". How do I create an "if else" so that only the members of the group can login to strRemotePath2 = "\\encsd3\Data\PrintShop". Thanks
'Option Explicit
Dim objNetwork, strRemotePath1, strRemotePath2, strRemotePath3
Dim strDriveLetter1...
What am I doing wrong? I have verified the unc path is correct.
' VBScript to map a user s home drive using string variables
' Guy Thomas January 2005. Guy Thomas Page 15 of 70 LogonScripts V52
' ----------------------------------------
Dim objNetwork, strDriveLetter, strUNCpath, strUser...
Can someone help me resolve my autoupdate issue.
When I try to update the DOB/AGE, nothing happens.
It worked before upgrading to office 2000. thanks for
any help!!!!
Function Age(varBirthDate As Variant) As Integer
Dim varAge As Variant
If IsNull(varBirthDate) Then Age = 0: Exit...
Could someone explain to me how to create an autoupdate. I have a field "dob",
And I would like to update the the age the idividual. It worked before upgrading t
to office 2000. thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.