Skip to content

Commit

Permalink
Updating EZOut.HelpOut.ps1 (changing import logic) (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jul 25, 2022
1 parent 4fbe86c commit 1a1cd65
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/Import-FormatView.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

Import-FormatView
-----------------
### Synopsis
Imports a Format View

---
### Description

Imports a Format View defined in .format or .view .ps1 files

---
### Related Links
* [Write-FormatView](Write-FormatView.md)
---
### Parameters
#### **FilePath**

|Type |Requried|Postion|PipelineInput |
|----------------|--------|-------|---------------------|
|```[String[]]```|true |1 |true (ByPropertyName)|
---
### Syntax
```PowerShell
Import-FormatView [-FilePath] <String[]> [<CommonParameters>]
```
---


0 comments on commit 1a1cd65

Please sign in to comment.