Displaying posts filed under

Downloads

Aug
29
2004

SQL Query Grid – Web Part for Sharepoint

Finally posting my first run at my sql query web part.
I’ve posted the install file for this web part here (Click
to download)
Here is the source (Click
here to download)
Important Notes:

This download is provided as sample code, use it at your own risk.
The user name and password should be sql authentication (I have not tested Windows
Authentication)
The password [...]

Aug
22
2004

VB.Net Windows App for Organizing Active Directory Computer Accounts based on User Account location

At our company, we store computer accounts in an OU named Resources and our user accounts
are stored in an OU named Accounts. All user account names and computer names are
first initial last name, like rwhitworth. The resources OU is broken down into department
ous, and we wanted to do the same with the resources OU, but [...]