From fc2d6a6b0abbf67d39ce52cea4a6e98f9db48703 Mon Sep 17 00:00:00 2001 From: asheroto <49938263+asheroto@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:31:29 -0600 Subject: [PATCH] Fix incorrect alt data stream command --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2c8dbd5..8fe3f8b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,7 +46,7 @@ Get-ForensicUnallocatedSpace - gets the unallocated space on the specified parti ### Windows Artifacts ``` -Get-AlternateDataStream - gets the NTFS Alternate Data Streams on the specified volume +Get-ForensicAlternateDataStream - gets the NTFS Alternate Data Streams on the specified volume Get-ForensicEventLog - gets the events in an event log or in all event logs Get-ForensicExplorerTypedPath - gets the file paths that have been typed into the Windows Explorer application Get-ForensicNetworkList - gets a list of networks that the system has previously been connected to @@ -101,4 +101,4 @@ API documentation can be found [here].
-