februari 1, 2022
$FolderPath = Get-ChildItem -Directory -Path "C:\temp" -Recurse -Force $Output = @() ForEach ($Folder in $FolderPath) { $Acl = Get-Acl -Path $Folder.FullName ForEach ($Access [...]
maj 15, 2018
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 […]
april 30, 2018
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 […]
april 30, 2018
This simple solution can save you a lot of time. This issue can happen on the upgrade of Microsoft Exchange 2010 and 2013 […]