PowerShell

set Internet Explorer Home Page using Powershell.

Hi, Sometime in scripts or or in login scripts we want to set a users Internet Explorer home page to our Intranet site or to some other specific URL. This became very handy and useful some times. the code is below.   $myURL = “http://microsoft.com” set-ItemProperty -Path ‘HKCU:\Software\Microsoft\Internet Explorer\main’ -Name “Start Page” -Value $myURL In… Continue reading set Internet Explorer Home Page using Powershell.

Active Directory · PowerShell

Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

Hi Everyone. Finally i come back to India and it is always love to be at home. My today’s task was to create a list of all empty active directory groups, all groups those are not having any members. As you know, i don’t like to do the manual tasks, so i decided to use… Continue reading Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

PowerShell

Powershell Script : Get the file and Product version of Ms office Applications.

Hi, I hope you guys are doing good. My last two months were very busy, that why i was not able to post any article. I apologize for that.   Last week Microsoft has release few mandatory ms office update. That update was crucial for outlook users, before apply ms office updates, we need to… Continue reading Powershell Script : Get the file and Product version of Ms office Applications.

PowerShell

Powershell Event : Barcamp9’s Powershell’s Session slides.

Hi On Saturday i had a great day at “Barcamp9”. It was a successful event and this event is very well planned and very well managed by the event organizers. In the “Barcamp9 Event”, we got lot’s of nice goodies like Barcaml9 printed T-Shirts, firefox sticker, magnet and pen. unfortunately, no one was there to… Continue reading Powershell Event : Barcamp9’s Powershell’s Session slides.

PowerShell

Where is my Windows PowerShell Integrated Scripting Environment (ISE) on Windows8.

Hi, Two days back i finally upgraded my laptop to “Windowd8 Pro”. After clean installation of the Windows8 Operating system my first expression was “WOW!”. I like it. Windows8 Operating System really looks very cool. After installation the first program i run was “Powershell”. Microsoft had added a lots of new cmdlets on the new… Continue reading Where is my Windows PowerShell Integrated Scripting Environment (ISE) on Windows8.