neonetman
Members-
Posts
424 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by neonetman
-
Back when we were using just on-prem Exchange, all of our student mailboxes had access delegated to a "student mailbox access" security group ( so IT and safeguarding staff could easily access their mailboxes if needed). Since we migrated these mailboxes to O365, this permission has disappeared. How can I add back permission for this group as the EAC doesn't seem to allow me to.
-
We use GLPI (http://www.glpiproject.org) with multiple "entities" and mail receivers. Business rules will then put tickets into the right entity depending on which email receiver they came from
- 34 replies
-
- 1
-
-
- fault reporting
- helpdesk
-
(and 2 more)
Tagged with:
-
We're currently having a few issues with students inviting other students into Teams classes. Whilst the use is still sat pending approval, it is causing some disruption. Is there any way of preventing students from being able to invite others?
-
I'm not sure - but it does appear to be specific to an individual PC. If it was related to being logged on elsewhere, I would expect it to move depending on where they logged in first
-
I'm not sure - I'll need to check - - - Updated - - - THere is no error - Teams just doesn't load
-
We currently have Teams deployed via the machine wide installer MSI, and are needing to upgrade to the most recent app * I tried installing the new app, and was told I had to uninstall the old one first If I roll out a script to uninstall the old team wide installer, and install this one will this trigger a re-install for each user when they next log in? Will I need to remove anything from the users' appdata folders prior to doing this?
-
I've had a couple of cases of a member of staff being unable to load Teams client on a PC, and am struggling to find the root cause, and resolution:- * All staff have redirected documents/desktop/appdata folders (via GPO) * STaff profiles are local * Office 2019 Pro PLus is deployed to all PCS * Teams machine wide installer is installed on all PCs * "User" can log on to any other PC and Teams works fine * Any other user can log on to this PC and Teams works fine * I have deleted the users local profile from the PC and this has made no difference I'm at a loss where to look next, as in theory this should have covered all eventualities
-
Enable-remotemailbox for all accounts in an OU
neonetman replied to neonetman's topic in Enterprise Software
I've tried running using searchbase, and it's still giving me errors:- Get-ADUser -SearchBase "OU=2021,OU=Students,OU=Users,OU=SCHOOL,DC=ad,DC=DOMAIN,DC=org,DC=UK" -filter "ObjectClass -eq 'user'" | Enable-RemoteMailbox $_.SamAccountName -RemoteRoutingAddress "$($_.SamAccountName)@TENANT.mail.onmicrosoft. com" Cannot bind argument to parameter 'Identity' because it is null. + CategoryInfo : InvalidData: ( [Enable-RemoteMailbox], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Enable-RemoteMailbox + PSComputerName : ex02.ad.DOMAIN.org.uk -
Enable-remotemailbox for all accounts in an OU
neonetman replied to neonetman's topic in Enterprise Software
Thankyou @snagrat Next question would be whilst SamAccountName is great for privisioning students mailboxes (where username and email adress match). For staff mailboxes, the staff logon to the domain using the SamAccountName, however their O365 login and email address are based on the userPrincipalName. Is there a way to extract just the UPN without the domain name on the end, to use that for the remote routing address? -
Enable-remotemailbox for all accounts in an OU
neonetman replied to neonetman's topic in Enterprise Software
So this is the actual script:- $Users = Get-User -OrganizationalUnit "ad.DOMAIN.org.uk/SCHOOL/Users/Students/2021"ForEach ($User in $Users) { Get-ADUser $User | Enable-RemoteMailbox $_.sAMAccountName -RemoteRoutingAddress "$($_.sAMAccountName)@tenant.mail.onmicrosoft.com" } and the error is:- Get-ADUser : Cannot bind parameter 'Identity'. Cannot convert the"ad.DOMAIN.org.uk/SCHOOL/Users/Students/2021/USERNAME" value of type"Microsoft.Exchange.Data.Directory.Management.User" to type "Microsoft.ActiveDirectory.Management.ADUser".At C:\scripts\test.ps1:4 char:14+ Get-ADUser $User | Enable-RemoteMailbox $_.sAMAccountName -RemoteRo ...+ ~~~~~ + CategoryInfo : InvalidArgument: ( [Get-ADUser], ParameterBindingException + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.ActiveDirectory.Management.Commands.GetADUser (Obviously I've sanitised the code and the error to remove our actual structure) -
I'm trying to work our a script that will read every account in an OU and issue the following command against them if they don't already have a mail enabled account:- Enable-RemoteMailbox -identity $username -RemoteRoutingAddress $mailalias@{tenant}.mail.onmicrosoft.com I have a script to run manually that will prompt for usernamd and mailalias, however I'd like to automate this to run on a full OU I've come across this, but it errors:- [color=#859900 !important][font=Menlo]Get-ADUser [/font][/color][color=#93A1A1][font=Menlo]username | Enable-RemoteMailbox [/font][/color][color=#268BD2 !important][font=Menlo]$_[/font][/color][color=#93A1A1][font=Menlo].sAMAccountName -RemoteRoutingAddress [/font][/color][color=#2AA198 !important][font=Menlo]"[/font][/color][color=#CB4B16 !important][font=Menlo]$([/font][/color][color=#268BD2 !important][font=Menlo]$_[/font][/color][color=#93A1A1][font=Menlo].sAMAccountName[/font][/color][color=#CB4B16 !important][font=Menlo])[/font][/color][color=#2AA198 !important][font=Menlo]@tenant.mail.onmicrosoft.com" As my powershell skills are a bit sketchy, I'm struggling to know what to change to get it to work[/font][/color]
-
We use Veyon - advantage is it's free
-
With our recent OVS renewal we have again kept Microsoft 365 apps for students and faculty, along with Office 365 A1 fro students and faculty as these are included in our license costs. I have recently read that Eschange Online plan 2 is also free so have requested that be added to our plan so we can use the in place hold feature My question is, what other O365 subscriptions are available free to Education that I may be able to make use of, but need to request to be added? And go....
-
Good morning, I have a strange issue with access to a mailbox in our Hybrid setup We have 2 users with O365 mailboxes needing to access a mailbox on the on-premise server (we can't move this mailbox as it has a UM plan attached). One of the users is getting access as normal (as they always have had), whilst the other has lost access. I have added permissions to a couple of test users to try and replicate the issue, yet they work absolutely fine. I'm at a loss what could be the cause of this. * 96tho***** still has access * 96Fur***** has lost access I have tested with 19d*** and 96d*** and they both work
-
Now we have the majority of our mailboxes on O365, and our MX records set to O365 I'm looking at removing our Edge server, and routing traffic for those last few on-prem mailboxes direct from O365 to the main Exchange server. I've tried just changing the SMTP route on the firewall to point to the internal Exchange server, however nothing seems to hit the queue on there. Is there something else I need to do to remove the Edge server to ensure the Exchange server can receive messages?
-
I've removed all mailboxes from a database in Exchange 2016, however I'm still getting an error when trying to remove the database. I've googled, and checked for the various types of mailbox but still get an error. (see below).
-
I recently set up a hybrid configuration for our Exchange, aiming to migrate all our staff mailboxes to O365, whilst leaving student mailboxes on premises. I'm having some big issues with getting mailboxes to migrate.. some have gone fine, whilst others fail part way through with "Too many transient failures". I'm struggling to work out what is causing this, and how to resolve it. Can anyone suggest how I can progress with this, as it has now been flagged as a high priority project
-
Thankyou - that's cubase and the e-licenser now installing correctly, however I'm still having an issue with Sibelius. I've setup the PSAppDeployToolkit and am trying to install it usign that however I'm getting an error on screen. Initially it referenced the '/qn' paramter as wrong, so I amended the install code to rmeove that parameter, and it then reference the LSINFo paramter (see below for code and error message) Execute-Process -Path ‘Install_Sibelius.exe’ -Parameters ‘/s /v LSINFO=10.138.8.9’ -WindowStyle Hidden##Execute-Process -Path ‘Install_Sibelius.exe’ -Parameters ‘/s /v /qn LSINFO=10.138.8.9’ -WindowStyle Hidden
-
The 2 most recent instances are myself, and the heads PA -
-
We are using Kyocera copiers to print from, and are running the proper Kyocera 8353ci KX driver downloaded from their site
-
Always the end of a word, but yes can be mid line. Always lower case Ls, and different fonts. Doesn't happen with PDF Same file doesn't always do it - it's seemingly random
-
I've a bit of a strange issue with printing word documents. Occasionally when printing a document, it will drop the last 'l' from a word on the print. It's always an 'l', and it's always on the end of a word. I've no idea what is causing this, as it is random - different documents, different forms, some just letters created in house Can anyone point me in the direction of what could be causing this?
-
Okay - I've managed to get that all working, however I'm struggling to get the eLicenser software to do a silent install - it still pops up asking me to trust Steinberg. Any thoughts on this?
-
I have some pieces of music software that can't easily be silently installed (sibelius/cubase with all the addons), making it difficult to do a slim deployment of windows to these machines. is there a method whereby I can effectively scan a PC before and after install to identify changes made (similar to an app-v setup), so I can package the results into an SCCM task sequence?
-
We are trialling the internet addon module in Veyon, yet no matter which option we use in configurator, when we try and block internet on a client although it correctly block traffic directly from the browser, however any traffic which is directed to our (non-transparent) proxy still gets through. I have tried adding the proxy port into configurator in firewall mode, along with specifying the proxy address. In routing table mode I have tried both options, again specifying the proxy address. I'm at a loss how to get this to work as we don't have the option at present to switch to transparent proxy. Can anyone help?
