How to Automatically BCC Emails Using Rules in Outlook

Sometimes, you might want to copy your sent emails to another address without the recipient knowing. In Microsoft Outlook, you can set up rules for doing this. We’ll walk you through the process and share an important caveat.

Most people are familiar with the CC (carbon copy) option in their email program. CC’ing someone means you’re sending them a copy of the message. The other recipients can also see who’s been CC’ed.

There’s also a BCC (blind carbon copy) option. Anyone you BCC will be hidden from the other recipients, but he or she will be able to see the sender and the recipients.

[mai mult...]

Create AD Users in Bulk with a PowerShell Script

Now, let’s make our task a little bit harder and create ten similar Active Directory accounts in bulk, for example, for our company’s IT class, and set a default password (P@ssw0rd) for each of them. To send the default password in a protected state, we must use the ConvertTo-SecureString parameter. Here’s the script to use:

[mai mult...]