Våra senaste nyheter

Läs mer i vårt senaste nyhetsbrev. Vi vet vilka framgångsfaktorerna är i världens mest framgångsrika företag.

Powershell – Folders Permissions Report

$FolderPath = Get-ChildItem -Directory -Path "C:\temp" -Recurse -Force $Output = @() ForEach ($Folder in $FolderPath) { $Acl = Get-Acl -Path $Folder.FullName ForEach ($Access [...]

Exchange 2013 DAG CU19 Upgrade

Here is the step that I will do to upgrade the Exchange 2013 to CU19, with the new .NET Framework 4.7.1. Exchange 2013 […]

Script to set Outlook signature using AD info, Security Groups and Templates

Script to set Outlook e-mail signature using Active Directory information, Security groups and unlimited templates. Script Localization: https://gallery.technet.microsoft.com/office/Script-to-set-Outlook-da7b56ee  PowerShell <# .SYNOPSIS Script to set […]

Exchange 2010/2013 CU stuck at Languages install

This simple solution can save you a lot of time. This issue can happen on the upgrade of Microsoft Exchange 2010 and  2013 […]