Posted On March 31, 2019

Windows Server Power Settings

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows Server Power Settings
powercfg /setactive SCHEME_MIN

powercfg /hibernate off

powercfg -L

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Network Zones

Corporate Head-Quarter:DMZ: Extranet: VendorsWeb: Front-end Sites (a) Web (b) Application (c) DataPublic: Public, satellite VPN…

WinRM Management Consideration

Infrastructure needs to be able to leverage scripting automation to perform Vulnerability Remediation, Resource Provisioning,…

PowerShell: Running Commands on Remote Computers

# runCommandsOnRemoteComputers.ps1 # User defined variables $computernames=@( 'SERVER001', 'SERVER002' ) $expectedExecutable='racadm.exe' $expectedInstallPath='C:\program files\Dell\SysMgt\iDRACTools\racadm' # Execution…