Hi, Today I found this excellent script for the job. All the credit goes to http://jasonwarren.ca/clearspconfigcache/ [crayon-603dc79db15c1874377172/]continue reading →
If You want to archive this You have to use Powershell. Connect to Exchange Online Powershell and use the command below: [crayon-603dc79db1ad6074587946/] Happy Powershelling,continue reading →
Sharepoint gathers usage and health data to database called WSS_Logging. By Default retention period is 14 days. If You want to make it lower, lets say 2 days use the below oneliner for it. [crayon-603dc79db2695626209408/] And then just a quick hint for releasing space from Sharepoint WSS_Logging database. Use the…continue reading →
If You have to get something out to a csv-file from Direct Access Reporting. You have to use powershell. For the last 30 days use below script. [crayon-603dc79db2ad7960823467/]continue reading →
Updates have been released for Exchange 2013 and 2016. https://blogs.technet.microsoft.com/exchange/2017/09/19/released-september-2017-quarterly-exchange-updates/ If You are using a Hybrid, You have to update these to be supported.continue reading →
Hi, Today a customer call me and said that they cannot connect to meeting. In the Blog below is the fix. https://blogs.technet.microsoft.com/uclobby/2017/05/24/lyncsfb-server-event-41026-ls-data-mcu-after-may-2017-net-framework-update/ And script that does this for You. https://gallery.technet.microsoft.com/LyncSfB-Server-Disable-EKU-dab6cb88continue reading →
So You see this error in NDR when the message bounces back. In my case I had a normal AD User with mail-attribute populated. Exchange figured out that this user has a mailbox inside the organization. It wasn't. The user is located in local AD, but is only synced to…continue reading →
Yesterday customer had a problem with Direct Access and Citrix. The situation was ... Direct Access worked just fine, but applications published thru XenApp didn't open. The problem was that Citrix XenApp didn't send Fully Qualified Domain Name (FQDN) response to the Direct Access clients. https://support.citrix.com/article/CTX135250 https://support.citrix.com/article/CTX128436 When that was…continue reading →
Today I was installing my new Surface Book and installed a clean Windows 10 Creators Update. When I tried to add Microsoft Account to sync the settings from the previous laptop I noticed something weird. Sync settings are greyed out. I google'd for the reason and found nothing, until one…continue reading →
Hi, When you try to combine Get-mailbox with Get-MailboxStatistics and export it to csv-file, You will get nothing from the last command. So here is a script that will allow You export the following. From Get-Mailbox = Name From Get-Mailbox = UserPrincipalName From Get-Mailbox = Alias From Get-MailboxStatistics = LastLogonTime From Get-MailboxStatistics = LastLogofTtime…continue reading →