Export Let’s Encrypt certificate in Windows Server PFX
You like to export the Let’s Encrypt certificate private key and import it on the other Exchange Servers. You first need to import the private key. This way you will be able to export the Let’s Encrypt certificate in Windows. The next step is to export the certificate.
Let’s Encrypt SSL certificate is not exportable
Update HPE Servers ILO trough ILOREST API
CLI tools https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_d1c19551ffbb4b1b8f94587e22 Example: flashfwpkg c:\temp\ilo5_218.fwpkg --url 192.16.88.235 -u Administrator -p password
Configure 4G LTE on Cisco Router 800 Series
I suggest this document from Cisco to understand the configuration in more depth: https://www.cisco.com/c/en/us/td/docs... The applicable configuration: controller Cellular 1 description AT&T lte sim data-profile 1 attach-profile 1 no lte…
Dell remove owner and asset tag
To remove the Dell owner and asset tag download the zip file below and extract is to the root off the C drive. Use Dell.bat to remove the tags. If…
Manage multple linux servers from one gui
Cockpit (ubuntu) apt install cockopit (localhost:9090 , local credentials) Auto update error on Ubuntu. sudo systemctl disable network-manager.service sudo systemctl stop network-manager.service
Best practices for Intune software distribution to Windows PC
You can use Microsoft Intune to manage Windows PCs as computers by using the Intune software client. This article provides tips and best practices for using Intune to make software deployments to Windows PC clients. Intune deploys only software that can be installed silently without user interaction.
Change mailbox language Office 365
So after several Exchange migration projects I have seen this a couple of times. The names of the system folders in a mailbox (such as Inbox, Sent Items, and Draft…
Configure correct language / date / timezone Office365 powershell
Before connection check necesaury software. Install-Module -Name ExchangeOnline Then connect to Azure with the Office365 (worldwide) global admin credentials: Connect-ExchangeOnline After connecting, check the current setting for the tenant. Warning,…
Export Exchange 2016 mailboxes to pst
First check te size of the mailboxes to ensure enough space is free to store the PST files. Get-Mailbox -ResultSize Unlimited | Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | Select-Object DisplayName,TotalItemSize…