Active Directory · PowerShell

Powershell and ActiveDirectory:Find the settings of your default Domain Password Policy using Powershell.

  Hi, Sometimes we need to know what is our default domain password policy is set to?. Is Complexity of password is enabled?  what is minimum password length is set to. Normally to check these setting to need to open your Group Policy Console and go to domain setting etc. But in Powershell to see… Continue reading Powershell and ActiveDirectory:Find the settings of your default Domain Password Policy using Powershell.

Active Directory · PowerShell

Powershell and Active Directory : Find all members of the Group using Powershell.

  Hi, Today our target is to find all members of particular group. We know the Group Name and we are going to get the list of all of his members. we are going to use Get-ADGroupMember cmdlet. This command only available if you have RSAT tool installed and loaded the “ActiveDirectory” Module. Lets Start.… Continue reading Powershell and Active Directory : Find all members of the Group using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

  Hi, Today i got task from my IT Manager to create a list of all distribution group in our AD along with there Email-Id’s also he required the date of creations of those distribution groups. I thought lets try this with PowerShell. I was planning to use Get-ADGroup cmdlet to fulfil my purpose. This… Continue reading Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed using PowerShell.

  Hi, In Our company we have “Domain Environment” or we can say “Active Directory” is deployed.  By using “Active Directory” lots of things gets easy to manage. The main things that Powershell works great with “Active Directory”. To use Active Directory related CMDLETS on your client laptopt we  need to install “RSAT“ tool. Problem:… Continue reading Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed using PowerShell.

PowerShell

Save PowerShell Console session commands and there output in to text file.

  Hi, These days i am very busy in some other projects so that’s why this months i post only few articles. Sorry for that. Does anytime you think to save all the commands and there output in to text file? it like storing all of the PowerShell Consoles session data. If yes and you… Continue reading Save PowerShell Console session commands and there output in to text file.

PowerShell

PowerShell Basics Part-2: Variables in PowerShell.

  PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.   Hi, As i mentioned in the previous article that in the “PowerShell Basics” series we are going to cover the basics of PowerShell. Today we are covering variables. Variables plays an very important role in every scripting language and same in… Continue reading PowerShell Basics Part-2: Variables in PowerShell.

PowerShell

PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.

  Hi, When new users start working on PowerShell the the main problem which they have faced is basic of PowerShell or we can say basic of any scripting language. In this “PowerShell basics” tutorial series we are planning to cover as much as basics of PowerShell we can. These basics are not in any… Continue reading PowerShell Basics Part-1: Single Quotes (‘) and Double Quotes (“”) in PowerShell.

SCOM

PowerShell & SCOM: Use Operations Manager Shell to close multiple Alerts generated by Same Rule

Hi, When today i login in to my SCOM console I saw approx 134 Active Alerts about Microsoft SQL Job failure. I was about to close these alert but then one thing strike in my mind that lets try to close these alerts using “Operations Manager Shell”. These Alerts are generating from same source and… Continue reading PowerShell & SCOM: Use Operations Manager Shell to close multiple Alerts generated by Same Rule