Skip to content

Update Set-SPInfoPathFormsService.md #632

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Apr 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,18 @@ For permissions and the most current information about Windows PowerShell for Sh

### --------------EXAMPLE 1-----------------
```
C:\PS>Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true -AllowUserFormBrowserRendering $false
PS C:\>Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true -AllowUserFormBrowserRendering $false
```

This example modifies the AllowUserFormBrowserEnabling and AllowUserFormBrowserRendering parameter values.


### --------------EXAMPLE 2-----------------
```
C:\PS>Set-SPInfoPathFormsService -AllowViewState $true -ViewStateThreshold 40961
PS C:\>Set-SPInfoPathFormsService -AllowViewState $true -ViewStateThreshold 40961
```

This example modifies the AllowViewState and ViewStateThreshold parameter values.


## PARAMETERS

### -ActiveSessionTimeout
Expand Down Expand Up @@ -441,7 +439,9 @@ Accept wildcard characters: False
```

### -MaxSizeOfUserFormState
{{Fill MaxSizeOfUserFormState Description}}
Specifies the value of the maximum size in kilobytes of session state an instance of a browser-enabled InfoPath form template can use. The default value is 4096.

The type must be a non-negative integer and less than or equal to 999999.

```yaml
Type: Int32
Expand Down