Find-FormatView
---------------

### Synopsis
Finds a format view for a typename

---

### Description

Finds a format view for a given typename

---

### Related Links
* [Get-FormatFile](Get-FormatFile.md)

---

### Examples
> EXAMPLE 1

```PowerShell
Find-FormatView System.Diagnostics.Process
```

---

### Parameters
#### **TypeName**
The name of the type of format view to find

|Type      |Required|Position|PipelineInput                 |
|----------|--------|--------|------------------------------|
|`[String]`|true    |1       |true (ByValue, ByPropertyName)|

---

### Syntax
```PowerShell
Find-FormatView [-TypeName] <String> [<CommonParameters>]
```
