Expanding Email Distribution Groups (Lists) in Outlook

When you select an Exchange distribution group as a recipient in Outlook, you should see a + sign to the right of the group’s display name. If you click on it, you’ll expand the distribution group and see a list of its members.

Continue reading “Expanding Email Distribution Groups (Lists) in Outlook”

Converting a PowerShell (PS1) Script to an EXE File

A separate *.ps1 extension is used for PowerShell script files. To run PS1 scripts, users must open a PowerShell console, cmd, or code editor (such as PowerShell ISE or VSCode). If you want your users to be able to easily run your PowerShell scripts, you can convert PS1 files to the .exe executable file format.

Continue reading “Converting a PowerShell (PS1) Script to an EXE File”

Removing ‘Manufacture Programming Mode is in Unlock’ on HP Laptop

After replacing the motherboard or updating BIOS firmware (flashing) on HP laptops using the HP BIOS Configuration Utility, a message may appear each time the computer boots after the POST stage:

Continue reading “Removing ‘Manufacture Programming Mode is in Unlock’ on HP Laptop”

Measuring Script or Command Execution Time in PowerShell

Sometimes you need to know how long it takes to execute a PowerShell script or a particular block of code. This allows you to predict how long it will take for the script to perform the required action, make changes to your system settings, or return a result. There are several ways to measure the execution time of a PowerShell command or script in Windows.

Continue reading “Measuring Script or Command Execution Time in PowerShell”

Fix: Unable to Join Computer to Active Directory Domain

A number of errors can occur when you try to join a Windows machine to an Active Directory domain. Most of them are fairly typical and can be fixed quite easily, as the cause of the problem is shown right there in the error window.

Continue reading “Fix: Unable to Join Computer to Active Directory Domain”

How to Change the Language of Default Mailbox Folders in Outlook?

By default, mailbox folder names in Outlook (Inbox, Sent Items, Calendar, Contacts, etc.) correspond to the Outlook regional (language) settings of the computer where the mailbox was first connected. If you have Outlook with the French localization installed on your computer, all default Outlook folders will be named in French.

Continue reading “How to Change the Language of Default Mailbox Folders in Outlook?”