Jump to content

Dan_ATR

Members
  • Posts

    282
  • Joined

  • Last visited

Everything posted by Dan_ATR

  1. So going by the tope 4 I have listed.... the diffrence is...????
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. Iv changed my mind.... @Oaktech, could you pick me up lol. pllleeeaasseee....
  8. Yes, let's do it. Let's grab the dog by its collar and ram it down the rabbit hole
  9. Im coming.....
  10. 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
  11. Out of interest, what exactly is this for? @Oaktech, you can travel up with me if you wish in the Beemer.
  12. yer done that - - - Updated - - - Now to test it on a laptop over my phones internet connection
  13. But its now complaining about the https://DirectAccess-NLS.kinsonprimary.co.uk/insideoutside.
  14. The certificate was not in the trusted certificate authority. Now it can access the page fine.
  15. directaccess-corpConnectivityHost (both IPv4 and IPv6 records) DirectAccess-NLS (both IPv4 and IPv6 records) directaccess-WebProbeHost Yep got these.
  16. I m using the DA server as the NLA server. But I can use a separate web server as the NLA if needed.
  17. 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.
  18. Installed this hot fix and made no diffrance Help...
  19. ahhh, its done somthing
  20. Still will not go to the else section.
  21. 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?
  22. 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 }
×
×
  • Create New...