Showing tag results for Richard Siddaway

Nov 25, 2013
Post comments count0
Post likes count0

Remoting Week: Remoting Recap

Doctor Scripto

Summary: Richard Siddaway explains various ways to interact with remote machines.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. How do I work with remote machines? —AP  Hello AP, Honorary Scripting Guy, Richard Siddawa...

Windows PowerShellscripting techniquesRichard Siddaway
Nov 18, 2013
Post comments count0
Post likes count1

PowerTip: Compare the Contents of Files with PowerShell

Doctor Scripto

Summary: Learn how to use Windows PowerShell to compare the contents of two file. How can I use Windows PowerShell to compare the contents of two files?  Compare-Object -ReferenceObject (Get-Content .diskcapacity.csv) -DifferenceObject (Get-Content .diskcapacity2.csv)Note  You have to get the content of the two files and perf...

Windows PowerShellPowerTipRichard Siddaway
Nov 18, 2013
Post comments count0
Post likes count0

The Admin’s First Steps: Capacity Planning Part 3

Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to create capacity planning reports.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell. I’ve been told to start performing capacity planning for my servers and was wondering how I can us...

Windows PowerShellOfficeMicrosoft Excel
Nov 11, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Format Dates

Doctor Scripto

Summary: Learn how to use Windows PowerShell to format dates. How can I discover the formats that are available to use in Windows PowerShell when I format date and time information? One way is to keep this script handy and run it when you have a date formatting issue to output common formats:"d ShortDatePattern    &nbs...

Windows PowerShellPowerTipguest blogger
Nov 11, 2013
Post comments count0
Post likes count0

The Admin’s First Steps: Capacity Planning Part 2

Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to store data for capacity planning.  Hey, Scripting Guy! I’ve just starting learning PowerShell and I understand how to use it as a scripting language and shell. I’ve been told to start performing capacity planning for my servers, and I am wondering how I can use Windo...

Scripting Guy!Windows PowerShellscripting techniques