-
Posts
282 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Dan_ATR
-
Which SSL certificate company should I go for?
Dan_ATR replied to Dan_ATR's topic in Internet Related/Filtering/Firewall
So going by the tope 4 I have listed.... the diffrence is...???? -
Which SSL certificate company should I go for?
Dan_ATR replied to Dan_ATR's topic in Internet Related/Filtering/Firewall
I am using Lightspeed with Brourdband4 which I would love to leave and go back to RM. There filtering is absolutly rubish. Now RM have better pricing and AD group funcionality, when our contract ends, I will be going back to RM. -
Which SSL certificate company should I go for?
Dan_ATR replied to Dan_ATR's topic in Internet Related/Filtering/Firewall
Ok, ill try the free one for jokes then and see what happens. I need to only get what I need as this has not been budgeted for what so ever. Anything else for the same cost will be better. If I was doing this for my personal site, I would go for the full 22p banana but on this occation I am only going for the mashed up milkshake for 5p lol. -
Which SSL certificate company should I go for?
Dan_ATR replied to Dan_ATR's topic in Internet Related/Filtering/Firewall
With StartSSL, with the charge, is this annually or a one off cost for years? (look at image) Also, I only really need two certificates at the max. -
Which SSL certificate company should I go for?
Dan_ATR replied to Dan_ATR's topic in Internet Related/Filtering/Firewall
Im not using SSO, as people will be logging in via a web browser from home, over their personal laptop/desktop, using their wonderfull typing skills and memory loss. -
Hi everyone, So I have looked into getting an SSL certificate for our terminal RDP server and I am some what unsure as to which certificate from who to buy as the pricing is so drasticly diffrent. I have phoned the companys and they all say that they are all the same as eachother, yet I am just really unsure. Please advise. https://www.123-reg.co.uk = 123-SSL @ £86.38 Triennially https://www.godaddy.com = Standard SSL @ £140 Triennially https://www.vidahost.com = Essential SSL @ £140 Triennially https://www.thesslstore.co.uk = RapidSSL Certificate @ £31.18 Triennially
-
Iv changed my mind.... @Oaktech, could you pick me up lol. pllleeeaasseee....
-
Yes, let's do it. Let's grab the dog by its collar and ram it down the rabbit hole
-
Im coming.....
-
I wont think work will let me go. I only have the week after booked off. I'm a 37hr+ 52 Week worker none of this part time stuff like @Oaktech lol
-
Out of interest, what exactly is this for? @Oaktech, you can travel up with me if you wish in the Beemer.
-
Hello everyone, I have about had enough with trying to resolve all of the setup issues that Direct Access is creating me. Could some one please please help me out. At the moment I think I have bodg fixed most of the issues but the issue which I have at the moment is that Direct Access is telling me the following "Network Location Server | Critical | URL Availability" Please Advise.
-
DFS transitioning to an offline state when using Offline Files.
Dan_ATR replied to Dan_ATR's topic in Windows Server 2012
Installed this hot fix and made no diffrance Help... -
ahhh, its done somthing
-
Still will not go to the else section.
-
I dont know. Im only using what iv found on the web. Im not a power shell scripter lol. What would you recoment I do?
-
What am I doing wrong!!! I am trying to check the versions of the authui.dll and then if they are diffrent it needs to go to else and copy the file accross. The code in the else section works as I used it before but I dont want the script to copy accross the authui.dll on every boot. # 6.1.7601.18906 Clear-Host $VersionInfo = (Get-Item C:\Windows\System32\authui.dll).VersionInfo $FileVersion = ("{0}.{1}.{2}.{3}" -f $VersionInfo.FileMajorPart, $VersionInfo.FileMinorPart, $VersionInfo.FileBuildPart, $VersionInfo.FilePrivatePart) $FileVersion $FileVersion2 = 6.1.7601.17514 If ($FileVersion -eq $FileVersion2) { Write-Host "Already Updated!" exit } Else { Write-Host "Run script!" Stop-Process -name explorer Stop-Process -name LogonUI takeown.exe /F C:\Windows\System32\authui.dll icacls.exe C:\Windows\System32\authui.dll /grant Administrators:F Remove-Item C:\Windows\System32\authui.dll -recurse Start-Process explorer Copy-Item -Path .\authui.dll -Destination C:\Windows\System32\ Start-Process LogonUI }
