From 1c49d6ca14eb3bc3f0b83aa784597be4f41ec422 Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Fri, 25 Oct 2019 23:24:32 +0800 Subject: [PATCH] Update Get-RemoteProgram.ps1 --- Get-RemoteProgram/Get-RemoteProgram.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}