Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions reference/3.0/Microsoft.PowerShell.Management/Get-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ Gets the specified alternate NTFS file stream from the file. Enter the stream na

Stream is a dynamic parameter that the FileSystem provider adds to the Get-Item cmdlet. This parameter works only in file system drives.

This parameter is introduced in Windows PowerShell 3.0.```yaml
This parameter is introduced in Windows PowerShell 3.0.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -131,7 +132,7 @@ This parameter is not supported by any providers installed with Windows PowerShe
```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -151,7 +152,7 @@ The Exclude parameter is effective only when the command includes the contents o
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -169,7 +170,7 @@ Filters are more efficient than other parameters, because the provider applies t
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -187,7 +188,7 @@ Even using the Force parameter, the cmdlet cannot override security restrictions
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -207,7 +208,7 @@ The Include parameter is effective only when the command includes the contents o
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -247,7 +248,7 @@ Use the wildcard character (*) to specify all the items in the current location.
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases:

Required: True
Position: 1
Expand Down Expand Up @@ -297,7 +298,6 @@ The registry values are considered to be properties of the registry key.
To list the providers available in your session, type "Get-PsProvider".
For more information, see about_Providers.

*
## RELATED LINKS

[Clear-Item](Clear-Item.md)
Expand Down
16 changes: 7 additions & 9 deletions reference/4.0/Microsoft.PowerShell.Management/Get-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ This parameter is not supported by any providers installed with Windows PowerShe
```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -144,7 +144,7 @@ The Exclude parameter is effective only when the command includes the contents o
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -162,7 +162,7 @@ Filters are more efficient than other parameters, because the provider applies t
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -180,7 +180,7 @@ Even using the Force parameter, the cmdlet cannot override security restrictions
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -200,7 +200,7 @@ The Include parameter is effective only when the command includes the contents o
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -240,7 +240,7 @@ Use the wildcard character (*) to specify all the items in the current location.
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases:

Required: True
Position: 1
Expand Down Expand Up @@ -288,7 +288,7 @@ This parameter was introduced in Windows PowerShell 3.0.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -324,8 +324,6 @@ The registry values are considered to be properties of the registry key.
To list the providers available in your session, type "Get-PsProvider".
For more information, see about_Providers.

*

## RELATED LINKS

[Clear-Item](Clear-Item.md)
Expand Down
34 changes: 9 additions & 25 deletions reference/5.0/Microsoft.PowerShell.Management/Get-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ This cmdlet is used by Windows PowerShell providers to navigate through differen
```
PS C:\> Get-Item .





Directory: C:\
Directory: C:\
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 7/26/2006 10:01 AM ps-test
Expand All @@ -56,16 +52,6 @@ The dot (.) represents the item at the current location (not its contents).
```
PS C:\> Get-Item *











Directory: C:\ps-test
Mode LastWriteTime Length Name
---- ------------- ------ ----
Expand Down Expand Up @@ -138,7 +124,7 @@ This parameter is not supported by any providers installed with Windows PowerShe
```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -158,7 +144,7 @@ The *Exclude* parameter is effective only when the command includes the contents
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -176,7 +162,7 @@ Filters are more efficient than other parameters, because the provider applies t
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -194,7 +180,7 @@ Even using the *Force* parameter, the cmdlet cannot override security restrictio
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -214,7 +200,7 @@ The *Include* parameter is effective only when the command includes the contents
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -254,13 +240,13 @@ Use the wildcard character (*) to specify all the items in the current location.
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -Stream
Expand All @@ -283,7 +269,7 @@ This parameter was introduced in Windows PowerShell 3.0.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -338,8 +324,6 @@ The registry values are considered to be properties of the registry key.
To list the providers available in your session, type `Get-PsProvider`.
For more information, see about_Providers.

*

## RELATED LINKS

[Clear-Item](Clear-Item.md)
Expand Down
20 changes: 9 additions & 11 deletions reference/5.1/Microsoft.PowerShell.Management/Get-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This cmdlet is used by Windows PowerShell providers to navigate through differen
```
PS C:\ps-test> Get-Item .

Directory: C:\
Directory: C:\


Mode LastWriteTime Length Name
Expand Down Expand Up @@ -218,7 +218,7 @@ This parameter is not supported by any providers installed with Windows PowerShe
```yaml
Type: PSCredential
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -238,7 +238,7 @@ The *Exclude* parameter is effective only when the command includes the contents
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -256,7 +256,7 @@ Filters are more efficient than other parameters, because the provider applies t
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -274,7 +274,7 @@ Even using the *Force* parameter, the cmdlet cannot override security restrictio
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand All @@ -294,7 +294,7 @@ The *Include* parameter is effective only when the command includes the contents
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -334,13 +334,13 @@ Use the wildcard character (*) to specify all the items in the current location.
```yaml
Type: String[]
Parameter Sets: Path
Aliases:
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Accept wildcard characters: True
```

### -Stream
Expand All @@ -363,7 +363,7 @@ This parameter was introduced in Windows PowerShell 3.0.
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: Named
Expand Down Expand Up @@ -418,8 +418,6 @@ The registry values are considered to be properties of the registry key.
To list the providers available in your session, type `Get-PsProvider`.
For more information, see about_Providers.

*

## RELATED LINKS

[Clear-Item](Clear-Item.md)
Expand Down
Loading