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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: The `Format.ps1xml` files in PowerShell define the default display of objects in the PowerShell console. You can create your own `Format.ps1xml` files to change the display of objects or to define default displays for new object types that you create in PowerShell.
Locale: en-US
ms.date: 11/27/2019
ms.date: 04/25/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Format.ps1xml
Expand Down Expand Up @@ -376,11 +376,16 @@ that the `<ListControl>` tag is intended to display.
### WideControl tag

The `<WideControl>` tag typically contains a `<WideEntries>` tag. The
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>`
tag typically contains a `<PropertyName>` tag that specifies the property to be
displayed at the specified location in the view. The `<PropertyName>` tag can
contain a `<FormatString>` tag that specifies how the property is to be
displayed.
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>` tag
contains one `<WideItem>` tag.

A `<WideItem>` tag must include either a `<PropertyName>` tag or a
`<ScriptBlock>` tag. A `<PropertyName>` tag specifies the property to display at
the specified location in the view. A `<ScriptBlock>` tag specifies a script to
evaluate and display at the specified location in the view.

A `<WideItem>` tag can contain a `<FormatString>` tag that specifies how to
display the property.

### CustomControl tag

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Beginning in PowerShell 6, the default views for objects are defined in PowerShell source code. You can create your own `Format.ps1xml` files to change the display of objects or to define default displays for new object types that you create in PowerShell.
Locale: en-US
ms.date: 11/27/2019
ms.date: 04/25/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Format.ps1xml
Expand Down Expand Up @@ -280,11 +280,16 @@ that the `<ListControl>` tag is intended to display.
### WideControl tag

The `<WideControl>` tag typically contains a `<WideEntries>` tag. The
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>`
tag typically contains a `<PropertyName>` tag that specifies the property to be
displayed at the specified location in the view. The `<PropertyName>` tag can
contain a `<FormatString>` tag that specifies how the property is to be
displayed.
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>` tag
contains one `<WideItem>` tag.

A `<WideItem>` tag must include either a `<PropertyName>` tag or a
`<ScriptBlock>` tag. A `<PropertyName>` tag specifies the property to display at
the specified location in the view. A `<ScriptBlock>` tag specifies a script to
evaluate and display at the specified location in the view.

A `<WideItem>` tag can contain a `<FormatString>` tag that specifies how to
display the property.

### CustomControl tag

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Beginning in PowerShell 6, the default views for objects are defined in PowerShell source code. You can create your own `Format.ps1xml` files to change the display of objects or to define default displays for new object types that you create in PowerShell.
Locale: en-US
ms.date: 11/27/2019
ms.date: 04/25/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Format.ps1xml
Expand Down Expand Up @@ -280,11 +280,16 @@ that the `<ListControl>` tag is intended to display.
### WideControl tag

The `<WideControl>` tag typically contains a `<WideEntries>` tag. The
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>`
tag typically contains a `<PropertyName>` tag that specifies the property to be
displayed at the specified location in the view. The `<PropertyName>` tag can
contain a `<FormatString>` tag that specifies how the property is to be
displayed.
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>` tag
contains one `<WideItem>` tag.

A `<WideItem>` tag must include either a `<PropertyName>` tag or a
`<ScriptBlock>` tag. A `<PropertyName>` tag specifies the property to display at
the specified location in the view. A `<ScriptBlock>` tag specifies a script to
evaluate and display at the specified location in the view.

A `<WideItem>` tag can contain a `<FormatString>` tag that specifies how to
display the property.

### CustomControl tag

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Beginning in PowerShell 6, the default views for objects are defined in PowerShell source code. You can create your own `Format.ps1xml` files to change the display of objects or to define default displays for new object types that you create in PowerShell.
Locale: en-US
ms.date: 11/27/2019
ms.date: 04/25/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Format.ps1xml
Expand Down Expand Up @@ -280,11 +280,16 @@ that the `<ListControl>` tag is intended to display.
### WideControl tag

The `<WideControl>` tag typically contains a `<WideEntries>` tag. The
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>`
tag typically contains a `<PropertyName>` tag that specifies the property to be
displayed at the specified location in the view. The `<PropertyName>` tag can
contain a `<FormatString>` tag that specifies how the property is to be
displayed.
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>` tag
contains one `<WideItem>` tag.

A `<WideItem>` tag must include either a `<PropertyName>` tag or a
`<ScriptBlock>` tag. A `<PropertyName>` tag specifies the property to display at
the specified location in the view. A `<ScriptBlock>` tag specifies a script to
evaluate and display at the specified location in the view.

A `<WideItem>` tag can contain a `<FormatString>` tag that specifies how to
display the property.

### CustomControl tag

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Beginning in PowerShell 6, the default views for objects are defined in PowerShell source code. You can create your own `Format.ps1xml` files to change the display of objects or to define default displays for new object types that you create in PowerShell.
Locale: en-US
ms.date: 11/27/2019
ms.date: 04/25/2022
online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Format.ps1xml
Expand Down Expand Up @@ -280,11 +280,16 @@ that the `<ListControl>` tag is intended to display.
### WideControl tag

The `<WideControl>` tag typically contains a `<WideEntries>` tag. The
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>`
tag typically contains a `<PropertyName>` tag that specifies the property to be
displayed at the specified location in the view. The `<PropertyName>` tag can
contain a `<FormatString>` tag that specifies how the property is to be
displayed.
`<WideEntries>` tag contains one or more `<WideEntry>` tags. A `<WideEntry>` tag
contains one `<WideItem>` tag.

A `<WideItem>` tag must include either a `<PropertyName>` tag or a
`<ScriptBlock>` tag. A `<PropertyName>` tag specifies the property to display at
the specified location in the view. A `<ScriptBlock>` tag specifies a script to
evaluate and display at the specified location in the view.

A `<WideItem>` tag can contain a `<FormatString>` tag that specifies how to
display the property.

### CustomControl tag

Expand Down