Skip to content

Commit b9cfa64

Browse files
committed
add link
1 parent d5a7868 commit b9cfa64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TOOL-Get-NetFramework/Get-NetFramework.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ function Get-NetFramework {
2929
Invoke-WmiMethod -name GetDWORDValue -ArgumentList $hklm,$key,$value | select uvalue
3030
3131
#http://stackoverflow.com/questions/27375012/check-remote-wmi-and-remote-registry
32+
.LINK
33+
https://github.com/lazywinadmin/PowerShell
3234
#>
3335
[CmdletBinding()]
3436
PARAM (

0 commit comments

Comments
 (0)