Office 365 License Report - Part 2 Scenario: In the first part, I have explained how and why I have setup this script to get Office 365 License Report. Microsoft has added some new statuses for the licenses after I wrote the script, so I had to go back and update the script. The current ...
PowerShell Active Directory Delegation – Part 3
PowerShell Active Directory Delegation - Part 3 Scenario This is the last part of the series PowerShell Active Directory Delegation. In the previous parts, we have discussed how we can have Active Directory delegation, so we will give access to the administrators without the need of providing ...
Powershell Active Directory Delegation – Part-2
PowerShell Active Directory Delegation - Part 2 Scenario: PowerShell Active Directory Delegation - Part 2 In Part 1 of this series we have discussed about getting the information from Active Directory. We have created our arrays to keep the information that we will need. We ...
User Not Syncing to Office 365
User Not Syncing to Office 365 Scenario: User Not Syncing to Office 365. Are you using AD Connect to synchronize your users in Azure AD? Every time there is a change on a user, AD Connect will synchronize the changes based on the cycle that you have configured. Some times there are errors ...
PowerShell Active Directory Delegation – Part 1
PowerShell Active Directory Delegation - Part 1 Scenario: PowerShell Active Directory Delegation. I wrote this script long ago and I use it when there are changes in Active Directory to apply delegation on the new Organizational Units. I thought that you might find it interesting, so I ...
How To Get Remote System Information – Part 2
How To Get Remote System Information - Part 2 Scenario: How to get remote system information - Part 2 For those who have not read Part of the series, we have discussed about creating UI with PowerShell and getting information from local and remote computer systems. In Part 2 we are going to ...
Create new OU in AD using PowerShell
Create new OU in AD using PowerShell Scenario: Create new OU in AD using PowerShell This time we will see a very simple script that performs changes in Active Directory. The script allows you to perform one single task, which is to create a new Organizational Unit in Active Directory. ...
How to get remote system information – Part 1
How to get remote system information - Part 1 Scenario: How to get remote system information with PowerShell - Part 1. This time we will go through a new script that allows us to get system information and not only from remote systems. This post is the first part from a series of posts that ...