Skip to content

Commit

Permalink
Supporting Posh.Profiles
Browse files Browse the repository at this point in the history
Fixes #40, Fixes #57, Fixes #58, Fixes #59, Fixes #60
  • Loading branch information
StartAutomating authored and StartAutomating committed Jul 20, 2023
1 parent 9022fde commit 9462ada
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions docs/Posh.Profiles.Add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
Posh.Profiles.Add()
-------------------




### Synopsis
Adds content to a profile



---


### Description

Adds content to a PowerShell profile



---


### Parameters
#### **Content**

The content to add to your profile.






|Type |Required|Position|PipelineInput|
|---------------|--------|--------|-------------|
|`[ScriptBlock]`|false |1 |false |



#### **WhichProfile**

Which profile should the content be added to?
The default is the current user's current host.



Valid Values:

* AllUsersAllHosts
* AllUsersCurrentHosts
* CurrentUserAllHosts
* CurrentUserCurrentHost






|Type |Required|Position|PipelineInput|
|----------|--------|--------|-------------|
|`[String]`|false |2 |false |





---

0 comments on commit 9462ada

Please sign in to comment.