Numerous applications use UDP, including: the Domain Name System (DNS), Simple Network Management Protocol (SNMP), the Routing Information Protocol (RIP) , Dynamic Host Configuration Protocol (DHCP), VOIP and Video on demand ( youtube) .
cisco nexus emulator download
I was searching Google for Cisco Nexus emulator download and came across this link which has details about downloading the emulator as a VM and using it on VMware Workstation:
http://tejasjain1991.blogspot.in/2013/06/cisco-nexus-titanium.html
Rejoin a computer to domain without restart
I came across an article today which mention a PowerShell command to rejoin a computer to the domain without restarting it. More from the article :
“We’ve all been in the situation where we have signed on to a computer only to find that its security relationship with the domain has failed. In the past we’d have to remove the computer from the domain and then join it back again to reestablish the relationship.
This involved two reboots (one to leave, one to join). If it was a server that took a while to boot, the process could take so long that we might even forget why we sat down to sign on to the computer in the first place.
Test-ComputerSecureChannel is one of those cool little PowerShell cmdlets that doesn’t get the recognition it deserves. Running the cmdlet by itself checks whether the relationship with the domain controller is still good. If it comes back True then everything is okay. If it comes back False then the relationship needs to be fixed.
Using Test-ComputerSecureChannel with the –credential –Repair options allows you to repair the relationship with the domain without any restarts. You run the command, sign out and then can sign in with your domain credentials. For example, to repair the relationship with the WINDOWSITPRO domain, issue the command:
Test-ComputerSecureChannel –credential WINDOWSITPRO\Administrator –Repair
When signed on as a local administrator.
Test-ComputerSecureChannel has been around since Windows Server 2008 R2.”
[Solved]XP mode not working after installation
So today I installed Windows XP mode on my Windows 7 64 bit PC by following this URL: http://windows.microsoft.com/en-in/windows7/install-and-use-windows-xp-mode-in-windows-7
After completing the installation without any error, to my surprise , I couldn’t see the “Windows XP Mode” in start menu programs. After investing some time on Google I came to know that we also need install Windows Virtual PC file
(KB958559) before or after Windows XP mode installation. Once I downloaded and installed the file, XP Mode started working fine and was added to my Start Menu as well . After installing KB958559, it will ask you to reboot the computer.
Here are the download links for KB958559.
32 bit: http://download.microsoft.com/download/0/5/5/0554AE99-785F-45CB-B1F2-0E3ED1E6117D/Windows6.1-KB958559-x86.msu
64 bit: http://download.microsoft.com/download/0/5/5/0554AE99-785F-45CB-B1F2-0E3ED1E6117D/Windows6.1-KB958559-x64.msu
Here is the nice article about installing and using Windows XP Mode on Windows 7 PC.
Tags: XP mode not working after installation, Windows 7 XP Mode is not showing up in start menu.
How to remove inactive search topology in SharePoint 2013
After configuring a new search topology I used this Powershell command to to remove inactive search topology in SharePoint 2013:
Get-SPEnterpriseSearchServiceApplication | Get-SPEnterpriseSearchTopology |? {$_.State -eq "Inactive"} |% { Remove-SPEnterpriseSearchTopology -Identity $_ -Confirm:$false};
I hope this saves someone’s time!!
Popular Posts
-
I was trying to activate Windows Server 2008 and got this error: “Activation Error: Code 0x8007232b .DNS Name does not exist” Actually Windo...
-
I have a post paid connection from Vodafone and wanted to use their Rs.98 plan 2GB vodafone mobile connect plan on my iPhone 3GS ( ios 5.0.1...
-
As of now there is no Untethered jailbreak is available for iPhone 3GS with baseband 05.16.05. The only option is to upgrade the baseband fo...
-
To enable webclient service on server 2008 we need to install desktop experience feature. In earlier version of windows webclient service c...
-
We can store user pictures in AD using thumbnailPhoto attribute of AD user object. That picture can will be showing in Outlook 2010 contac...
-
You get following error when you PXE boot a client to deploy an OS image from ConfigMgr (PSP) : TFTP Download: smsboot\x64\abortpxe.com PXE...
-
I came across this error while installing SCCM client on a Windows 7 Machine. ccmsetup.log file was showing these errors: Failed to send H...
-
Issue: New Windows Update clients fail to install/sync the software updates from WSUS server WindowsUpdate.log file gives many errors refe...
-
I was trying to refresh Windows Experience Index on my computer and came across this error: “The Program can't start becuase MSVCR100.d...
-
I installed DAP on my computer to speed up my downloads and now whenever I open a new tab in IE or try to search something in search box...