From ddbb8208cf05d167c57c51fa3ce185aaf5d266e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ku=C3=9F?= <56392214+manuelkuss@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:17:36 +0100 Subject: [PATCH] Update T1136.003.yaml (#3060) Co-authored-by: Bhavin Patel --- atomics/T1136.003/T1136.003.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1136.003/T1136.003.yaml b/atomics/T1136.003/T1136.003.yaml index 1f0225ab..068e9dd8 100644 --- a/atomics/T1136.003/T1136.003.yaml +++ b/atomics/T1136.003/T1136.003.yaml @@ -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