PowerShell Remoting In this tutorial we will see about PowerShell Remoting and its use. Using Windows PowerShell, we are able to connect on remote computers / server and run commands on them. As we have discuss in Windows PowerShell Sessions – PSSessions tutorial, we are able to create ...
Windows PowerShell Sessions – PSSessions

PowerShell PSSessions In this tutorial we will see about Windows PowerShell Sessions - PSSessions. We will see what are those PSSession, and how and when we need to use them. It is important to know why you need to use them. After you go through this tutorial it would be good to work with them, in ...
PowerShell Set Groups Custom Attributes
Office 365 License Report – Part 2
Office 365 PowerShell License Report
Office 365 Litigation Hold with Powershell
Office 365 Litigation Hold with Powershell Scenario: Office 365 Litigation Hold with Powershell. Litigation Hold is a feature that is needed to keep the company's data on mailboxes as long as it is needed for legal purposes. Litigation Hold on Office 365 Below is the explanation given ...
Enable mailbox audit logging Office 365 with PowerShell
Enable mailbox audit logging Office 365 with PowerShell Scenario: Enable mailbox audit logging Office 365 with PowerShell. Mailbox audit logging helps administrator to keep track of changes that are made on mailboxes but not only limited to that. Audit logging of mailboxes helps ...
Enable Unified Messaging Office 365 using PowerShell
Enable Unified Messaging Office 365 using PowerShell Scenario: Enable Unified Messaging Office 365 using PowerShell. Unified Messaging is a feature that you have to enable through your Exchange server OnPremise or Exchange Online, on the mailbox site. The next information has been extracted ...
Remove Forwarding Office 365 PowerShell
Remove Forwarding Office 365 PowerShell Scenario: Remove Forwarding Office 365 PowerShell. Exposure of data is a critical subject that you have to think about. A simple way to expose data from a company is to forward emails outside of the company. It is very difficult to decide whether to ...
Exchange custom attributes on groups automatically with PowerShell
Exchange custom attributes on groups automatically with PowerShell Scenario: Set Exchange custom attributes on groups automatically with PowerShell. In general the below script add an Exchange custom attribute on distribution and security groups. I am working on a custom delegation model on ...