# Configure-DC1-2 # Configures DC1 after dcpromo is completed # Version 1.0.0 - 14 Jan 2013 # Version 1.1.0 - 24 Jan 2013 # Added code to count how long it all took. # Added a checkpoint at the end of DC1 configuration # Version 1.1.1 - 25 Jan 2013 # Added auto admin logon - need to reboot VM for it...
<# .SYNOPSIS MSDN Sample Recoded in PowerShell demonstrating formatting .DESCRIPTION This sample recodes an MSDN Sample into PowerShell that shows some of the options of formatting using ToString() and various .NET formatting strings .NOTES File Name : Show-Formatting1.ps1 Author : Thomas Lee - tfl...
< # .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 ...
< # .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 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 ...