-
Posts
990 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jslate1980
-
Here is info on 365 groups https://support.office.com/en-us/article/Learn-about-Office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2. They are really easy to setup and lock down.
-
Hi we have this and it's great. https://www.gak.co.uk/en/fender-passport-conference/93899?gclid=CPa5nd7AxM8CFcSRGwodNMcHcA. Easy to setup and put away.
-
Why don't you use 365 groups instead?
-
Microsoft Classroom and office 365 group creation
jslate1980 replied to swiftv's topic in Cloud Services
I have had group creation locked down for a while but noticed this week if a teacher tries to create a class without group creation permission Microsoft classroom will error out. -
TBH I thought photos are only viewable with users on your tenant?
-
Hi has anyone who has a trial to Microsoft Classroom have a script to assign licences? Tried this Connect-MsolService $licenseObj = Get-MsolAccountSku | Where-Object {$_.SkuPartNumber -eq "MyTennant:CLASSDASH_PREVIEW"} $license = $licenseObj.AccountSkuId Get-MSOLUser -All | Set-MsolUserLicense -AddLicenses $license But for some reason it's only been added to 386 users. Jon
-
Well I ordered it today so sounds like rubbish to me. There is an online form you can fill in to purchase it.
-
My school uses 5i tbh looking forward to getting rid in October as we are moving away from our Cisco solution to Skype for business unified comms.
-
Hi For a while I have been holding off from migrating Salto server to a new 2012 vm. TBH it is still running on a windows server 2003 vm which I want to get rid of. My question is does anyone have any guidance on this?
-
So what was the issue and fix?
-
Hi Can anyone suggest a software package for creating staff and students ID badges, which needs to include a user database? I have a card printer and currently using ID pro 7 but cannot find the disks for the software. Jon
-
Also if these are hardened steel make sure you look at some decent drill bits.
-
Are these isis/Zioxi tables? We have them and they have VESA mount holes already on the bottom of the metal box.
-
Creating Limits on Mapped Home Folders
jslate1980 replied to angrycomputingteacher's topic in How do you do....it?
What OS is your file server running? If you are using 2012r2 are you using deduplication. Be careful as hard quotas are not supported with deduplication. -
I think most Microsoft press books are separated to the exam numbers now. I think Sybex still do complete study guides.
-
Isn't that just duplication. If they are a member of the 365 group they can access it. In what context would they need to download it?
-
I thought you could only add permission one at a time, through the gui. Found this powershell script http://www.lieben.nu/liebensraum/2015/08/setting-administrative-permissions-on-all-your-onedrive-for-business-accounts/ but you will need to install the powershell client components for sharepoint.
-
I have a preview of Microsoft classroom and SDS. Also currently creating the reports in sims that are needed by SDS. If you fancy a trip over to Richmond I am happy to show you what we are doing.
-
Hi just wondering if anyone has any technical guides on tvium network streaming box?
-
I have noticed since Monday when ever I deploy an image or try to push deploy the client the installation is corrupted. Looking at the client logs it gets to a point then tries to roll back.
-
ERA Licence and storing content on Office365 video portal
jslate1980 replied to jslate1980's topic in Cloud Services
Hi to get better clarification on this I contacted ERA. Here is their reply: Good afternoon, ERA have advised that at present servers must still be on site However they are looking at the cloud systems to see if this can be allowed under the licence in the future. -
delete all calendar entries from a shared calendar in exchange 2013
jslate1980 replied to jslate1980's topic in Scripts
Worked it out. I used this in exchange admin console. Search-Mailbox -Identity username -SearchQuery kind:meetings -DeleteContent -Force
