Skip to content

Commit

Permalink
Adding Posh.Profiles.New() (Fixes #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Aug 1, 2023
1 parent 9f6975e commit 66e04f6
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions docs/Posh.Profiles.New.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
Posh.Profiles.New()
-------------------




### Synopsis
Creates a new profile



---


### Description

Creates a new profile, or returns an existing profile.



---


### Examples
#### EXAMPLE 1
```PowerShell
$Posh.Profile.New()
```



---


### Parameters
#### **WhichProfile**

Which profile should be created?
The default is the current user's current host.



Valid Values:

* AllUsersAllHosts
* AllUsersCurrentHosts
* CurrentUserAllHosts
* CurrentUserCurrentHost






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





---

0 comments on commit 66e04f6

Please sign in to comment.