Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 340 Bytes

File metadata and controls

11 lines (6 loc) · 340 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Security

Get-MgSecurityAttackSimulationTrainingLanguageDetail -TrainingId $trainingId -TrainingLanguageDetailId $trainingLanguageDetailId -Filter "locale eq 'en'" 

This example shows how to use the Get-MgSecurityAttackSimulationTrainingLanguageDetail Cmdlet.