Public/Get-LAPSPasswords.ps1
Function Get-LAPSPasswords { Get-LAPS | where {$_.stored -ne 0} | ft } |
Function Get-LAPSPasswords { Get-LAPS | where {$_.stored -ne 0} | ft } |