| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Security
$params = @{
dataSource = @{
"@odata.type" = "microsoft.graph.security.siteSource"
site = @{
webUrl = "https://m365x809305.sharepoint.com/sites/Design-topsecret"
}
}
}
New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource -EdiscoveryCaseId $ediscoveryCaseId -BodyParameter $params