-
Posts
1,074 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by kevin_lane
-
I was wondering if some of you might be willing to share your Desktop backgrounds for Staff and Pupils, just trying to get some inspirational ideas (*Laughs*)
-
I opened phone there support awhile back actually spoke to someone, told him the problem and said he was going to open a support ticket Which he did bless him A week later I gets an email saying my issue was resolved ???? I was waiting for someone from higher up to ring me to help me with the problem !! Never did get that phone call lol
-
Nope I’ve told our users that if they want to save it then you save it in your home drive otherwise it gets deleted and that goes for logging in and off same for excluding documents , pictures , downloads , videos , music - ms teams app data , zoom from the roaming profiles
-
Do we have any Firefly VLE Schools here ?
-
yea we sacked the devices off
-
so we have some major issues with logging on atm; im trying to find a decent script that deletes the AppData for Microsoft\Teams to run on the server does anyone have anything to share
-
Do you have any block inheritance or is there a policy overriding another policy for the same setting ? Is ad replicating OK? Do you have any strange WMI filters? Have you tried removing the device from the domain and back on again ? - this removes all policies from the device when dropped off
-
Had to change the inbound spam filter from 7 to 6 and that seemed to fix if
-
so been testing some mailbox and noticed that when I send a test email from my personal account outlook it goes into the junk, but when its from the school it goes into the inbox (which should be right ) but don't understand why it would treat outlook.com as junk ?
-
does anyone have any good scripts that removes all trace MS Teams ?
-
This part of the script below is the group that is sync'd with your on prem ad, you can find this from the azure ad portal and look under the object ID xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx you will need to make sure the first column has the test URL in the cell and then the one drive links underneath it will then loop through all of the exported home drives from the csv file $Group = "C:0t.c|tenant|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" $TenantUrl = "https://xxxxxxxxxx-admin.sharepoint.com" Connect-SPOService -Url $TenantUrl Import-Csv C:\Users\xxxxx\Desktop\HomeDrives\SharePoint\test.csv | ForEach-Object { $URL = $_.url Set-SPOUser -Site $URL -LoginName $Group -IsSiteCollectionAdmin $true Write-Host "Applying Permission on: " $URL } run this powershell code in a test environment and I take no responsibility for any errors
-
I exported all of our pupils one drive links and then used a power shell script to add our teaching staff ad group to all our users one drive site collection (not teaching staff as site collection admin) just on the pupils part
-
We use the /d:5 with a schedule task and seem fine
-
anyone used this command to move move the FMSO roles Move-ADDirectoryServerOperationMasterRole -Identity "Target-DC" -OperationMasterRole 0,1,2,3,4 if so how did it go ?
-
I agree with the comment above If your distance is only a few meters putting in fibre is a waste of time and expense
-
What happens when you put in the full fqdn rather than IP address
- 4 replies
-
- dns
- windows 10 education
-
(and 1 more)
Tagged with:
-
Do we have a launch date for the new site - ? More importantly will we have a launch party 🥳
-
So we have now a hybrid solution for moving our mailboxes from on-prem to off prem I've created a test account and the mailbox and migrated the mailbox last night from on-prem to off-prem and this morning trying to carry on with the testing these are my results Migrated [email protected] mailbox > Office 365 = success Tests Email from internal to staffuser = ok Staffuser to internal = ok General school email (all staff emails) still being received = ok My personal email to staffuser = ok (however goes to junk) Staffuser reply to personal email = ok (goes to my main inbox) Ictsupport (internal) email to staffuser = ok Reply to ictsupport from staffuser = error 550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient [email protected] not found by SMTP address lookup Authentication-Results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=xxx.xxxx.xxx.xxx; Received: from DB8P190MB0780.EURP190.PROD.OUTLOOK.COM (2603:10a6:10:124::19) by DBAP190MB0821.EURP190.PROD.OUTLOOK.COM (2603:10a6:10:1b3::6) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4713.22; Fri, 26 Nov 2021 09:17:25 +0000 Received: from DB8P190MB0780.EURP190.PROD.OUTLOOK.COM ([fe80::bd:1472:7081:f2a5]) by DB8P190MB0780.EURP190.PROD.OUTLOOK.COM ([fe80::bd:1472:7081:f2a5%3]) with mapi id 15.20.4734.022; Fri, 26 Nov 2021 09:17:25 +0000 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: binary i've done a google search and came across this https://docs.microsoft.com/en-us/exchange/troubleshoot/email-delivery/recipientnotfound-ndr is this correct ??
-
Yea we had this issue for our staff and wanted to use a credit / debit card to verify age, whilst I tried to explain that given that we have explicitly defined the age range within Google We should not be forced to have to provide an extra layer of validity But he was just quoting its nothing to do with us!! I replied Yes it is! And then the call ended I understand why but they have dropped the ball on this one.
-
Some of our ict staff are using Google sheets and macros, works fine for staff but for pupils they don’t seem to have the same drop down function I can’t see anything or any place to configure Google sheets, could be looking in the wrong place. Anyone ever came across this or know how to enable the macros (not that I want them to use it lol)
-
https://petri.com/7-steps-to-migrate-windows-2012-r2-domain-controllers-to-windows-server-2019 Have a read of this, not sure if it will help or not
-
I think we had a similar issue when when jumping from 2008 I think to 2012 server and wanted to manage the servers from a win7 box, or something of that nature anyway It just didn’t like it I did try and look at trying to resolve the issue at the time but we was upgrading anyway Try reinstalling your RSAT tools Or this Open "Window Security" Open "App & Browser control" Click "Exploit protection settings" at the bottom Switch to "Program settings" tab Locate "C:\WINDOWS\System32\vmcompute.exe" in the list and expand it Click "Edit" Scroll down to "Code flow guard (CFG)" and uncheck "Override system settings" Start vmcompute from powershell as administrator net start vmcompute Restart Start Hyper-V Manager as administrator
-
what settings have you got for the ad sync application
