Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Featured Posts
Dreaming in PowerShell
Don Jones
Code MarkUp Tool
Directory
May 2010 - Thomas Lee's PowerShell Scripts
Share
|
Recent Posts
New-ZipFromDirectory.ps1
Configure-DC1-2.ps1
Configure-DC1-1.ps1
Create-VM.PS1
Open-FunctionInISE
Archives
February 2013 (2)
January 2013 (4)
December 2012 (5)
November 2012 (1)
October 2012 (3)
September 2012 (5)
August 2012 (1)
July 2012 (1)
April 2012 (3)
February 2012 (2)
January 2012 (2)
December 2011 (3)
November 2011 (12)
October 2011 (6)
September 2011 (9)
June 2011 (1)
March 2011 (1)
February 2011 (1)
January 2011 (1)
December 2010 (3)
October 2010 (5)
September 2010 (11)
August 2010 (14)
July 2010 (9)
June 2010 (9)
May 2010 (9)
April 2010 (1)
March 2010 (10)
February 2010 (2)
January 2010 (1)
December 2009 (3)
November 2009 (1)
October 2009 (7)
September 2009 (2)
August 2009 (7)
July 2009 (4)
June 2009 (6)
May 2009 (7)
April 2009 (3)
March 2009 (6)
February 2009 (6)
January 2009 (24)
December 2008 (23)
November 2008 (14)
Tags
Code
COM
formatting
HNetCfg.FwMgr
Hyper-V
Power
PowerShell
PowerShell script
PowerShell Scripts
PowerShell V2
PowerShell V3
Script
scripts
Server 2012
Server2012
ServerCore
StdRegProv
System.DateTime
System.Diagnostics.FileVersionInfo
System.Globalization
System.Globalization.CultureInfo
System.Net.NetworkInformation
win32_computersystem
wmi
xml
View more
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Get-SQLServer.ps1
Microsoft.SqlServer.Management.Smo.Server < # .SYNOPSIS This script uses SQL Server Server SMO objects to display server information. .DESCRIPTION This script first loads the SMO assembly and then creates a server object. The script then prints basic server information plus details of databases and ...
Published
Mon, May 31 2010 3:20 PM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
scripts
,
Microsoft.SQLServer.SMO
,
Code
,
SQL
,
MIcrosoft.SQLServer.Management.SMO.Server
Replace-String.ps1
< # .SYNOPSIS This script demonstrates how to do .REPLACE() in a string. .DESCRIPTION This script is a MSDN sample, recoded in PowerShell .NOTES File Name : Replace-String.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires ...
Published
Sat, May 29 2010 12:09 PM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
Code
,
System.String
,
Replace
Get-ServiceDetails.ps1
< # .SYNOPSIS This script displays service details .DESCRIPTION This script first enumerates all the service controllers (ie services) running on the local system. For each service, we look into WMI and get info about that running service. .NOTES File Name ...
Published
Sat, May 22 2010 11:23 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
PowerShell V2
,
Script
,
Code
,
System.ServiceProcess.ServiceController
Write-XmlElementString.ps1
< # .SYNOPSIS This script uses XMLWriter to write an XML Element .DESCRIPTION This script creates and uses and XML writer to write an XML Element .NOTES File Name : Write-XxmElementString.ps1 Author : Thomas Lee - tfl...
Published
Fri, May 21 2010 8:56 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
scripts
,
PowerShell V2
,
Code
,
System.XML.XMLWriterSettings
,
System.XML.XMLWriter
Write-XML.ps1
< # .SYNOPSIS This script uses XMLWriter to write XML .DESCRIPTION This script creates and XML writer and writes some basic XML. .NOTES File Name : Write-XML.ps1 Author : Thomas Lee - tfl @psp .co.uk ...
Published
Fri, May 21 2010 8:49 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
PowerShell V2
,
Script
,
Code
,
System.XML.XMLWriterSettings
,
System.XML.XMLWriter
Start-Process2.ps1
< # .SYNOPSIS This script starts up a process using System.Diagnostics.Process .DESCRIPTION This script creates 7 occurences of IExplore.exe, using diffrent start up options, based on a sample script in MSDN. .NOTES File Name : Start-process2.ps1 ...
Published
Wed, May 19 2010 10:33 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
Code
,
System.Diagnostics.Process
,
Start
,
Systems.Diagnostics.Process
Start-Process.ps1
< # .SYNOPSIS This script creates and starts a Process using .NET .DESCRIPTION This script Creates a process object and sets the executable to notepad. The script then starts the process. .NOTES File Name : Start-Process.ps1 ...
Published
Tue, May 18 2010 11:11 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
PowerShell V2
,
Script
,
Code
,
System.Diagnostics.Process
,
.NET
Mew-MailAddress.ps1
< # .SYNOPSIS This script demonstrates the constructors for system.net.mail.mailaddress .DESCRIPTION This script uses the three constructors for new objects of the type system.net.mail.mailaddress using PowerShell. These constructors are: . single string ...
Published
Sun, May 02 2010 7:15 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
Script
,
Code
,
System.Net.Mail.Mailaddress
Get-UTF8Encoding
< # .SYNOPSIS This script implements an MSDN Encoding example in PowerShell .DESCRIPTION This script creates an encoding plus a Unicode string then manipulates it as per the C# sample. .NOTES File Name : Get-UTF8Encoding Author ...
Published
Sun, May 02 2010 6:42 AM
by
PowerShell Scripts
Filed under:
PowerShell Scripts
,
PowerShell
,
Code
,
Power
,
System.Text.UTF8Encoding
,
getbytes
,
System.Text.UTFencoding
Copyright 2012 PowerShell.com. All rights reserved.