-
Posts
990 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jslate1980
-
Microsoft Training - Online vs Classroom
jslate1980 replied to dcwhitworth's topic in Courses and Training
If you sign up for Visual Studio Dev Essentials. You get 6 months free access to Pluralsight. Just go to here https://www.visualstudio.com/en-us/products/visual-studio-dev-essentials-vs.aspx. There training videos cover a lot of topics not just web development. -
I have access to class room preview but not SDS? Did you have to sign up separately?
-
Hi I'm recabling a couple of rooms over the summer and looking for a companies who sell networking parts. I have used amp netconnect stuff before and really like the separate modules and keystone shutters. I've tried cpc, hills components and screwfix but they all sell fixed modules with shutters attached. Any suggestions?
-
Hi has anyone got any guidance on renewing SSL certificate on a exchange 2013 hybrid environment. I have added the wildcard SSL to the exchange server, adfs, web proxies and ran the hybrid configuration utility again but I am having a few mail flow issues. Think it's To do with TLS. Also cannot connect to exchange online through powershell.
-
You could redirect the desktop to a local folder on the hard drive. But set read only permission to the folder so they cannot save to it. We redirect the start menu this way.
-
Hi I am currently trying to enable auditing of mailboxes on all non-owner mailbox access. I know I have to run these powershell cmds:- $UserMailboxes = Get-mailbox -Filter {(RecipientTypeDetails -eq 'UserMailbox')} $UserMailboxes | ForEach {Set-Mailbox $_.Identity -AuditEnabled $true} I have over 1000 mailboxes to change so what do I need to change with the script for it to work? Regards Jon
-
Around 6 weeks. It got moved between Microsoft departments.
-
We had this issue after the Christmas holidays. Had a call in with Microsoft sharepoint team. After a couple of months the issue kind of fixed itself. Suggest you contact Microsoft and capture the issue using fiddler.
-
Does it bring up any certificate errors when redirected from office365 to your adfs login page?
-
When is your SSL certificates up for renewal?
-
Hi With Microsoft enabling Yammer licences for all users, I have had a few issues with removing access to it this week. The idea of having an internal social network within a school makes me nervous, but I am just wondering is anyone using yammer in schools? What are you using it for? And how are you keeping it moderated? Jon
-
After removing the yammer licenses onsite I found it wasn't stopping students who had already logged onto yammer from accessing it. After a Microsoft call I was told you have to enforce license restriction. To do this go to Admin > Yammer > Security Settings > Tick the Enforce the office 365 identity > select ok and then save. Block Office 365 users without Yammer licenses tick box will appear underneath > Tick the box > select ok and then save.
-
Hi I would suggest not using apearce script on his blog, as when I tried it I found it didn't work but randomly it removed a few staff members exchange licences.
-
Please could I have a copy?
-
Multipurpose (flip?) desks... recommendations?
jslate1980 replied to Ben_Stanton's topic in How do you do....it?
We have the same desks as above. We have had some major design flaws with these tables that if you put enough weight on the top, it will will bottom out. Due to the cost we are replacing table tops and with kitchen work tops. As we use ultra small format factor pc's we are just going mount them to the bottom of the work top. Estimated cost £1200 a classroom compared to £10000 to replace the desks for one classroom. -
Hi I am currently asking staff to use sims intouch record communication between parents and staff. My question is when you select send and log is there a way of viewing the entire content of the email that is sent out other than a just having a summary view? Regards Jon
-
If you are using mdt to capture and image you could use powershell script in the task sequence to remove apps during deployment.
-
Are you a physical or virtual machine to capture? What powershell script are you using to remove the in built apps? I had the same issue when capturing Windows 8.1 image.
-
What version of Windows 10 are you capturing? LTSB or education. If education have you remove have you removed the built-in apps?
-
Did you check the sysprep log as suggested in the error message?
-
Multipurpose (flip?) desks... recommendations?
jslate1980 replied to Ben_Stanton's topic in How do you do....it?
I would stay away if I was you. My school have Isis tables for a few years and they have been nothing but trouble. Mostly caused by kids putting heavy bags or sitting on them. They expensive to maintain. -
Hi I am just finalising our image deployment to SCCM2012r2 from WDS. So far I have added a query in unknown computers to add computer name during image installation which works fine. Deploying to new computers is working great. My only concern is what happens when I deploy a image to a computer that is already in Active directory? When the task sequence adds the computer to the network will it create a new object in AD or will it use the existing computer name that's added? Do I need to delete the existing AD Object before image deployment? Regards Jon
-
What products are you using for dual factor authentication?
-
Hi Currently my work environment has 32bit windows 8.1 installed on all computers except for mine and my technicians. Over the last year every computer I have purchased has only come with 64bit drivers, which is leading me to the point of looking at deploying 64 bit os, but unfortunately not all of the computers onsite will be able to run a 64bit OS. Basically I am wondering if I create two separate group policies for users start menu redirection but use a wmi query (one applying to win 8.1 32bit and one to 64bit) to differentiate the program shortcuts at login will this work?
