Skip to content
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 @@ -8,7 +8,7 @@ schema: 2.0.0
# Disable-SPProjectQueueStatsMonitoring

## SYNOPSIS
{{Fill in the Synopsis}}
Disables monitoring Project Server queue statistics.

## SYNTAX

Expand All @@ -17,21 +17,23 @@ Disable-SPProjectQueueStatsMonitoring [-AssignmentCollection <SPAssignmentCollec
```

## DESCRIPTION
{{Fill in the Description}}
Disables monitoring Project Server queue statistics.

## EXAMPLES

### Example 1
```
PS C:\> {{ Add example code here }}
PS C:\>Disable-SPProjectQueueStatsMonitoring
```

{{ Add example description here }}
Disables monitoring Project Server queue statistics.

## PARAMETERS

### -AssignmentCollection
{{Fill AssignmentCollection Description}}
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.

When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.

```yaml
Type: SPAssignmentCollection
Expand Down