Running SharePoint 2010 PowerShell  cmdlets on Windows Server 2012

As per Microsoft we cannot install SP2010 on a Windows Server 2012 Box.Here’s the KB article which states this http://support.microsoft.com/kb/2724471 When we try and run the prerequisites installer before installing SP2010 it states that it has a compatibility issue and it fails.…
New iSCSI cmdlets in PowerShell V3 Part – 1

Today i was going through the new iSCSI cmdlets in Windows Server 2012, i was pretty amazed to see that we can automate almost all aspects related to iSCSI configurations. I did a quick check on all iSCSI related cmdlets…
Delegated Administration in Windows PowerShell v3

In a Large Enterprise say for example if we consider a Infrastructure Management Team we would be having   a Number of Teams, Maybe one could be Exchange Team, Storage Team, Network Team and Maybe a PKI team.Delegated administration allows…
Ordered Hash Tables in Windows PowerShell V3.

Generally When we work with Hash Tables in PowerShell we usually get an output as an unordered data and not as ordered as per our liking.For example if i create a new hash table as below PS C:UsersAdministrator> @{Name='Vinith';City='Bangalore';Skill='PowerShell'} And see its…
New CIM Cmdlets in PowerShell V3

Hi Guys, Today i was going through the new CIM cmdlets present in  PowerShell V3 in Windows 8 and Windows Server 2012, they are a set of new cmdlets introduced in conjunction with the traditional WMI cmdlets.I just ran a…
PowerShell WebAccess, Web-Based Windows PowerShell Console

Hey Guys, Today i was able to set up and run PowerShell WebAccess, Its an awesome way to access PowerShell console via a webpage Some Info on Where and When to use PowerShell Web Access Windows PowerShell commands and scripts…