How To: Send an Email Through PowerShell Scripts

Typically, people use Outlook or other tool for emails. But if you want to be able to send an email without having to go into Outlook because it can cause you to get distracted, taking you away from what you’re working on, there is another method.…

Powershell Random Password Generator

If you want to ensure the security of your accounts, an option is to use randomly generated passwords for each account together with a password manager tool (for example I use lastpass). In this way you will need to remember only one password (for the password…

User bulk import with PowerShell

The ps command to add single users in nav is new-navserveruser, detailed info can be found here: https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.management/new-navserveruser?view=dynamicsnav-ps-2018 Bron : What about Dynamics NAV Lees meer...