Lost your password?

Blogs about: Vbscript Vb6

Featured Blog

Recursive LDAP function to get nested groups3 comments

Nishant Pant wrote 1 year ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →

Tags: LDAP / Active Directory, Active Directory, LDAP, LinkedIn, VB6, VBScript

How to retrieve a list of Application Pools and their configured identities on your IIS box.2 comments

Nishant Pant wrote 1 year ago: I wrote this script which will give you a list of Application pools defined on your IIS 6.x box and … more →

Tags: ASP.net 2.0, ASP.NET 1.1, iis

Calling a Webservice from VBScript or ASP4 comments

Nishant Pant wrote 3 years ago: With so much push towards SOA architectures, you might have lot of your common code encapsulated in … more →

Tags: ASP

LDAP Query to search a user in AD using his partial last name4 comments

Nishant Pant wrote 3 years ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →

Tags: LDAP / Active Directory

Recursive LDAP function to get nested groups (roles) and users1 comment

Nishant Pant wrote 3 years ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →

Tags: LDAP / Active Directory

LDAP Query to search a user in AD using his partial last name

Nishant Pant wrote 1 year ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →

Tags: LDAP / Active Directory, VBScript, VB6, LDAP, Active Directory, Programming


Related Tags
All →

Follow this tag via RSS