Jump to content

snagrat

Members
  • Posts

    2,432
  • Joined

  • Last visited

Everything posted by snagrat

  1. I have my three phones set to allow all ports to all destination, just the voice not working. Not even one way. Will be turning off SIP complete tomorrow to see if it helps
  2. Interesting. I was looking at the SIP Proxy settings section. Didn’t even know that other setting was there. Will give it a go
  3. I am supporting a school who have Airband internet and a S8 appliance. I need to install some phones. The phones connect to an external PBX over 5060 and show as online but when they ring there is no voice. Most firewalls have a simple way to disable SIP ALG but the Smoothwall seems more complicated. I think it is the ALG that is not allowing the voice. Can anyone explain how I would do it? I have 3 networks from what I can tell - internal, external and bridged.
  4. As above. You can Save As. Never used to be, you had to export and import to do it but Save As has been there a while now
  5. SyncroMSP Priced per agent so great if you have lots of machines.
  6. OK figured it out. Seems this works from the original try: Get-ADGroupMember -Identity "GroupA" -server 'DomainA' | ForEach-Object {Add-ADGroupMember -Server 'DomainB' -Identity "GroupB" -Members $_} Not sure what it means when it ends -Members $_ assume it means it will use the default returned attribute?
  7. I want to get all members from a group in DomainA, and add them to a group in DomainB. I can do the process manually and it works, so the trust is all good. The follow returns an error: Get-ADGroupMember -Identity "GroupA" -server 'DomainA' | ForEach-Object {Add-ADGroupMember -Server 'DomainB' -Identity "GroupB" -Members $_.distinguishedName} The error is "Add-ADGroupMember : Cannot find an object with identity: 'xxxx' under: 'DC=DomainB,DC=local' I haven't got far on the web apart from this script that works but requires the username is inputted - which I do not know until I get them from the GroupA $DomainA = 'DomainA.local' $DomainB = 'DomainB.local' $UserName = 'joe.bloggs' $GroupName = 'GroupB' $User = Get-ADUser -Identity $UserName -Server $DomainA $Group = Get-ADGroup -Identity $GroupName -Server $DomainB Add-ADGroupMember -Identity $Group -Members $User Can any suggest something I can try?
  8. Bill - I might have a solution for you. Will be in touch soon
  9. Does it show in Intunes as having the profile assigned?
  10. Do you have on-site Exchange server?
  11. I suppose the bit I didn’t mention was after verification you will get more DNS records to add. The wizard will check these are set correctly for you. (But good suggestion regarding DMARC that isn’t included in the above wizard)
  12. Was there any more news on this? I would be interested in an 8 port PoE switch and AP. We have just installed a building that needs WiFi. We have lots of the MS120-8P across the trust so an extra one would help save us some money along with a MR44. Then I would only need to buy a PtP link to get them up and running
  13. Rather easy. Add the domain to 365 and it will create a TXT record for verification. Add this to your DNS records on the domain to prove ownership. Once added you can then add users with either domain or add the other domains as an alias
  14. Anyone else still getting poor performance since Friday?
  15. Down or slow? My LL is down is via Sky I think
  16. I have a site down and not getting a response from support. Other sites are ok and speeds are good
  17. When you sign up if Microsoft don’t believe you are edu then you will need to prove yourself. Microsoft support will contact you to do this and if you qualify they will then convert the tenant status. If they don’t, create a support ticket.
  18. Get applied at the next sync, which could be anything up to 8 hours I believe. If you sign out and in as a Pupil then the Staff policy will remain until the sync runs again and it pulls the pupils config
  19. Can you give the other users an alias in the more common domain? If so, this may help https://learn.microsoft.com/en-us/entra/identity/authentication/howto-authentication-use-email-signin Not sure if it works for AAD Joined devices but in theory should
  20. Anyone else getting default/default on the policy this morning and cannot access internet?
  21. I've just fired tickets in for each issue from each school. Hopefully they will acknowledge an issue soon
  22. So it is a problem….? Just use the International media and it is no longer a problem
  23. If you use UK (or British International it used to be called) media this isn’t a problem is it?
  24. I sync AD to 365, including passwords. I then auto provision users from 365 into Google. Then GADS (might have a new name now) will sync and move users between OUs. GADS would create the user if it runs before ADConnect. But I only run it at weekend as no-one will join us with less notice than that.
×
×
  • Create New...