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
October 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-WMINameSpace.ps1
< # .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 File Name : Get-WMINameSpace.ps1 Author ...
Published
Thu, Oct 07 2010 6:06 AM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
scripts
,
PowerShell V2
,
wmi
,
namespace
Get-LoopBack
< # .SYNOPSIS This script checks whether a parameter is an IPv6 or IPv4 Loopback Address .DESCRIPTION This script checks to see if the passsed string is a loopback address and if so, displays details. .NOTES File Name : Get-LoopBack.ps1 Author ...
Published
Wed, Oct 06 2010 9:56 AM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
system.net.ipaddress
,
Script
,
Code
Get-HostByName.ps1
< # .SYNOPSIS This script gets and displays basic DNS Information about a host. .DESCRIPTION This script just gets and displays host details returnd by GetHostByName. .NOTES File Name : Get-ByName.ps1 Author : Thomas Lee - tfl @psp .co.uk ...
Published
Tue, Oct 05 2010 8:18 AM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
Script
,
System.Net.DNS
Remove-FtpFile.ps1
< # .SYNOPSIS This script deletes a file from an FTP Server .DESCRIPTION This script is a rewrite of an MSDN Sample .NOTES File Name : Remove-FtpFile.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires : PowerShell...
Published
Mon, Oct 04 2010 10:27 AM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
ftp
,
Script
,
Code
,
System.Net.FtpWebRequest
Copy-FileToFtp.ps1
< # .SYNOPSIS This script Uploads a text file to an FTP Server using PowerShell. .DESCRIPTION This script first creates an FTP 'web' request to upload a file. Then the source file is read from disk and written up to the FTP Server. A response is then displayed. This...
Published
Sun, Oct 03 2010 10:50 AM
by
PowerShell Scripts Blog
Filed under:
PowerShell Scripts
,
PowerShell
,
Script
,
Code
,
System.Net.FtpWebRequest
Copyright 2012 PowerShell.com. All rights reserved.