< # .SYNOPSIS This script displays information returned from the file version object. .DESCRIPTION This script gets, then displays, all the information returned from the System.Diagnostics...
< # .SYNOPSIS This script shows the company name of a file version object .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS This script shows the company name of a file version object .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS This script opens a word document using PowerShell .DESCRIPTION This script re-implments a simple MSDN script to open a word document using VBA. IT Pros using PowerShell might...
< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows the Unicode details of a unicode character, using PowerShell. .DESCRIPTION This script re-implements a simple MSDN script that takes...
< # .SYNOPSIS This script re-implements an MSDN Sample showing the CalendarAlgorithmType enumeration. .DESCRIPTION This script creates there calendars and displays algorithm...
< # .SYNOPSIS This script registers for a WMI event .DESCRIPTION This script used PowerShell to register for then display an event. This script is a re-write on an MSDN Sample. .NOTES ...
Let’s face it – spelling misteaks suck. Whether in a blog post or in a PowerShell script. Doug Finke has written a nice article on this subject that shows how to spell your strings in your scripts . He even includes a script to do it! You can Download...
< # .SYNOPSIS This script displays all the namespaces withing a Windows system .DESCRIPTION This script uses Get-WMIObject to retreive the names of all the namespaces within a system. .NOTES ...
< # .SYNOPSIS This script used FTP to get and display the root of an FTP site. .DESCRIPTION This script re-implements an MSDN sample. .NOTESW File Name : Get-FtpDirectory.ps1 ...
# .SYNOPSIS This script used FTP to get and display a text file. .DESCRIPTION This script re-implements an MSDN Sample .NOTESW File Name : Get-FtpFile.ps1 Author ...
< # .SYNOPSIS This script demonstrates using an ArrayList .DESCRIPTION This script re-implements an MSDN Sample using a System.Collection.ArrayList .NOTES File Name :...
< # .SYNOPSIS This script displays details of a UmAlQura Calendar in PowerShell .DESCRIPTION This script shows the various aspects of this calendar including key properties, fields and selected methods. ...
< # .SYNOPSIS This script displays those time zones that do NOT support daylight savings time. .DESCRIPTION This script uses .NET to get the time zones defined on a system then displays...
< # .SYNOPSIS This script gets a list of non-working hardware using WMI. .DESCRIPTION This script re-implements another TechNet Scripting Gallery script that was written in VB (see ...