Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2026-03-24 01:58:10 +00:00
parent 2356c60c26
commit 40a54bf631
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -99486,8 +99486,7 @@ credential-access:
'
prereq_command: |
$RequiredModule = Get-Module -Name DSInternals -ListAvailable
if (-not $RequiredModule) {exit 1}
if (-not $RequiredModule.ExportedCommands['DSInternals']) {exit 1} else {exit 0}
if (-not $RequiredModule) {exit 1} else {exit 0}
get_prereq_command: 'Install-Module -Name DSInternals -Scope CurrentUser -Force
'
+1 -2
View File
@@ -80806,8 +80806,7 @@ credential-access:
'
prereq_command: |
$RequiredModule = Get-Module -Name DSInternals -ListAvailable
if (-not $RequiredModule) {exit 1}
if (-not $RequiredModule.ExportedCommands['DSInternals']) {exit 1} else {exit 0}
if (-not $RequiredModule) {exit 1} else {exit 0}
get_prereq_command: 'Install-Module -Name DSInternals -Scope CurrentUser -Force
'
+1 -2
View File
@@ -96,8 +96,7 @@ Get-ADReplAccount -All -Server #{logonserver}
```powershell
$RequiredModule = Get-Module -Name DSInternals -ListAvailable
if (-not $RequiredModule) {exit 1}
if (-not $RequiredModule.ExportedCommands['DSInternals']) {exit 1} else {exit 0}
if (-not $RequiredModule) {exit 1} else {exit 0}
```
###### Get Prereq Commands