Update T1136.003.yaml (#3060)

Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
This commit is contained in:
Manuel Kuß
2025-02-21 23:17:36 +01:00
committed by GitHub
parent 1e2321f434
commit ddbb8208cf
+1 -1
View File
@@ -100,5 +100,5 @@ atomic_tests:
$password = "#{password}"
az ad user create --display-name $username --password $password --user-principal-name $userprincipalname
az ad user list --filter "displayname eq 'atomicredteam'"
cleanup_command: az ad user delete --id #{userprincipalname}
cleanup_command: az ad user delete --id "#{userprincipalname}"
name: powershell