| Thread | Last Post | Replies |
|
| How to retrieve a user name from LDAP after authentication | 30 Sep 2008 16:10 GMT | 3 |
I'm trying to solve a problem with a LDAP query via ASP classic. I have got a working code that tests if the credential of a user are correct perfirming an Active Directory authentication. Here are the lines: on error resume next
|
| Script to query SmartCard Certificate Expiry? | 29 Sep 2008 22:20 GMT | 1 |
We use smartcards to login to our VPN, and I've created a CMAK profile that users install, which gives them a nicer user experience, it also runs a logon script, and machine audit as the logon. One problem we've come across recently is SmartCard certificates expiring, some users
|
| plotting points on a curve element | 29 Sep 2008 18:44 GMT | 12 |
Hi: Graphic artists have long been told that they have to take to Calculus to divide a bezier curve into equidistant points. However I found it is quite easy if you divide the curve into many
|
| Create Distribution List | 29 Sep 2008 14:44 GMT | 2 |
Hi guys, I need a script to create a Dls, in the thepository there is a one to create groups : Const ADS_GROUP_TYPE_LOCAL_GROUP = &h4 Const ADS_GROUP_TYPE_SECURITY_ENABLED = &h80000000
|
| Read XML from VBScript | 29 Sep 2008 04:58 GMT | 1 |
I have the following script that reads from an XML each row and performs an action based on the attribute value in the line. The problem is that my code doesn't continue to the next row after performing the action (format) if needed or not needed...
|
| PowerShell | 28 Sep 2008 18:24 GMT | 1 |
I am new to vbscript, powershell, and WSH. I have been reading Essential Powershell and would like to learn how to install and uninstall apps. The one question I have is if I use psexec to uninstall an app on a remote machine how can I do it without any interaction from the ...
|
| Check Pop3 or IMAP4 | 28 Sep 2008 16:17 GMT | 4 |
Is there any built in way to check a POP3 or IMAP4 server for e-mail, and download a message form said server? I have written some scripts with WinBatch, but would like to move it to VB I just can't find anyway to Poll the server, and download the message. My
|
| Windows File Open/Save Dialog | 27 Sep 2008 22:11 GMT | 8 |
Good Morning All: I have a number of simple file copy and move .vbs scripts I have scheduled with the task scheduler however the file object names occassionally change due to user error etc. An example of script:
|
| Detect if file exist | 27 Sep 2008 17:26 GMT | 13 |
With this code I need to erase the file if the file exists else exists script. But dont work Whel. Display an error "Error in File"
|
| Make a script run faster? | 27 Sep 2008 17:17 GMT | 6 |
Hi, I used some sample scripts provided by the repository to add a new user to a local group on my computer: strComputer = "atl-ws-01" Set objGroup = GetObject("WinNT://" & strComputer & "/Administrators,group")
|
| PC Name and MAC Addresses | 27 Sep 2008 17:08 GMT | 15 |
Bit of a specific script required here, hopefully someone can assist :o) Looking for a script that can find out the MAC addresses of PC's and input them into a text file. Formating needs to be similar to:- IP Address <space or Tab> PC Name <space or TAB> MAC Address
|
| what is difference between VB and VB.net | 27 Sep 2008 14:49 GMT | 2 |
what is difference between VB and VB.ne -- pradip030384
|
| script to report on event logs | 26 Sep 2008 19:25 GMT | 5 |
I have a script to look up specific event ids and export data to a csv file....which works alright. I'm attempting to instead dump it out to an excel file - xls for better formatting. Right now the script is a mess because i was trying to comment out what i had and add new for
|
| problem with SetDNSServerSearchOrder WMI function | 26 Sep 2008 18:44 GMT | 2 |
uint32 SetDNSServerSearchOrder( [in] string DNSServerSearchOrder[] ); above is copy/paste from msdn site on this function. I keep getting error
|
| Function Int fails ? | 26 Sep 2008 17:17 GMT | 6 |
Hi to all, this is the code in my file test.vbs : Dim Result Result = (2170.12 / 9.08) ' is 239
|