E-Mail Authentication

Companies often have issue with their DNS records for their email.  These values are important for email authentication. This is how the mail server knows that your mail is genuine. Most companies have a proper SPF record added but are unfamiliar with DKIM and DMARC and the values they provide. SPF = Sender Policy Framework… Read More E-Mail Authentication

Generating UPN

My history with PowerShell started with creation of new users in Active Directory. Not only is it time consuming to create users manually, but it also tends to create new support tasks because of a typo. Synchronization errors because “there’s an error” when synchronizing AD with AzureAD. My first script was plain and simple and… Read More Generating UPN

Generate new password in PowerShell

You can easily generate randomized passwords with PowerShell that meets the organizations security requirements and reuse the function through out your user management scripts. First you want to create a function that gets random characters.The script accepts two parameters, length and characters. Lenght specifies the number of characters to return and characters is the set… Read More Generate new password in PowerShell

A first post

I’m from northern Sweden and work remotely as System Administrator. I started my IT career with small and midsized business support and administration. in 2018 I got the opportunity to be part of a team that manages Enterprise customers. This lead to lots of opportunities to develop my own skills in PowerShell and Microsoft 365… Read More A first post