Managing Hyper-V hosts using Virtual Machine Manager fails with Error: 0x8033803b after installing WMF 3.0

January 12th, 2013

To resolve this issue, uninstall Windows Management Framework 3.0 on the Hyper-V host.
To uninstall the update, perform the following steps on the Hyper-V host:

1. In Control Panel, open Programs and Features.
2. Click View installed updates.
3. Right-click Microsoft Windows Management Framework 3.0 (KB2506143) and select Uninstall.
4. Once the uninstall is complete, restart the server.
5. Once the server is restarted, open an evaluated command prompt, type the following command and hit enter:

winrm qc

6. Follow the prompts to enable WinRM requests on the server.
7. Restart the server.
8. Once the server is restarted, open the VMM Console and verify the issue is resolved.

HP Laserjet 2015dn

December 15th, 2012

HP LaserJet 2015dn driver – Windows 7 64-bit

pfsense backup

October 29th, 2012

Download

Link

Install language pack after initial instllation

August 19th, 2012

c:\Windows\system32\lpksetup.exe

Hyper-V P2V using Disk2vhd

July 28th, 2012

Download Disk2vhd

How to truncate and shrink Transaction Log file in SQL Server 2008 R2

July 27th, 2012
select name,recovery_model_desc from sys.databases
GO
Alter database DATABASENAME Set Recovery simple
GO
Declare @LogFileLogicalName sysname
select @LogFileLogicalName=Name from sys.database_files where Type=1
print @LogFileLogicalName
DBCC Shrinkfile(@LogFileLogicalName,100)
 
 

NK2View – View Outlook .NK2 AutoComplete Information and Stream_Autocomplete Outlook 2010

June 11th, 2012

nk2edit Download

How to remove an organization whose status is “PendingCompletion” in Exchange 2010 SP1 /hosting

May 28th, 2012

 

Get-Organization shows the OrganizationStatus is “PendingCompletion“, I tried
Remove-Organization even with -Force, no luck. It always says
“You can’t remove organization “xxxxx” because it isn’t active.
    + CategoryInfo          : InvalidArgument: (:) [Remove-Organization], OrganizationPendingOperationException
    + FullyQualifiedErrorId : 6D503EE2,Microsoft.Exchange.Management.Deployment.RemoveOrganization”
                                        Finally, I fixed it with following steps:

1. Open ADSIEdit.msc, locate to CN=SilverASP,CN=ConfigurationUnits,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
2. In right pane, right click on “CN=Configuration record to open Properties page
3. Find attribute named “msExchSetupStatus“, change value from “2” to “1”
4. Go back to Exchange CAS server, use Get-Organization to check the status, now should be “Active”
5. Remove-Organization, if not worked, try add -Force.

How to Copy your Auto Complete Data in Outlook 2010

February 21st, 2012

Open the start menu and type in:

C:\Users\%username%\AppData\Local\Microsoft\Outlook\RoamCache

The Auto Complete file starts with Stream_Autocomplete and ends in .dat

Finally rename your backup copy, to the one being used by your current Outlook. Then copy and overwrite.

 

Link

Testing DNS SRV Records with NSLookup

February 17th, 2012

[nslookup[5].jpg]