Home » Posts tagged 'Servers'
Rename all Domain Local Administrator Username Via Script
Use this PowerShell script to rename Local Administrator Account on a list of remote machines. #$erroractionpreference = "SilentlyContinue" $a = New-Object -comobject Excel.Application $a.visible = $True $b = $a.Workbooks.Add() $c = $b.Worksheets.Item(1) $c.Cells.Item(1,1) = "Machine Name" $c.Cells.Item(1,2) = "Account Renamed" $c.Cells.Item(1,3) = "Report Time Stamp" $d = $c.UsedRange $d.Interior.ColorIndex = 19 $d.Font.ColorIndex = 11 $d.Font.Bold = $True $intRow = 2 foreach ($strComputer in Read more
Unable to migrate from vmhost to vmhost2: Host CPU is incompatible with the virtual machine’s requirements at CPUID level error
You may see that error when you migrate virtual machine between two ESX servers with different hardware. Please right click on VM and choose "Edit Options", select "Options", select "CPUID mask" and change it to "Hide the NX flag from quest". It will give you more comparability between CPUs but will hurt performance. Read more
Restoring Active Directory Object from backup
Due to the risk involved, The procedure must be done very carefully. It is good first to do some training on non operational domain . To restore Active Directory DB from backup: Determine exactly the object name that needs to be restored (OU name). Reboot domain controller into authoritative restore mode. Restore the system state from last backup. Open a command window Run "ntdsutil" Type "authoritative restore", press Enter To restore a subtree, type "restore subtree" and the entire object Read more
Blackberry Calendar Sync Works One Direction only
BlackBerry Enterprise Server administration account must have the following permissions (Send As, Receive As, and Administer Information store) at the server level: 1. Go to Microsoft Exchange System Manager. 2. Expand Administrative Groups. 3. Right-click on the Exchange Server(s) that will be hosting the BlackBerry users' mailboxes. 4. Click Properties. 5. Click the Security tab. 6. Click Add. 7. Select the BlackBerry Enterprise Server administration account. 8. In the Permissions window, Read more
Vmware Infrastructure Vmoution Video
Demonstration of Vmotion on Dell PowerEdge Blade Servers Read more