Memorise

Archive for the ‘Networking’ Category

Windows Update not working

Step 1Click “Start,” type “Services” and press “Enter.” Step 2Scroll down to “Windows Update” in the Service window, right-click and select “Stop.” Step 3 Click “Start,” then “Computer.” Double-click “C:,” double-click “Windows” and double-click “SoftwareDistribution.” Step 4Right-click “Download,” click “Rename” and type “BakDownload.” Press “Enter.” Step 5Click “Start,” point to the arrow next to “Shut […]

Create/edit user in HP SAN MSA2312i

Create user John who will view system information using base 2 in SMU: # create user base 2 interfaces wbi level monitor John Enter new password: ******** Re-enter new password: ******** Success: Command completed successfully. (John) – The new user was created. (2012-01-20 15:54:35) Create user MIB that can view the SNMP MIB, using authentication […]

setup NTP server

Download from http://www.meinbergglobal.com/english/sw/ntp.htm#ntp_stable http://support.ntp.org/bin/view/Main/SoftwareDownloads install steps are here: http://www.satsignal.eu/ntp/setup.html  

Powering off the virtual machine

Powering off the virtual machine To determine if you must use the command line, attempt to power off the virtual machine: Connect VMware Infrastructure/vSphere Client to the vCenter Server. Right-click the virtual machine and click Power off. Connect vSphere Client directly to the ESX host. Right-click the virtual machine and click Power off.  If this does not […]

When old CA was not correctly decomissioned

You can check for all CA in domain by Running the following command from a CMD prompt: “certutil -config – -ping” it will prompt you with all the CA available in the organisation. To remove from domain Open PKIView.msc, right-click on root node and select Manage AD Containers. Go through all tabs and remove items […]

Taking ownership of a file

Taking ownership of a file Open an elevated Command Prompt window. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as Administrator. Type the following command and press ENTER: TAKEOWN /F (Replace the text with the full path of the actual file.) If the operation was successful, […]