Related searches:

Using the Get-ChildItem Cmdlet - Microsoft TechNet: Resources for ...

Replicating (and Extending) the DIR Command. In its basic form the Get-ChildItem cmdlet provides functionality similar to the dir command. For example, if you …

http://technet.microsoft.com/en-us/library/ee176841.aspx

Get-ChildItem - Microsoft TechNet: Resources for IT Professionals

Apr 21, 2010 · The Get-ChildItem cmdlet gets the items in one or more specified locations. If the item is a container, it gets the items inside the container, known as ...

http://technet.microsoft.com/en-us/library/dd347686.aspx

get-childitem semantics show worrying inconsistency and lack of ...

[Copied from microsoft.public.windows.powershell post of 7th July 2006] I know this has been discussed before but I am still worried and puzzled b

https://connect.microsoft.com/feedback/ViewFeedback.aspx?FeedbackID=159321&SiteID=99

get-childitem and exclude complete folder - Microsoft Windows ...

Hi, I try to report on some folders and must exclude some of them, but Get-ChildItem -path "C:\" -recurse -exclude "DFSReports"

http://www.techtalkz.com/microsoft-windows-powershell/171639-get-childitem-exclude-complete-folder.html

PowerShell Scripting - Get-ChildItem - Stack Overflow

I'm just learning PowerShell and I've written a script that will be used for archiving log files from a server. I'm in pretty good shape with everything but the ...

http://stackoverflow.com/questions/1370210/powershell-scripting-get-childitem

Get-Childitem filter files with multiple extensions? - Vista Forums

Is there any way to run a get-childitem and filter for multiple objects? Example Get-Childitem -path C:\ -filter *.log,*.txt I guess I could enter the extensions in ...

http://www.vistax64.com/powershell/168315-get-childitem-filter-files-multiple-extensions.html

Why is Get-ChildItem so Slow? - Windows PowerShell Blog - Site ...

Nov 04, 2009 · We get this question fairly frequently when it comes to slow network connections. The performance of directory listings (especially on a laggy network) …

http://blogs.msdn.com/b/powershell/archive/2009/11/04/why-is-get-childitem-so-slow.aspx

dir (command) - Wikipedia, the free encyclopedia

In computing, dir (directory) is a command used for file and directory listing, specifically in the command line interface (CLI) of the RT-11, CP/M, VMS, DOS, …

http://en.wikipedia.org/wiki/Dir_(command)

have Powershell get-childitem return files only - Super User

I'd like to use get-childitem recursively, but only have it return files not directories. The best solution I have just doesn't seem natural:

http://superuser.com/questions/150748/have-powershell-get-childitem-return-files-only

Paul Brice | technology, scripts, thoughts and a caffeinated IT ...

As part of the preparation for Exchange 2010 you need to understand your generated logs for your Exchange 2003 servers and collate them to produce a table of ...

http://paulbrice.com/

©2011 All rights reserved.