Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Exch-Rest
3.49.0
functions/other/Set-EXRTracing.ps1
function
Set-EXRTracing
{
[
CmdletBinding
(
)
]
param
(
[
Parameter
(
Position
=
0
,
Mandatory
=
$false
)
]
[bool]
$Tracing
)
Begin
{
$Script:TraceRequest
=
$Tracing
}
}