Powershell Uncategorized Windows
Remove Orphaned ADMX GPO values
http://blog.jocha.se/tech/remove-orphaned-admx-gpo-values
Example:
1 | Remove-GPRegistryValue -Name "My Group Policy" -key "HKLM\Software\Policies\Microsoft\Windows\Skydrive" -ValueName DisableFileSync |
Uncategorized
Connect to Office 365 Powershell
1 2 3 | $session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $session |
Uncategorized
White font with Chrome 63.0.3239.8 in CRM
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
Powershell Uncategorized
Use IP address for remote Powershell session
1 | set-item wsman:\localhost\client\trustedhosts -value xxx.xxx.xxx.xxx |
Uncategorized
Windows 8.1: Boot to desktop
Boot to Desktop
User Configuration\Administrative Templates\Start Menu and Taskbar
Enable “Go to the desktop instead of Start when signing in”
Uncategorized
HP: Error codes
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
Source : Blink codes on this page