Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBookV2
Script Library
Twitter Grid
Modules
QuickClick
Scripts
Snippets
Videos
Library
»
Snippet Library
»
Conditions and Loops
»
Slideshow
Conditions and Loops Slideshow
Share
|
Browse Library
Module Library
QuickClick Library
Script Library
Snippet Library
ADSI
Comparison
Conditions and Loops
.Net
Exception Handlers
Files and Folders
Functions
Headers
Includes
Network
Pipeline
PowerShell Internals
Registry
Samples
Script Functions Templates
Security
SQL Server
Templates
User Management
WMI
Video Library
Members Only
Tags
Else
ElseIf
For
ForEach
If
If-Else
Select-Object
Snippet
While
View more
ForEach
<?
xml
version
=
"1.0"
?>
<CodeSnippets xmlns
=
"http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"
>
<CodeSnippet Format
=
"1.0.0"
>
<Header>
<Title>
foreach
<
/
Title>
<Shortcut>
foreach
<
/
Shortcut>
<Description>inserts simple
foreach
statement<
/
Description>
<Author
/
>
<SnippetTypes>
<SnippetType>Expansion<
/
SnippetType>
<
/
SnippetTypes>
<
/
Header>
<Snippet>
<Declarations>
<Literal>
<ID>param1<
/
ID>
<ToolTip
/
>
<Default>
$element
<
/
Default>
<
/
Literal>
<Literal>
<ID>param2<
/
ID>
<ToolTip
/
>
<Default>(Dir C:\)<
/
Default>
<
/
Literal>
<Literal>
<ID>param3<
/
ID>
<ToolTip
/
>
<Default>
$element
.
Name
<
/
Default>
<
/
Literal>
<
/
Declarations>
<Code Language
=
"PowerShell"
Kind
=
"42"
><
!
[CDATA[
foreach
(
$param1
$
in
$param2
$) {
$param3
$
}]]><
/
Code>
<
/
Snippet>
<
/
CodeSnippet>
<
/
CodeSnippets>
Loading...
ForEach
Simple For
While
Select-object...
If-Simple
If-Else
ElseIf
Else
View all files
Copyright 2011 PowerShell.com. All rights reserved.