Compare commits
No commits in common. "f173df46e4b13349e06106ab6a6269c6b2680a99" and "23a6f9dfd68af600be749118e509fca687808e0c" have entirely different histories.
f173df46e4
...
23a6f9dfd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
v1.8.6/*
|
||||
build/*.intunewin
|
||||
|
@ -1,11 +0,0 @@
|
||||
$ProgramName = "FortiClientVPN"
|
||||
#$ProfileName = "DEMO scloud" # Change to your Profilename!
|
||||
$ProgramVersion_target = '7.4.0.1658' # Set to version from MSI
|
||||
$ProgramPath = "C:\Program Files\Fortinet\FortiClient\FortiClient.exe"
|
||||
$ProgramVersion_current = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($ProgramPath).FileVersion
|
||||
#$RegPath = "HKLM:\SOFTWARE\Fortinet\FortiClient\Sslvpn\Tunnels\$ProfileName"
|
||||
#$RegContent = Get-ItemProperty -Path $RegPath
|
||||
|
||||
if(($ProgramVersion_current -eq $ProgramVersion_target) <#-and ($RegContent)#>){
|
||||
Write-Host "Found it!"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user