aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/VolumeShadowCopyTools.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'Exfiltration/VolumeShadowCopyTools.ps1')
-rw-r--r--Exfiltration/VolumeShadowCopyTools.ps18
1 files changed, 2 insertions, 6 deletions
diff --git a/Exfiltration/VolumeShadowCopyTools.ps1 b/Exfiltration/VolumeShadowCopyTools.ps1
index 49fe22d..579dd0e 100644
--- a/Exfiltration/VolumeShadowCopyTools.ps1
+++ b/Exfiltration/VolumeShadowCopyTools.ps1
@@ -1,4 +1,4 @@
-function Get-VolumeShadowCopy
+function Get-VolumeShadowCopy
{
<#
.SYNOPSIS
@@ -10,7 +10,6 @@
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
- Version: 2.0.0
#>
$UserIdentity = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent())
@@ -35,7 +34,6 @@ function New-VolumeShadowCopy
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
- Version: 2.0.0
.DESCRIPTION
@@ -121,7 +119,6 @@ function Remove-VolumeShadowCopy
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
- Version: 2.0.0
.DESCRIPTION
@@ -180,7 +177,6 @@ function Mount-VolumeShadowCopy
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
- Version: 2.0.0
.DESCRIPTION
@@ -289,4 +285,4 @@ function Mount-VolumeShadowCopy
{
}
-} \ No newline at end of file
+}