Azure · PowerShell

Part-3: Azure and PowerShell: Create a New Website on Windows Azure using PowerShell.

  Part-1 : Getting Started With Windows Azure And PowerShell Part-2: Connect To Windows Azure Using PowerShell   Hi, in my previous post, I had shown to you how to connect with “Windows Azure” using “PowerShell”. Now, it’s time to “Do” and create something. What about creating a website? Nice idea! Isn’t! Let’s get started.… Continue reading Part-3: Azure and PowerShell: Create a New Website on Windows Azure using PowerShell.

Active Directory · PowerShell

Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Hi, Reporting,Monitoring and the Documentation are few of the major tasks which most of the IT admin does like me. If you know how to do scripting it saves lots of time. For all IT guys those primarily works on Windows Platform for them i think learning of Powershell is must, because if you know… Continue reading Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Active Directory · PowerShell

Powershell and Active Directory: Find Active Directory users in a particular Organizational Unit whose Script Path is not set or blank using Powershell.

  Hi, If we are using “Active Directory” then one this is sure that 98% we are using some login scripts. Sometime while creating users we forget to mentioned to specify the login script in account. My task of today is to find all users accounts those have no login script defined in their accounts.… Continue reading Powershell and Active Directory: Find Active Directory users in a particular Organizational Unit whose Script Path is not set or blank using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all Active Directory users whose CITY property field in blank.

  Hi, Me again , yes yes i know , now you are going to ask me ,,”Aman” what is your task for the day”,, ok ok telling you..Today my manager told me to find all  active directory users which don’t have the CITY field set or those users whose CITY field is blank in… Continue reading Powershell and Active Directory: Find all Active Directory users whose CITY property field in blank.

Active Directory · PowerShell

Powershell and Active Directory: Find all organizational unit containers [OU] in Active Directory using Powershell.

  Hi, These days i think i am only and only working with Active Directory.  My Manager give me the task to show him the all Organizational Unit Container , so that we can re-arrange them and remove the OU those are not required any longer. Seriously i don’t know any way to do this.… Continue reading Powershell and Active Directory: Find all organizational unit containers [OU] in Active Directory using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find inactive Computer Accounts in Active Directory using Powershell.

  HI, As you know my IT manager always keep me busy. These days we are cleaning our Active Directory. My Today’s “Target of the Day” is to find all in-active computer accounts. first i start thinking how to do it ? to use some filter in “Active Directory Computer and users” or i need… Continue reading Powershell and Active Directory: Find inactive Computer Accounts in Active Directory using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Remove domain user from domain Group using Powershell.

  Hi, Today my IT Manager told me to remove a domain user from a specific group. Normally i used “DSA.MSC” or we can say that “Active Directory users and Computers”, then i find users, go to his user account properties and click on “Member Of” tab and delete the group which the user is… Continue reading Powershell and Active Directory: Remove domain user from domain 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.