Skip to the content
Aman Dhally's Blog
the life of an IT administrator..
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
  • Home
  • 2012
  • February
PowerShell

Using the -F format Operator in PowerShell

  Hi, Yesterday I was using –F format Operator in PowerShell.  In the first view it seems like puzzle me to but after spending few...

Aman Dhally
29 February, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
28 February, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
23 February, 201213 June, 2014
Continue Reading
PowerShell

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...

Aman Dhally
16 February, 201213 June, 2014
Continue Reading
PowerShell

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...

Aman Dhally
14 February, 201213 June, 2014
Continue Reading
PowerShell

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...

Aman Dhally
13 February, 201213 June, 2014
Continue Reading
PowerShell

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...

Aman Dhally
13 February, 20123 August, 2012
Continue Reading
General 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...

Aman Dhally
9 February, 20123 August, 2012
Continue Reading
PowerShell

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...

Aman Dhally
9 February, 20123 August, 2012
Continue Reading
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...

Aman Dhally
7 February, 20123 August, 2012
Continue Reading

Posts pagination

1 2 Next
  • Home
  • 100Days Of Self Improvement
  • PowerShell Blog
  • Poetry
  • About Me
  • General
To the top ↑ Up ↑