Skip to content

Commit

Permalink
fix: add param description
Browse files Browse the repository at this point in the history
  • Loading branch information
velkovb committed Sep 20, 2020
1 parent a39a468 commit 3b5718a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docset/windows/storage/Enable-PhysicalDiskIdentification.md
Expand Up @@ -89,7 +89,9 @@ Accept wildcard characters: False
```

### -CimSession

Runs the cmdlet in a remote session or on a remote computer.
Enter a computer name or a session object, such as the output of a [New-CimSession](https://docs.microsoft.com/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
The default is the current session on the local computer.

```yaml
Type: CimSession
Expand Down Expand Up @@ -134,8 +136,9 @@ Accept wildcard characters: False
```

### -ThrottleLimit


Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
```yaml
Type: Int32
Parameter Sets: (All)
Expand Down Expand Up @@ -165,7 +168,7 @@ Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

Expand Down

0 comments on commit 3b5718a

Please sign in to comment.