Kotesh Bandhamravuri
Blog to learn, learn to blog
PowerShell - Referencing variable in current scope
PowerShell allows creating variables dynamically without declaring. During assignment, it also...
Date: 02/23/2010
PowerShell - How to read a file
$contents = Get-Content C:\context.txt
Date: 02/12/2010
PowerShell - How to create a PSCredential object
Several PowerShell commandlets take a PSCredential object to run using a particular user account....
Date: 02/12/2010
PowerShell - How to find details of Operating System
There were several instances where I had to find details of the operating system using PowerShell....
Date: 02/12/2010
First things first
The first programs that I wrote was BK Logo 10 PRINT "HELLO WORLD" (BASIC) main () { printf ("Hello...
Date: 02/12/2010