Making a long backstory short, I was checking one of our local weather sites during one of the few warm summer days here in Northern-Norway. For most people, it ends...
Most people that does system administration in a Windows environment have had to work with the Windows Registry. This registry serves as a database of settings, used with everything from...
We recently started a fun project, doing some mailbox migration. For this project, in particular, we were merging four Exchange organizations together and the new Active Directory was to consist...
New Releases PowerShell 7 Preview Release date: 2019-05-30 – Release Page: Github The new release of PowerShell (formerly Core) is getting a new naming convention and porting code to .NET Core 3....
The short story about splatting is that you can use it to pass parameters to cmdlets, instead of the traditional syntax. On most cases, the usual way of working with...
CAA (Certificate Authority Authorization) is a DNS record that lets you define what Certificate Authority that is allowed to represent you and your servers. Complex topic, not the scope of...
When I was going to run the script for cleaning up certificates on all servers for a customer, I ran into some issues connecting to many of the servers. Turns out there...
Certificates! The blog could probably end there but if there is something that always comes up when people are having issues, it’s certificates. Mainly because people tend to forget them, don’t...