Encrypt password with key using PowerShell Scenario: Encrypt password with key using PowerShell. One major issue that I had to overcome, was to hide the password for the scripts that I will use them on schedule and there will be no need to include it as clear text. Using the below I was ...
Change permissions on multiple folders using PowerShell
Change permissions on multiple folders using PowerShell Scenario: Change permissions on multiple folders using PowerShell. I needed to add permissions to a specific group of users on all folders under a specific directory. The problem that I had to overcome was that the inheritance was ...
Counting in Microsoft Exchange using PowerShell
Counting in Microsoft Exchange using PowerShell Scenario: Counting in Microsoft Exchange using PowerShell. Get the number of the below in Microsoft Exchange: Number of mailboxes in Microsoft Exchange and separate them by UserMailbox, SharedMailbox and RoomMailboxNumber of contacts in ...
Counting objects in Active Directory using PowerShell
Counting objects in Active Directory using PowerShell Scenario: The below basic script will deal only with counting objects in Active Directory using PowerShell. The commands in the script are able to perform the below. Get instant information about the below: Number of user objects in ...