diff --git a/Get-RemoteProgram/Get-RemoteProgram.ps1 b/Get-RemoteProgram/Get-RemoteProgram.ps1 index f072a49..9cd7ba8 100644 --- a/Get-RemoteProgram/Get-RemoteProgram.ps1 +++ b/Get-RemoteProgram/Get-RemoteProgram.ps1 @@ -9,9 +9,9 @@ This function generates a list by querying the registry and returning the instal .NOTES Name : Get-RemoteProgram Author : Jaap Brasser -Version : 1.5.1 +Version : 1.5.2 DateCreated: 2013-08-23 -DateUpdated: 2019-08-03 +DateUpdated: 2019-10-25 Blog : http://www.jaapbrasser.com .LINK @@ -275,4 +275,4 @@ Will retrieve list of programs from the local system, while also retrieving Micr } } } -} \ No newline at end of file +}