April 2009 - Posts

0
Comments

Using CSVDE to export computer accounts from AD by steve schofield

I was putting together some documentation and need an export of all computer accounts in Active Directory. Export Computer Accounts - This will export the DN (distinguishedName, CommonName) csvde -f output.csv -d "DC=Steve,DC=Schofield,DC=com" -r "(objectClass...
Filed under:
0
Comments

Relay Restrictions and SMTP service, IISOLE.dll reference by steve schofield

This is one of *those* posts I refer to from time to time. There have been a few posts on http://Forums.iis.net regarding how to manage relay restrictions in SMTP service. I've used the IISOLE.dll against an IIS 6 server with no issues. I've not tested...
Filed under: , ,
0
Comments

Day of .NET summary by steve schofield

Attending a local event such as Code Camp, Day of .NET or something similar can be a great way to keep up-to-date on technologies you don't work with everyday. These events are usually one day, free of charge and contain a lot of great information. I...
Filed under:
0
Comments

Poor FTP performance when sourcing files from network share - fix by steve schofield

Here is a great thread on FTP poor performance and a workaround. http://forums.iis.net/p/1155312/1899362.aspx
Filed under: ,
0
Comments

Cache profile links in MOSS by steve schofield

I was working in MOSS recently and couldn't see the Caching links. After I activated the Office SharePoint Server Publishing Infrastructure feature, the three Caching links didn't show up. I can access them directly. Here are the links. Output Caching...
Filed under:
3
Comments

Response.write saves the day. Display the last X number of event log records using ASP.NET on a remote machine. by steve schofield

It's been a while since I wrote an ASP.NET app, at least 5 years. :) I needed to query remote servers to get the last X numbers of Event log entries. One snag I ran into was trying to use the DataGrid or GridView controls. I kept getting "Index out of...
Filed under:
More Posts