preload

Announcements

Blog migration complete!

Blog contents migration has been completed. Read the entry to see what plugins were used on Wordpress platform. ...

Advertising

Recent Posts

Active Directory Scripting – ...

Posted by Albert Gareev on Mar 11, 2010
[ad#Banner] Reference page: Active Directory – Sample Scripts (Excel/VBA)  Description  The function below is used to clear group membership for a user account. The account is removed from all groups except ...

Active Directory Scripting – ...

Posted by Albert Gareev on Mar 09, 2010
[ad#Banner]  Reference page: Active Directory – Sample Scripts (Excel/VBA)  Description  The function below performs 1-layer deep search of User Account object in all Organizational Units contained under parent ...

How to manually get Dexterity GUI ...

Posted by Albert Gareev on Mar 04, 2010
[ad#Banner] All related posts: Reference Page – GP/QTP Automation Question The question was asked here. I need to make a small change in xml file created without re-mapping a window. How can I manually get Dexterity GUI ...

Active Directory Scripting – ...

Posted by Albert Gareev on Mar 01, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA) How to modify Attributes of an Object Introduction In Microsoft Active Directory Object Classes have Attributes representing additional information about an ...

How to wrap text line (QTP, ...

Posted by Albert Gareev on Feb 25, 2010
Parent page: Service Functions – String (QTP, VBScript) Question The question was asked here. Hi Albert! Can you email me a QTP function that wraps line of text without breaking words? Thank you!  Answer Proper text ...

How to trim words inside a text ...

Posted by Albert Gareev on Feb 22, 2010
Parent page: Service Functions – String (QTP, VBScript) Question The question was asked here. What QTP function i can use to trim inside string? For e.g. “text text text text” – i want only 1 space between. Answer I ...

Active Directory Scripting – ...

Posted by Albert Gareev on Feb 18, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA) How to create Security Group Description Security Group object could be created within its container object - Organizational Unit. The example below is based on ...

Active Directory Scripting – ...

Posted by Albert Gareev on Feb 16, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA) How to create User Account Description User Account object could be created within its container object - Organizational Unit. The example below is based on the ...

Active Directory – Sample ...

Posted by Albert Gareev on Feb 14, 2010
[ad#Banner] Basic Active Directory Queries How to retrieve Organizational Unit How to retrieve User Account How to retrieve Security Group  [ad#4 links text line] Working with Active Directory Objects How to ...

Active Directory Scripting – ...

Posted by Albert Gareev on Feb 12, 2010
Reference page: Active Directory – Sample Scripts (Excel/VBA) How to retrieve Security Group Description Build LDAP Query - Execute Query - Catch Errors Note. You need to login as an authorized person to successfully ...