ADFS Server Core Token Signing Certificate October 27, 2021October 28, 2021 WebBansheeADFS Server Core Token Signing Certificate With ADFS running on Server Core the method of the yearly renewal of the Token Signing Certificate has changed to PowerShell only. I have just finished the renewal of the Token Signing Certificate via Powershell in our test environment. In this post, I will sum up the steps.……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
Install Exchange Server 2019 on Server 2019 Core July 3, 2019February 18, 2020 WebBansheePart 5: Install Exchange Server 2019 The final part where we install Exchange Server 2019 on Windows Server 2019 Core After the server has been prepared with all required prerequisites this series ends with the install of Exchange Server 2019, which is covered in this part.……read more