Posts

System tray is Full of blank Icons - server, SBS

I had an issue today with the system tray being full of blank icons, you could see nothing and it was causing explorer to crash Run regedit navigate to HKEY_CURRENT_USER\Software\Classes\LocalSettings\Software\Microsoft\Windows\CurrentVersion\TrayNotify  Delete the two keys IconStreams and PastIconStream  Stop task explorere.exe  run explorer.exe   all the icons should now be where they are suppose to be

Office 2013 Asking for Password 365 Exchange - no reason just started happening

Image
So todays issue revolves around office 2013 and exchange 365 accounts.  I had an issue with a user's machine that just kept asking for the password but would not accept it, the login box kept coming back up. Turns out 2013 uses an old auth method so we need to force it to use the new method. So using regedit you need to add the below key Registry key Type Value HKEY_CURRENT_USER\Software\Microsoft\Exchange\AlwaysUseMSOAuthForAutoDiscover REG_DWORD 1 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\EnableADAL REG_DWORD 1 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\Version REG_DWORD 1 You May also create a reg key file if you wanted to do a few machines Enable modern authentication for Office 2013 clients Close Outlook. Copy and paste the following text into Notepad: text Copy Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Exchange] "AlwaysUseMSOAuthForAutoDiscover"=dword:00000001 [HKEY_CURRE

Sbs 2011 Migration to 365 - Autodiscover change

Image
If you are migrating from exchange on site to exchange 365 you may notice the machines will still look locally for the auto discover reference and not go to your new 365 setup. In Exchange PowerShell on your SBS server run the below command - Set-ClientAccessServer –Identity “your CAS servername” –AutoDiscoverServiceInternalUri $NULL *Putting your server name in the command. After this has been done the machines will no longer look locally for the auto discover record Buy me a beer :)  

Office 365 - Outlook 365 sign in window disappears unable to login

Image
Had an issue today in outlook where the sign-in window to add the credentials kept on disappearing, little bit annoying for the user as no emails were coming through. Tracked it down to a registry change, once this was added the login box popped up as normal. Go to the registry editor (Win+R; regedit)   go to HKEY_CURRENT_USER -> Software -> Microsoft ->Office -> 16.0 ->Common -> Identity   Inside "Identity", create a new REG_DWORD value called "EnableADAL" and leave the value at 0   the login window is slightly different but it works :)   Buy me a beer :)  

Terminal server license has expired - Microsoft

Image
The Problem Terminal service grace period has expired This in turn prevents any remote desktop connection to the server, which is a problem if this is how you connect to the server. I had to do a remote registry to the server and then remote reboot. The Solution There is a registry key located HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod Inside that container will be a binary key, all you need to do is delete that key and reboot the server, upon reboot everything should be working again. Buy me a beer :)  

HP servers display System Model Null HP G6

Image
When your server is display system model Null in the SMH this is because your agents are not installed correctly. I found the best place to get your agents is here https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_44340a785c7640afa24634c39f once downloaded install and reopen the HSM your system model should now be showing the details you need.

Windows 10 mapped drives not showing in old programs

I had a n issue with a PC not seeing mapped drives within an old program on windows 10. Their software support had no answers so found the below fix, 1. Open regedit 2. HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> Policies -> System 3. On the right, you will see ConsentPromptBehaviorAdmin,... etc. 4. click on empty space, ADD DWORD(32bit), then name it "EnableLinkedConnections". Double click it and set the data to 1. 5. Reboot and you will see the mapped drives showing This gave me my mapped drives back within the software!