Powershell one liners collections – hashtables, arrays and strings
https://www.red-gate.com/simple-talk/sysadmin/powershell/powershell-one-liners-collections-hashtables-arrays-and-strings/
https://www.red-gate.com/simple-talk/sysadmin/powershell/powershell-one-liners-collections-hashtables-arrays-and-strings/
http://blog.jocha.se/tech/remove-orphaned-admx-gpo-values Example: 1Remove-GPRegistryValue -Name "My Group Policy" -key "HKLM\Software\Policies\Microsoft\Windows\Skydrive" -ValueName DisableFileSync
123$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $session
Diskshadow delete shadows all https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/diskshadow
On the CRM server Open C:\Program Files\Microsoft Dynamics CRM\CRMWeb\_static\css\1033\notesv2.css.aspx and search for #0000. Change this to #000000 and save the file Run iisreset On the client Go to the site that is showing white font and press SHIFT+F5
1set-item wsman:\localhost\client\trustedhosts -value xxx.xxx.xxx.xxx
Boot to Desktop User Configuration\Administrative Templates\Start Menu and Taskbar Enable “Go to the desktop instead of Start when signing in”
CAPS LOCK/NUM LOCK LED LEDs blink 1 time – CPU not functional LEDs blink 2 times – BIOS corruption failure LEDs blink 3 times – Module error not functional LEDs blink 4 times – Graphics controller not functional LEDs blink 5 times – General system board failure LEDs blink 6 times – BIOS authentication failure […]