Our Latest News

Read more about our latest news posts and be informed. We understand the success secrets of the world's most successful business companies.

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 […]

Server “Online – Performance Counters not started” Windows Server

If you have the following message, Performance counters not started, on the Server Manager on All Servers menu. The solution is simple: Right […]

How to find saved wireless passwords on your Windows

To find saved wireless password on your windows, please follow this steps: Open a cmd with admins rights and run the following command […]