Search

ConstrainedLanguage mode is not documented in the New-PSSessionConfigurationFile help topic by Aleksandar Nikolić

Active

3
0
Sign in
to vote
Type: Bug
ID: 770124
Opened: 11/5/2012 12:31:39 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
-LanguageMode<PSLanguageMode>
Valid values are:

-- FullLanguage: All language elements are permitted.
-- NoLanguage: Users may run cmdlets and functions, but are not permitted to use any language elements, such as script blocks, variables, or operators.
-- RestrictedLanguage: Users may run cmdlets and functions, but are not permitted to use script blocks or variables except for the following permitted variables: $PSCulture, $PSUICulture, $True, $False, and $Null. Users may use only the basic comparison operators (-eq, -gt, -lt). Assignment statements, property references, and method calls are not permitted.


ConstrainedLanguage mode is missing.

Details (expand)
How often does this happen?
Always Happens
Have you seen this problem before in this product?
No, this is new to the most recent version
Reproduction Steps
 
Expected Results
 

Where do you see this documentation issue.

TechNet Library
On the box help (available with get-help)
File Attachments
0 attachments
Sign in to post a comment.
Sign in to post a workaround.