Friday, January 23, 2015

Vmware – Cannot ping NLB IP from Different Subnet

Symptoms:-
You can ping all the NLB Host from any subnet but NLB IP cannot ping Different subnet (in same subnet you can ping all the IP including NLB IP)
Check MAC address, for sure you can see different MAC Address for each

How to get MAC Address
Log in different machine which is connected same subnet and ping all three IPs (Host 1 and Host 2 and NLB IP). You can ping all the IP’s without any issue.
After that you can run in same command prompt “ arp –a” (result are below)

How to fix it
Remove all existing NLB configuration
Create New NLB connection in Node 01, with multicasting and Add Node 02
Run        netsh interface ipv4 set interface "NLB" forwarding=enabled

Login Node 02 Server and Add existing NLB Connection (with NLB IP)

Run        netsh interface ipv4 set interface "NLB" forwarding=enabled

Friday, March 28, 2014

Internet Explorer 10 proxy setting in a Group Policy Object is Disappear

Finally Microsoft Send the Hotfix for Proxy Address Disappear Issue

Problem Description

When editing a proxy setting and using the "advanced" tab in IE10 GPP, the proxy address textbox disappears.
Create a new IE10 GPP
Edit proxy settings - type in a proxy address and port
Click "advanced"
Click "ok" on the new dialogue (no need to edit things there)
Expected: No change
Actual: Address textbox is missing (!)

Hotfix Information

Monday, October 28, 2013

How to Check Service Pack version number in Office 2010

The version number of Office 2010 SP2 is greater than or equal to 14.0.7015.1000.
The version number of Office 2010 SP1 is greater than or equal to 14.0.6029.1000 but less than 14.0.7015.1000.
The version number of the original RTM release of Office 2010 (that is, with no service pack) is greater than or equal to 14.0.4763.1000 but less than 14.0.6029.1000


Wednesday, October 16, 2013

Office 365 Activation Issue

Registry Location for the activation details: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\Identities

Get office Key Details : cscript ospp.vbs /dstatus
Remove Office Key from Activation: cscript ospp.vbs /unpkey:GXVKC

c:\Program Files (x86)\Microsoft Office\Office15>cscript ospp.vbs /dstatus
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

---Processing--------------------------
---------------------------------------
SKU ID: 149dbce7-a48e-44db-8364-a53386cd4580
LICENSE NAME: Office 15, OfficeO365ProPlusR_Subscription1 edition
LICENSE DESCRIPTION: Office 15, TIMEBASED_SUB channel
LICENSE STATUS:  ---LICENSED---
ERROR CODE: 0x4004FC04 (for information purposes only as the status is licensed)

ERROR DESCRIPTION: The Software Licensing Service reported that the application
is running within the timebased validity period.
REMAINING GRACE: 57 days  (83053 minute(s) before expiring)
Last 5 characters of installed product key: GXVKC
---------------------------------------
---------------------------------------
---Exiting-----------------------------

c:\Program Files (x86)\Microsoft Office\Office15>cscript ospp.vbs /unpkey:GXVKC
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.

---Processing--------------------------
---------------------------------------
Uninstalling product key for: Office 15, OfficeO365ProPlusR_Subscription1 edition
---------------------------------------
---Exiting-----------------------------