Skip to content

Commit 0253662

Browse files
authored
Merge pull request MicrosoftDocs#1852 from nschonni/double-your
typo: Double word "your"
2 parents 6819d3f + f8db9df commit 0253662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For SharePoint Online in the SharePoint Online Management Shell, the module name
104104

105105
Either way, take note of your module name. You'll need it in the next steps.
106106

107-
### Step 5: Verify your your PSSession variable name
107+
### Step 5: Verify your PSSession variable name
108108
**Note**: This step is required in Exchange, Skype for Business Online and other products that use remote PowerShell in their connection instructions (one or more **xxx-xxxSession** commands are present). **If you're using SharePoint, SharePoint Online or another product that doesn't use remote PowerShell, you can skip this step**.
109109

110110
Check the details of your connection instructions, but your session information is stored in a variable. For example, in the Exchange connection instructions, the variable is `$Session`. You'll use this variable name in later steps.

repo_docs/UPDATE_CMDLETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After you've connected in PowerShell to the server or service (either in a regul
3232
Import-Module platyPS
3333
```
3434

35-
### Step 4: Verify your your PSSession variable name
35+
### Step 4: Verify your PSSession variable name
3636
This step is the same as in [Create new cmdlet topics](NEW_CMDLETS.md#step-5-verify-your-your-pssession-variable-name).
3737

3838
To recap: this step is required in Exchange, Skype for Business Online and other products that use remote PowerShell in their connection instructions (one or more **xxx-xxxSession** commands are present), and the value is most likely `$Session`.

0 commit comments

Comments
 (0)