Auto Add

Wednesday, 23 September 2015

Hibernation Windows Server/Client



The hiberfil.sys file came into existence when Windows introduced a feature called hibernation. Many Windows users were initially confused by the unusual size of this mysterious file, but that is explained by how hibernation works. Hibernation is a feature that will let you save power without turning your computer off. It’s like a standby mode. It does this by momentarily freezing your system, which requires the use of memory. The memory needed to hibernate is stored in the hiberfil.sys file, which is why the file is so large. This file can be deleted from Windows Server 2008 by running a command.

To Delete Hiberfil.sys From Windows Server 2008 or Windows 7

Click on “Start,” then “Run.”

To Disable;
Type “powercfg.exe /hibernate off” and then press “Enter.”

If you want enable Hibernation type;

Type “powercfg.exe /hibernate on” and then press “Enter.”















 Thanks



Srikanth Goud
Virtualization Administrator                  

Get the username of a person logged onto a computer remotely using PowerShell and WMI

If you want to verify the remote user in your Network or someone hammering the internet.
first we need to verify the local Network to enabled netflow on their Cisco router to do a show top-talkers. Once we got an IP address we were able to find the machine, but not who.  So I quickly entered the following into PowerShell and got the person we were after (change COMPUTERNAME to the target machine name).

   
  • Get-WmiObject Win32_ComputerSystem -ComputerName "COMPUTERNAME" |
  •  Select-Object -ExpandProperty UserName

You will need to have admin rights on the target machine for the above to work.

Another way you can do it is to use wmic to achieve the same result, enter the below into a command prompt window, changing COMPUTERNAME to the target machine.

   
  • wmic.exe /node:COMPUTERNAME computersystem get username
  This powershell Command will help you out culprit, on your Network. so that you can restrict your Intranet/Internet. 


Thanks



Srikanth Goud
Virtualization Administrator                  
 

 

Thursday, 3 September 2015

Prevent Crash in Windows 8's Restart and Shutdown

Have you ever had a crash when rebooting or shutting down your computers ?  I believe that many of Windows 8 users have ever had experienced that kind such a trouble. Here are the simple steps to avoid it:
1. Go to new Charms Bar at the top-right corner of desktop screen and click on Search option then type Power in search box.
    
2. Now you're in search result page. Click on Setting in right-sidebar and then click on "Change what the power buttons do" in the left-sidebar. 


3. In Power Option Windows, choose System Settings, scroll down to bottom and you will see "Turn on  fast startup (recommended)" option shown in Shutdown setting session. 
















Note: In order to open Power Option Windows, you can also type powercfg.cpl in RUN dialog box and press Enter.
 
4. Uncheck the check box and save setting

    Note: If the option is not shown, scroll up and click on "Change settings that are currently unavailable".

5. Restart your system.

 
    Note: if the steps above doesn't fix your problem, you can try these steps:

    Open Command Prompt as Administrator by right_click on the bottom-left corner and select the 
    same option from the Win+X menu: 

            bcdedit/setdisabledynamictick yes




Thanks & Regards
 
Srikanth Goud
Virtualization Administrator                  
 

Microsoft Intune, a Compliance Policy

  In Microsoft Intune, a Compliance Policy is a set of rules and settings that a device must meet to be considered "healthy" and ...