Skip to content

Commit cd47bdb

Browse files
authored
Update Forensicator.ps1
1 parent feebb56 commit cd47bdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Forensicator.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,12 +720,11 @@ if ((gwmi win32_computersystem).partofdomain -eq $true) {
720720
#region MEMORY (RAM) CAPTURE ##########################################################################
721721
###########################################################################################################
722722

723-
Write-Host -Fore DarkCyan "[*] Capturing The RAM"
724-
725723

726724
if ($RAM) {
727725
# capture the RAM
728726
mkdir RAM | Out-Null
727+
Write-Host -Fore DarkCyan "[*] Capturing The RAM"
729728

730729
if ((gwmi win32_operatingsystem | select osarchitecture).osarchitecture -eq "64-bit"){
731730

0 commit comments

Comments
 (0)