Blog
Blog
Technische Artikel, Anleitungen und praktische Einblicke zu PowerShell, .NET, Active Directory und IT-Automatisierung.
Geben Sie eine Suchanfrage ein, um die gesamte Sektion Blog zu durchsuchen.

GFI MailEssentials 20 installation stuck on Administrators email address
During installation of GFI MailEssentials 20 installation doesn’t go pass entering an Administrator’s email. Pressing NEXT doesn’t do anything and Administrator…

Microsoft Exchange 2013 CU11 Readiness Checks Error
During a Readiness Checks of Exchange Server 2013 CU 11 installation, just about 90% into Configuring Prerequisites an error is displayed. One of the…

Happy New Year 2016
From the bottom of our hearts we wanted to wish you Happy New Year 2016. This New Year we wanted to thank you for providing us the opportunity to serve you, we wish you…

Microsoft Exchange – Connecting to remote server failed with the following error message
Connecting to Microsoft Exchange via PowerShell is a standard administrative tasks since Exchange 2007 was released. It’s available in all…

DocX – Password protect Microsoft Word document programmatically
Following code is an example on how to add protection to Microsoft Word document using C# without needing to have…

PowerShell – How to find users without default quota set on Microsoft Exchange
Use PowerShell to find Exchange mailboxes that are not inheriting database default quotas and switch them back to UseDatabaseQuotaDefaults when needed.

Microsoft Word – How to remove last section break
Working with Microsoft Word sections allows you to create different visual pages in your document without much effort. Adding different…

Windows Server – How to change SHA1 to SHA256, SHA384 or SHA512 options in Certification Authority
Since SHA1 became insecure and everyone around the web is forcing the change to higher security standards such as SHA256,…

Windows 10 – How to permanently disable Windows Defender
Windows 10 was released by Microsoft on July 29th of 2015. Even though several months has already passed, millions of users…

PowerShell – How to check response code from a website
Use PowerShell to check HTTP status codes in a cleaner way, return structured output, and handle both successful and failed web responses.