Hi, Yesterday I was using –F format Operator in PowerShell. In the first view it seems like puzzle me to but after spending few...
List of useful WMI classes to use with PowerShell.
Hi, Here is the list of some useful WMI Classes :). ClassName Contains win32_ComputerSystemProduct Serial Number, Vendor, information win32_bios Bios Information , including Version...
Using BEEP sound in PowerShell Scripts.
Hi, After watching the valentine post of “Jeffery Hicks” I started playing with $([char]) characters. And while working with these characters I found a great...
Set Computer Name using PowerShell.
Hi, Yesterday I faced a problem in which I need to change the computer name using PowerShell. First I was looking for some cmdlet which...
Delete Offline OST files from login users account using PowerShell.
Hi, Yesterday I was surfing the TECHNET Script repository and see that one user is requested for a script which can delete offline...
Automate “Remote Server Administration Tools (RSAT)” Deployment using PowerShell.
HI, These days I am working on a script which does few “Active directory” task for us. This was seems simple so for...
Part-6: Text Manipulation in PowerShell using .ToCharArray(),.PadLeft(), and .PadRight() methods
Part-1: Text Manipulation in PowerShell using Trim, TrimStart , TrimEnd methodsPart-2: Text Manipulation in PowerShell using .ToLower and .ToUpper methodPart-3: Text Manipulation in PowerShell...
Thanks to “SAPIEN Technologies, Inc.”…
Hi, Few weeks back i got an email from "Robert" who is from "SAPIEN Technologies" and first I thought that this may be a...
Accessing Windows Environment Variables using PowerShell.
Hi, Before working on script i always thought that these windows “Environment Variables” are not so important, but as i start working on PowerShell...
Part-5: Text Manipulation in PowerShell using .Contains() and .Equals() methods
Part-1: Text Manipulation in PowerShell using Trim, TrimStart , TrimEnd methodsPart-2: Text Manipulation in PowerShell using .ToLower and .ToUpper methodPart-3: Text Manipulation in PowerShell...