Skip to content

Commit e81e287

Browse files
committed
k
1 parent 25719d2 commit e81e287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Admintoolbox.SecOps/Public/Get-SecOps.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ function Get-SecOps {
88

99
Write-Host "Investigation Functions" -ForegroundColor green
1010
Write-Host "Convert-Base64 ..Converts a base64 encoded string to plain text or vice versa and Write-Output" -ForegroundColor cyan
11-
Write-Host "Dismount-ProfileRegistry ..Dismounts local users registry hive" -ForegroundColor cyan
11+
Write-Host "Dismount-ProfileRegistry ..Dismounts local users registry hive" -ForegroundColor cyan
1212
Write-Host "Get-HiddenServices ..Retrieves and displays information about all hidden services on the system" -ForegroundColor cyan
13-
Write-Host "Mount-ProfileRegistry ..Mounts local users registry hive" -ForegroundColor cyan
13+
Write-Host "Mount-ProfileRegistry ..Mounts local users registry hive" -ForegroundColor cyan
1414
Write-Host " "
1515

1616
Write-Host "Policy Functions" -ForegroundColor green

0 commit comments

Comments
 (0)