We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feebb56 commit cd47bdbCopy full SHA for cd47bdb
Forensicator.ps1
@@ -720,12 +720,11 @@ if ((gwmi win32_computersystem).partofdomain -eq $true) {
720
#region MEMORY (RAM) CAPTURE ##########################################################################
721
###########################################################################################################
722
723
-Write-Host -Fore DarkCyan "[*] Capturing The RAM"
724
-
725
726
if ($RAM) {
727
# capture the RAM
728
mkdir RAM | Out-Null
+Write-Host -Fore DarkCyan "[*] Capturing The RAM"
729
730
if ((gwmi win32_operatingsystem | select osarchitecture).osarchitecture -eq "64-bit"){
731
0 commit comments