I am trying to get our self-service email forwarding process to work in Exchange 2010 (we upgraded from 2003 where everything could be done right in Active Directory using the LDAP API). For...
The other thing that keeps the Java programmer in me banging his head against the wall is trying to find assembly references. Application is (according the MSDN) is in System.Windows namespace. If...
I am writing a C# program that runs every night as a scheduled task. When I get specific errors that are non-recoverable, I want to write a log entry and abort further processing. So far,...
I've written a class that uses an IBM proprietary API to access an IBM UniData database to execute several subroutines written UniData's native language and known only to those UniData...
I wrote a service in C#. On my Windows 7 development station, the service installs and runs (I installed it directly from the release directory in the Visual Studio 2008 tree). I've been...
The following code is from a listener service I built to do the enable=mailbox command on Exchange 2010. If I have a syntax error in the PowerShell command sent to Exchange, I get an error...
I am trying to execute a PowerShell script to enable mailboxes on a Exchange 2010. The actual email account creation application is a Java servlet running on a Tomcat server ancd the servlet does...
You're right but none of the PowerShell 2.0 classes were accessible to me in Visual Studio 2008. It turns out the server pack 1 for 2008 hadn't been installed. So, I installed it. Problem solved.
I can find plenty of links via Google that claim to point to a download site for the SDK but the actual pages are either talking about the SDK or the link was totally bogus. This also...
I am trying to keep ActiveDirectory people info in sync with our corporate database and so I am using the LDAP interface to ActiveDirectory. When I try to change the displayName attribute I get no...
We eventually hired a Windows sysadmin who actually knows his stuff and how to set policies. He used a group policy to globally disable a user's ability to change his or her password. They are...
In our 2003 multi forrest environment, user's MyDocuments folders are redirected. Occasionally users get deleted from AD but their MyDocuments folder didn't get removed and I'm assuming it's...
I am writing a C# utility that searches for orphan "My Documents" folders and deletes them -- they are redirected and the group policy grants the owner exclusive access. While I know hoiw to...
While troubleshooting a problem deleting directories in C#, I noticed an interesting incongruity that I don't understand. The kind of directories I'm trying to delete are user profiles and I get...
Just to test for the possibility of it being a security context issue, I invoked the C# program from the command line and again got the permission denied error. I then attempted to delete the...
I didn't reboot, and I tried that. Problem is that the installer for SP3a terminates because it doesn't think that MS SQL Server is installed at all. That's what's killing me.
How do I from server "A" access a share on server "B" in C#. In this case, I'm running code that cleans up the residue of deleted accounts. The program runs on server "A" and profiles, if...
I am trying to install MS SQL Server 2000 standard edition on a Windows 2003 Server and I get the error "SQL Server 2000 SP2 and belowis not supported by this version of Windows". Since I...