Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PoShMon
0.10.1
Functions/PoShMon.SharePoint/Get-SPResolutions.ps1
Function
Get-SPResolutions
{
[
CmdletBinding
(
)
]
Param
(
)
$tests
=
[string[]]
@(
"HighCPUWhileSearchRunning"
)
return
$tests
}