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 cdda611 commit 4fbe86c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/Get-PropertySet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

Get-PropertySet
---------------
### Synopsis
Gets the property sets

---
### Description

Gets the property sets. Property sets are predefined views of an object.

---
### Examples
#### EXAMPLE 1
```PowerShell
Get-PropertySet
```

#### EXAMPLE 2
```PowerShell
Get-PropertySet -TypeName System.Diagnostics.Process
```

---
### Parameters
#### **TypeName**

The name of the typename to get



|Type |Requried|Postion|PipelineInput|
|----------------|--------|-------|-------------|
|```[String[]]```|false |1 |false |
---
### Outputs
System.Management.Automation.PSObject


---
### Syntax
```PowerShell
Get-PropertySet [[-TypeName] <String[]>] [<CommonParameters>]
```
---


0 comments on commit 4fbe86c

Please sign in to comment.