How to identify computers unprotected by F-Secure You can run a PowerShell script to identify computers in your organization that are not protected by F-Secure's PSB solution.
To identify unprotected computers:
- Download the PowerShell script from https://download.sp.f-secure.com/PSB/Utilities/Get-FsProtectionStatus.ps1
- Run the script.
Note: The script file contains all the details and instructions. You can open the file in a text editor or by running the following PowerShell command:
Get-Help .\Get-FsProtectionStatus.ps1 -Detailed
The script lists all enabled computers in an Active Directory and queries each of them via a WMI protocol.
A .csv file is created that shows a list of computers with their protection status.