Skip to content

Commit

Permalink
Update GetGraphApplications.ps1 to specify application name for WDATP…
Browse files Browse the repository at this point in the history
… TVM Network scan agent
  • Loading branch information
PrzemyslawKlys committed Dec 1, 2024
1 parent d0cc014 commit 54e6d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/GetGraphApplications.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Connect-MgGraph -Scopes Application.ReadWrite.All

$Applications = Get-MyApp
$Applications = Get-MyApp -ApplicationName 'Application to manage WDATP TVM Network scan agent - 0c16c592b725f196aaf7bedfe6bad3ec4697b28e'
$Applications | Format-Table

$ApplicationsPassword = Get-MyAppCredentials
Expand Down

0 comments on commit 54e6d8e

Please sign in to comment.