| Anand's profile..:::: Anand :::::..BlogLists | Help |
..:::: Anand :::::..Wonderful World of Windows System Administration |
||||||||||||||||||||||||||||||||||
Exchange Server 2003: Enable Security Tab for all objects including OrganizationIt’s bit old tip. But if you still run Exchange Server 2003, you can use this to tweak your security settings very easily. By default the security tab is disabled for most objects, e.g., Organization. The following steps to add a registry entry to enable the security tab for the Exchange System Manager. 1. Run Regedit then navigate to the HKCU (not the HKLM): HKEY_Current_User\Software\Microsoft\Exchange\ExAdmin. ADAM: "The directory property cannot be found in the cache"I got this error message ("The directory property cannot be found in the cache")in ADAM when I try to open ADSIEdit.msc. I try to troubleshoot by restarting the ADAM service and few other things with no success. I found the this MSKB 958973 and the resolution in this KB resolved my issue. Link: http://support.microsoft.com/kb/958973 Exchange 2003: Logon Failure after Mailbox MoveAfter you moved bunch of mailboxes between servers or databases, you may find users can’t logon to their mailboxes. You will see the Event ID 1022 logged in Application Logs.
Solution: Update the Exchange “Recipient Update Service” and trigger the Active Directory replication between domain controllers and sites. OR simply wait for AD Replication and Exchange Recipient Updates to happen automatically on its course. How to add a Physical Disk Resource to the SQL Cluster Group?After you added a physical disk resource to the SQL cluster group, if you don’t see your drive in SQL management studio (console), you should know that you need to add the new physical disk as dependency to the SQL service. When you get this error message upon adding the disk as dependency, this blog solution is for you. The error message means you have to make SQL service offline and add the dependency. Follow the steps below to make that happen:
Keywords: An Error occurred attempting to add ‘drive’ as dependency of ‘SQL Server’. The operation could not be completed because the cluster resource is online. Error ID: 5019 (0000139b) 0x80094801 - the request contains no certificate template informationOn my Windows 2008 (AD) Certificate services console I get this error message when I try to add a Web Server Certificate Request file.
The solution is to import the Certificate Request in command line with CertReq tool. Use the following command to import your Certificate Request file. certreq -submit -attrib "CertificateTemplate:WebServer" <Cert Request.req> If the template is different, find the correct template name in “Certificate Authority” console. If you don’t find it, you may have to add the template before you try importing the request file. Excel 2007: Make a check list with eye candy (otherwise called “Conditional Formatting”)You like the idea of managing list of tasks or check list in Excel and you will like this idea of Conditional Formatting. See the picture below. If you want to know how to do this in 3 simple steps head over HERE. Mesh Logon Error: “The Windows Live Network is unavailable”I use Microsoft Mesh with all of my computers at home and work. I like the great file sharing feature and I share files across the computers. But the trouble is I get the following error often, says “The Windows Live Network is unavailable from this site for one of the following reasons:”. The simple solution is in the error message after “You can:”. Do the following,
SaveAllAttachments for Outlook 2007This outlook add-in adds the missing feature in Microsoft outlook which allows you to save and with option to remove all attachments from multiple emails at once. Great tools to manage your mailbox size. Get it HERE. Free Utility: Alternate version of RobocopyRichCopy is a free utility that comes to us from Ken Tamaru of Microsoft. The tool was first developed in 2001 and has been updated regularly to keep pace with evolving needs. Trust me when I tell you, this is the answer to all your file copying needs. What you'll find most striking the first time you take RichCopy out for a spin is that it's a multithreaded copying tool. That means that rather than copying one file at a time in serial order, RichCopy can open multiple threads simultaneously, allowing many files to be copied in parallel and cutting the total time required to complete the operation several times over. You can also pause and resume file copy operations, so if you lose network connectivity at any point, you can just pick up where you left off. Of course, these are really just the simplest features of RichCopy. As Figure 1 shows, you also get a vast array of granular controls that allow you to customize all of those fancy aspects of your file copying that I talked about earlier—filtering files, saving attributes, adjusting cache size, and so on. If you regularly copy lots of files over the network or between various storage devices, these features will significantly ease your daily life. Download it Here: RichCopy from Microsoft Multiple NetBIOS names for a single Windows ServerHere are some scenarios where you want to add multiple NetBIOS names for a Windows Server. Technically Windows machines can have only one NetBIOS names, but Microsoft brought this feature in Windows 2000/2003 servers.
Follow the instructions below on the server you want to add multiple NetBIOS names. Good luck. Citrix – Open .MSG attachments with OutlookIf Microsoft Outlook is already installed in Citrix server and you want to set Outlook as default viewer for MSG files (saved e-mail from Outlook), read ahead. As you know (by now), when you click .MSG file on Citrix server, it triggers Outlook to create a new profile. Here is the solution to use Outlook to read the MSG attachment and not trigger profile server ever.
Now logon to your published application or desktop in Citrix and try to open the MSG attachments. This worked for me perfectly.
SCOM 2007 (and R2) – Alert Severity and Priority NumbersIf you ever try to customize the SCOM alerts, you will come across what the number for Severity Critical or Warning. Here the information that might help you. SeverityCritical - 2 Priority
“550 5.7.1 Unable to relay for UserX@NewDomain.com” after you added an additional domain to receive emails in Exchange 2003 ServerWhen you want to receive emails with new domain name (Or additional domain name) on your Exchange 2003 platform you usually create a new recipient policy (see link here: Configuring Exchange to receive mail for multiple domains). I did that and mails were bounced from Internet with 550 5.7.1 Unable to relay for .. error message. Telnetting from Internet gets the same error message after “RCPT TO:UserX@NewDomain.com” command. Here the kicker. Sending mails internally with new domain name (UserX@newDomain.com) worked beautifully. Mail coming from Internet were not working. After some research, I found IIS Meta data on the Exchange mail gateway or front end server weren’t updated with new domain name for strange reason. To check this happened to you or not, follow the steps below.
Hope this helps you. if it is, leave me a comment here. Unlocking file or folder: “Cannot delete Folder: It is being used by another person or program”How many times you get this error message when you try to delete or move a folder or file? OR you may get one of the following error messages depending on the OS flavors.
No worries. There is a freeware program that can unlock the folder or file, so you can move on with your life other un-important things. Head over to Unlocker Windows Server 2003: Remotely enable RDP feature (or Reenable)Time to time we have a situation to troubleshoot a server which is not RDP enabled. Damn those sys admins who don’t follow the server build standard within the company. There are ways to edit the registry remotely to enable the RDP feature. I came across the free tool which does the job without fuss. Try it yourself at here: RDP Enable Utility “VMware converter agent interface version is not compatible”Like you I get the message and stumbled at the P2V process. The error message means the installed P2V agent on the source computer is not compatible with new P2V program. Hint: Did you update your ESX server recently? Solution: Simply uninstall the P2V agent from source computer and try the P2V process again. DHCP Reservation Entry: Batch file solutionWhen you get a request to add a printer or any device for DHCP reservation with MAC address, it’s a hassle to find the hosting DHCP servers and have add it on both servers. If you read this you already know how to do it with DHCP MMC console. To make this process easy, I wrote a batch files for different DHCP server (sets/scopes) and add the reservation in one single step using NETSH command. I created one batch file for each DHCP servers set which shares the scopes. Without further due, here is my batch file. REM Copy and paste the above script in notepad and save it as DHCPReserve.bat. Run it with proper parameters as in remarks section in teh script. “Access Denied” when try to move or copy files to Windows ShareI had an user complaining she can’t copy or move or delete files on a windows share where she had a full access. When I asked her what’s the error message she gets. She said it’s “Access Denied”. I knew what was going on. I resolved it with the following steps. Solution 1:
If the above solution doesn’t work, follow the next solution. Solution 2:for XP machines:
If you use Vista, follow this.
Hope I helped some on your quest of resolving this issue. AD Tools for Windows 7: Windows Admins gets Love from MicrosoftThis time around Microsoft don't want to miss System Administrators with Windows 7. That's a good start
They released new Remote Server Adminsitration Tools for Windows 7 that includes Active Directory admin tools along with others. You can download it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=82516c35-c7dc-4652-b2ea-2df99ea83dbb&DisplayLang=en
Remember you should read the installation instructions as below,
1. On a computer that is running the Beta release of Windows 7, download the Remote Server Administration Tools for Windows 7 package from the Microsoft Download Center.
2. Open the folder into which the package downloaded, and double-click the package to unpack it, and then start the Remote Server Administration Tools for Windows 7 Setup Wizard. Important: You must accept the License Terms and Limited Warranty to start to install the Administration Tools pack. 3. Complete all the steps that you must follow by the wizard, and then click Finish to exit the wizard when installation is completed. 4. Click Start, click Control Panel, and then click Programs. 5. In the Programs and Features area, click Turn Windows features on or off. 6. If you are prompted by User Account Control to enable the Windows Features dialog box to open, click Continue. 7. In the Windows Features dialog box, expand Remote Server Administration Tools. 8. Select the remote management tools that you want to install. 9. Click OK. 10. Configure the Start menu to display the Administration Tools shortcut. • Right-click Start, and then click Properties. • On the Start Menu tab, click Customize. Keywords: Active Directory, Windows 7, Users and Computers Windows 7: Copying huge files is faster now as it supposed to be.First thing I tested with Windows 7 Beta is to copy a huge file from a USB drive to a network location. Something Vista doesn’t do well. What do you know Windows 7 copied the file really faster, I am impressed. Robocopy limitations: I can’t copy, say, files created on May monthRobocopy is fantastic freeware from Microsoft. But I hit the limitation of this tool today. I wanted to copy a huge pile of files into monthly sorted folders. Robocopy has –MAXAGE:N and –MINAGE:N options for file selection. N is a days or date in YYYYMMDD format. Well, it works with only with one switch MAXAGE or MINAGE, but not both at same time. Then how the hell do I select a particular month files. I started using XXCopy and it worked for me with the following switches: /DA#N and /DB#N. You can download XXCopy for personal use here: .NET Runtime 2.0 Error Reporting: SCOM Console crashes constantlyWhat the hell? SCOM console on the SCOM management server was crashing. Event log has the following very descriptive cryptic error log. Event Type: Error For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Well, I fixed it. But I am not sure that’s the right solution. It may work for you. 1. Right click on Operations console short cut in program files menu and select properties. Map Network drive with different credentials in command lineOne of these wonderful days, I came across a need to map a network drive before I run a script. It’s a hassle to manually create the network drive mapping every time. This is because I was using different credentials to map the network drive. Then I put my mask, and yelled “This is the job for…scripting man!!!”. Here is my VBScript to map the network drive with different credentials without user interaction. Hope it is useful for somebody else. Make sure you type the correct server URL, drive letter and credentials in this script before you run. '******************************************************************************* Dim oNetwork sDrive = "W:" Set oNetwork = CreateObject("wscript.network") oNetwork.MapNetworkDrive sDrive,sNetworkLocation,False,sUser,sPassword Set oNetwork = Nothing '******************* End of Script ************* Agent proxying needs to be enabled for a health service to submit discovery data about other computersI had following error message keep showing up in SCOM console as error. I keep checking my SCOM server is enabled for “Agent Proxying” (SCOM Console –> Administration –> Agent Managed Computers, right click on the computer and select properties, check the check box in Security tab). But the error message wasn’t going away.
After some research, I came across http://blogs.msdn.com/mariussutara/archive/2007/11/09/agent-proxying-alert.aspx and it resolved my issue. As specified in the above blog, run the query and check the Path column. It should be a server name. Enable “Agent Proxying” for the Path mentioned server. Good Luck. |
|
|||||||||||||||||||||||||||||||||
|
|