I’ve been at Tech-Ed today…

Actually I just attended a local event organized by Microsoft Romania and the last session was Useful Hacker Techniques: Which Part of Hackers’ Knowledge Will Help You in Efficient IT Administration held by polish Enterprise Security MVP – Paula Januszkiewicz. Geez… this girl presented some things that, I can bet, made half of all admins…

January 27, 2011 · 1 min · 93 words · Vitalie Ciobanu

Add TCP/IP printer – Access Denied

Yesterday I was trying to install a network printer on Windows Server 2008 system. After typing printer’s IP address, I received an “Access denied” error. The problem was that I tried to install the printer while I was logged on with a user that had domain admin privileges, but not the default domain Administrator account.…

February 10, 2010 · 1 min · 94 words · Vitalie Ciobanu

Windows cannot obtain the domain controller name error

Today a client called me and said that his second domain controller, which is on Hyper-V, is having connectivity problems. For example, running the ping command from DC2 results in very bad response times or timed out requests. Searching the event viewer, I saw many errors with Event ID 1054: “Description: Windows cannot obtain the…

December 10, 2009 · 3 min · 534 words · Vitalie Ciobanu

WMI query for processor manufacturer

Following the post regarding how to install drivers based on computer model using WMI query, here is another query you can use in your task sequences to install some processor specific software for example. To find the processor manufacturer during a task sequence, insert a condition for the step you need, and select Query WMI.…

November 10, 2009 · 1 min · 107 words · Vitalie Ciobanu

Remote Server Admin Tools for Windows 7

Some time ago I used Admin Tools and RSAT for Vista and it saved my time from using remote desktop to log on to several servers. Now it is available (RTM, not RC or something…) for Windows 7 x86/x64. Using RSAT for Win7, you can manage the following roles and features from Windows Server 2008…

August 13, 2009 · 1 min · 151 words · Vitalie Ciobanu

TechEd Online Bloggers

My last post (Using Group Policy to deploy Office 2007) was quoted on TechEdBloggers site.

January 19, 2009 · 1 min · 15 words · Vitalie Ciobanu

Group Policy – User Configuration Logon script

Something I have learned the other day… I had to install a small .msi using Group Policy, using a logon script. As it was a small package and not very important, I used a User Configuration Logon script.I created and linked a new GPO to a specific OU with some users (with no admin privileges)…

December 15, 2008 · 1 min · 141 words · Vitalie Ciobanu

*009* error codes

During “troubleshooting period”, I have found a very nice website with error codes’ descriptions. Now, every time I get an error in any program, I check the list from this blog http://blogs.msdn.com/joshpoley/pages/errors-009-facility-sspi.aspx. This is how the table with error codes looks like: Code HRESULT Description #define 1 0xC0090001 The specified event is currently not being…

November 12, 2008 · 1 min · 116 words · Vitalie Ciobanu