What is PowerShell? With this post I am opening a new section in my blog. The new section will be tutorials for PowerShell. I will try to provide as much as information as I can on the subject of each post. I hope you will like this section and also provide useful information to those who need ...
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 ...
PowerShell Hardware Inventory Script
PowerShell Hardware Inventory Script Scenario: PowerShell hardware Inventory Script. Have you ever wanted to have an inventory without the hassle of going to each finding the information needed to fill the information for your inventory? It is important to keep your inventory up to date. ...