Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Try the HAP.MyFiles.dll as well
  2. Remember to remove the section which says in the web.config file
  3. You can try putting in the upn of the hapconfig the FQDN of the DC you want to use. My domain at work is 2016 level though but we use WindowsAuthentication now and 10.6
  4. What do you get when you go to /hap/api/ad/roles/$username. If you don't get anything you may need to try upgrading the hap.ad.dll from the v10.6 pack
  5. Upgrading to v10.6's HAP.AD dll should solve the issue, it did for me
  6. I couldn't figure it out either. So I wrote an app to capture what clicking the sync button outputs Download the attached zip Export the exe and save it somewhere create a folder called temp in c:\ Using firefox (I don't know if chrome does it) go to the sharepoint site and click sync On the open with dialog choose open with another app Ask it to use the QueryString.exe app Ok You should find a onedrive.txt file in c:\temp which tells you what the command use was QueryString.zip
  7. Check the new staff is in all of the right AD groups. It could be someything to do with that.
  8. /showthread.php?t=179443
  9. I think I posted a powershell script last year for it. We still use it here. Sds powershell
  10. Try restarting the server as well. Some tea a windows update which requires a restart can cause it. Otherwise you need to disable the security on the setup.aspx page in the web.config file and navigate to that changing the admin password/username.
  11. You should see some lines in the web.config that allows access to api for *
  12. Hmm that shouldn't redirect to the login page. Sounds like something is missing from the web.config file. The api folder shouldn't need a user to be logged in to access.
  13. Does just /api give you anything?
  14. Have you removed the section from the web.config file? Any errors in the event log? What does /api give you?
  15. Yes it does. Edit the web.config file and remove the section that says remove for iis 8
  16. Ok, yep that's the way to do it.
  17. From a security point of view I would suggest changing any password he would of had access to. Even if you lock HAP+ down as suggested (which I wouldn't suggest as a common password isn't really security) he could still get into your network if they got into the school building.
  18. Edit the web.config file and look for the section and remove it
  19. Do you https offload?
  20. Can you try this HAP.AD dll and see if makes a difference.HAP.AD Debug.rar
  21. You will need to do some constrained delegation in ad on the other servers for that server. I had the same issue and that fixed it. Two services to do with file systen
  22. Edit the file in notepad and remove the lines it references and the dechecker section in javascript
  23. You will need to remove the direct edit features.
  24. Hi guys, this is the PS script I wrote Hope it helps userupdatescript.txt
×
×
  • Create New...