Server : https://support.microsoft.com/en-hk/help/4072698/windows-server-guidance-to-protect-against-the-speculative-execution Clients: https://support.microsoft.com/en-hk/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in omg~~ GG.. XD
Powershell
Enable and Disable an Network Adapter using PowerShell
u can type and run ” ncpa.cpl” in powershell it will open windows network adapter listing and setting 1. WMIC in powershell (Run as Admin): 2. netsh in powershell (Run as Admin): 3. Get-NetAdapter in powershell (Run as Admin): [reference] https://support.microsoft.com/en-za/help/192806/how-to-run-control-panel-tools-by-typing-a-command
[Project] The Monty Hall Problem
Recently I watched this Youtube video ( The Monty Hall Problem ) “Put simply: If you pick a goat then swap you will always win the car. And you have a 2/3 probability of picking a goat.” I was so amazed by this logic and static thinking problem. I use […]
Create project environment for class 20-410
This script is used in class Microsoft(20-410) for setting up project environment.
[Scripts] Send-MailMessage with For loop
課堂上想起來老師曾經提到的Send-MailMessage,就自己用windows 2012 R2 架了一個SMTP Server,然後寫了這一個小script。