October 2004 - Posts

1
Comments

IISLogs Lite version (Free component) available by steve schofield

I couldn't resist, I had to release a free version of IISLogs log archiver tool. This is very similiar (not as many features as full version IISLogs) but will monitor a specific directory, optionally delete the original log file, email reporting, alternative...
1
Comments

Get PDC Emulator in Active Directory using .NET by steve schofield

Get PDC Emulator Imports System.DirectoryServices Module Module1 Sub Main() Dim strDomain As String = "dc=steve,dc=schofield,dc=com" GetPDC(strDomain) End Sub Function GetPDC(ByVal strDomain As String) As String Dim Entry As DirectoryEntry Dim mySearcher...
More Posts