Mailbox Audit Logging – Enable and Search Logs March 12, 2021April 28, 2022 WebBansheeUse Mailbox Audit Logging to gather insights about what happens in a certain mailbox. When a mail went missing without interaction of the mailbox owner Mailbox Audit Logging can provide useful information.……read more
Add Secondary IP Address Windows Server December 7, 2020April 28, 2022 WebBansheeAdd or remove an IP address with PowerShell. Includes a script at the end of the post. Fell free to use. If you want to add a secondary IP Address without using the Change Adapter Options in the GUI ( especially on Windows Core servers ) you can achieve this in a simple way via PowerShell.……read more
Remote PowerShell Session to Server Core September 22, 2020October 15, 2020 WebBansheeConnect via a Remote PowerShell Session to another server. Use the following commands to establish, enter, or remove a Remote PowerShell Session: New-PSSession, Enter-PSSession, Remove-PSSession ……read more
Change the Input Language on Server Core August 28, 2020August 31, 2020 WebBansheeTo be able to change the input language on Server Core’s Welcome Screen with ALT + SHIFT you first will need to install the the input method of your preferred language. The Get-WinUserLanguageList cmdlet returns language settings regarding input method, spelling, and text prediction.……read more
Mail Flow Rule Mark External Mail January 15, 2020April 25, 2022 WebBansheeTo filter mails for certain criteria like sender, recipients, domain, header-information and more it makes sense to create a new Mail Flow Rule and associate it with an action of your choice. In this example we will create a rule that tags mails from external senders with [EXT]……read more