Wednesday, March 28, 2018

Unable to Import-Modules in Powershell

I got the below error while I was trying to import Active Directory Module on Powershell





Before loading Active Directory module on to your local machine, make sure  Windows Administrative Tool is installed.

The above issue is occurred due to the execution policy was not set.

For testing, I have set the execution policy to unrestricted and I was able to import the Active Directory module


Powershell script to find a Folder location in outlook

Very useful when you have hundreds of folders in the user mailbox or shared mailbox, and you want to find a specific folder that was acciden...