Core/Get-CiFileHashes.psm1

Function Get-CiFileHashes {
    param (
        [Parameter(Mandatory = $false)][System.IO.FileInfo]$FilePath
    )
    Write-Host -ForegroundColor Green -Object "This function's job has been completely added to the new AppControl Manager app. It offers a complete graphical user interface (GUI) for easy usage. Please refer to this GitHub page to see how to install and use it:`nhttps://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager"
}