Public/Get-LAPSMissingPasswords.ps1

Function Get-LAPSMissingPasswords
{
    Get-LAPS | where {$_.stored -eq 0} | ft
}