Skip to content

Commit 95d54f9

Browse files
markup fix attempt MicrosoftDocs#3
1 parent 2032d1b commit 95d54f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Core/New-PSSessionConfigurationFile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Creates a file that defines a session configuration.
1515

1616
## SYNTAX
1717

18-
```
18+
```powershell
1919
New-PSSessionConfigurationFile [-Path] <String> [-SchemaVersion <Version>] [-Guid <Guid>] [-Author <String>]
2020
[-Description <String>] [-CompanyName <String>] [-Copyright <String>] [-SessionType <SessionType>]
2121
[-TranscriptDirectory <String>] [-RunAsVirtualAccount] [-RunAsVirtualAccountGroups <String[]>]
@@ -68,7 +68,7 @@ Customized sessions that include the cmdlets, functions and scripts that technic
6868

6969
### Example 2: Restricting Language in a Session
7070

71-
The first pair of commands uses the **New-PSSessionConfigurationFile** cmdlet to create two session configuration files. The first command creates a no-language file. The second command creates a restricted-language file. Other than the value of the *LanguageMode* parameter, the session configuration files are equivalent.
71+
The first pair of commands uses the **New-PSSessionConfigurationFile** cmdlet to create two session configuration files. The first command creates a no-language file. The second command creates a restricted-language file. Other than the value of the *LanguageMode* parameter, the session configuration files are equivalent.
7272

7373
```powershell
7474
New-PSSessionConfigurationFile -Path .\NoLanguage.pssc -LanguageMode NoLanguage ;

0 commit comments

Comments
 (0)