snagrat
Members-
Posts
2,432 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by snagrat
-
Smoothwall help with SIP ALG
snagrat replied to snagrat's topic in Internet Related/Filtering/Firewall
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 -
Smoothwall help with SIP ALG
snagrat replied to snagrat's topic in Internet Related/Filtering/Firewall
Interesting. I was looking at the SIP Proxy settings section. Didn’t even know that other setting was there. Will give it a go -
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.
-
RMM Solutions - NinjaRMM, ManageEngine?
snagrat replied to TJ7's topic in Network and Classroom Management
SyncroMSP Priced per agent so great if you have lots of machines. -
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?
-
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?
-
-
Bill - I might have a solution for you. Will be in touch soon
-
Does it show in Intunes as having the profile assigned?
-
Do you have on-site Exchange server?
-
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)
-
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
-
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
-
Schoolsbroadband, speed issues, connectivity?
snagrat replied to Alastairb25's topic in Internet Related/Filtering/Firewall
Anyone else still getting poor performance since Friday? -
Schoolsbroadband, speed issues, connectivity?
snagrat replied to Alastairb25's topic in Internet Related/Filtering/Firewall
Down or slow? My LL is down is via Sky I think -
Schoolsbroadband, speed issues, connectivity?
snagrat replied to Alastairb25's topic in Internet Related/Filtering/Firewall
I have a site down and not getting a response from support. Other sites are ok and speeds are good -
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.
-
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
-
Preferred Aad Tenant Domain Name with multiple domains in tenant
snagrat replied to tcable's topic in Cloud Services
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 -
Anyone else getting default/default on the policy this morning and cannot access internet?
-
I've just fired tickets in for each issue from each school. Hopefully they will acknowledge an issue soon
-
So it is a problem….? Just use the International media and it is no longer a problem
-
If you use UK (or British International it used to be called) media this isn’t a problem is it?
-
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.
