lmrogers
Members-
Posts
521 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by lmrogers
-
For those using Snipe IT have you managed to get it working over SSL at all?
-
OK, I'll have a look at that. I'm still running into issues, this isn't going as smoothly as I'd have liked. Now when I'm trying to setup a migration endpoint I'm getting an error message about an Object reference not set to an instance. If anyone could help on this that would be great! Thanks,
-
So I have got the hybrid setup and domain all verified. I just need to migrate now. I'm thinking of using cut off migration to migrate all the mailboxes and then at some point soon once migration has completed make the DNS changes and look to decomission the on prem exchange. I'm going to try and configure an SMTP relay with IIS for out MFD devices, are there any other issues that could cause me a problem?
-
Yeah, so I'm going for a hybrid first so that I can gradually migrate the mailboxes and then I will cut off and migrate fully to Office 365 later on. I have ensured that AD is correct for the users so that they are USERNAME@EXTERNALDOMAINNAME. I am slightly concerned about the internet bandwidth, we have a 100MB dedicated lease line at the minute on a 1gig fibre bearer so it could be increased. I have verified the domain. Doing some more testing and digging around today though I think I have found a problem which is causing the Hybrid Configuration Wizard not to progress. This is on Exchange 2016. Looking around one of the solutions was to re-run the Exchange setup /prepareAD which I have done but that still has not resolved the issue. Has anyone come across this before? Ah, where abouts are you based? Cheers,
-
Morning, Yeah I'm just going to try and migrate all the users mailboxes over first, then look at the whole MFD sending to 365 before changing the DNS, so I'll basically have an on prem exchange managing mail flow with all the mail hosted on 365 then setup something to remove the on prem exchange. I'm still struggling to get the domin verified through the exchange hybrid configuration wizard though. I'm based in Kent. Thanks,
-
Initially I'm just going to be looking at 365 and exchange online to be hosting the mailboxes, eventually I'd like to remove the on premise server completely and have just and smtp relay I guess for a few MFD's we have. I'm just having the problem at the minute with verifying the domain with the TXT token. I have done a TXT record check and can see the token has propagated but the wizard still doesn't seem to verify the domain, but it doesn't show any errors either.
-
I'm trying to run the Hybrid Setup Wizard and am hitting a problem. I click on Verifying Domain and it just runs through the verifying stage but the foes back to asking to click to verify but then moves the domain onto Adding Federated Domain but it doesn't move on. Did you ever encounter this issue? Thanks
-
Thats great I will have a look through those. In terms of licensing how was that done? We currently have Office 365 A1 for faculty and students which includes the Exchange service. Would this be enough for us to complete this migration or would I need to purchase another license?
-
Good afternoon, I'm considering migrating our current on premise Exchange 2016 to Office 365 Exchange Online. Has any one got any experience or thoughts on this? Is there anything I should consider about this migration? Thanks,
-
Just as a note I was coming up against this problem. The server was installed and running in UEFI boot mode. I changed it to legacy and reinstalled everything and it started working fine again.
-
Morning, I have got a new Fortinet wireless system setup. It is working really well but I need some help with getting some RADIUS authentication setup to authenticate with a Schools Broadband hosted Lightspeed system. So I have a RADIUS server on our domain to authenticate users against our AD which is setup and working fine with the controller. I have a hosted Lightspeed which supports RADIUS authentication. I have added these details onto both the wireless controller and our internal NPS server but Lightspeed is not authenticating or picking up the RADIUS authentication. If anyone has a solution to get this working that would be great. Thanks,
-
I have just changed and added an IP helped on my HP Procurve core switch and that seems to be working as well after removing the DHCP options. Thanks to you both
-
Good afternoon, I have just got a new Fortinet Wireless system, FortiWLC 200D controller and aroun 50 AP822e access points. I have 2 strange issues though. Most of the access points will randomly reboot every few minutes. Also I can not delete an old firmware image off the controller and there is no space left on the controller to import a new one. Has anyone come across either of these issues at all? Thanks,
-
Hi Steve, Looks like that has worked like a charm! Thank you.
-
I don't have option 66 configured in DHCP. If I configure that should it just be the server host name which SCCM is sat on?
-
Good afternoon, So I have just had VLANs setup on my network and it seems to have broken my SCCM. No clients are able to pick up the SCCM server when PXE booting and I'm getting no bootfile received error. If anyone can point in the right direction on how to fix this that would be great. Thanks,
-
Might be worth seeing if you can get them to buy you a subscription to Plurasight. I've got one and its pretty good and covers so much. https://www.pluralsight.com
-
I just followed their online guides as best I could. I did install a GUI on the linux server though because that made it slightly easier.
-
Snipe IT for Asset Management https://snipeitapp.com/
-
I found a solution to this problem here. UC Guide: Exchange 2013 setup Error: The virtual directory ‘PowerShell’ already exists under ‘exchange hostname (FQDN)/Default Web Site’.
-
Good Evening everyone, Sorry if this is in the wrong forum. I am trying to complete an Exchange 2013 CU install but on Step 9 Mailbox Role: Transport Service I am getting the error below. Error:The following error was generated when "$error.Clear(); $feVdirName = "PowerShell (Default Web Site)"; $beVdirName = "PowerShell (Exchange Back End)"; $vdirName = "PowerShell"; $InternalPowerShellUrl="http://" + $RoleFqdnOrName + "/powershell"; get-PowerShellVirtualDirectory -ShowMailboxVirtualDirectories -server $RoleFqdnOrName -DomainController $RoleDomainController | where { $_.Name -eq $beVdirName -or $_.Name -eq $feVdirName } | remove-PowerShellVirtualDirectory -DomainController $RoleDomainController; new-PowerShellVirtualDirectory $vdirName -Role Mailbox -DomainController $RoleDomainController -BasicAuthentication:$false -WindowsAuthentication:$true -RequireSSL:$true -WebSiteName "Exchange Back End" -Path ($RoleInstallPath + "ClientAccess\PowerShell-Proxy"); new-PowerShellVirtualDirectory $vdirName -Role Mailbox -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -BasicAuthentication:$false -WindowsAuthentication:$false -RequireSSL:$false -WebSiteName "Default Web Site" -AppPoolId "MSExchangePowerShellFrontEndAppPool"; " was run: "System.ArgumentException: The virtual directory 'PowerShell' already exists under 'EXCHANGE.twgsb.internal/Default Web Site'.Parameter name: VirtualDirectoryName at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl) at Microsoft.Exchange.Management.SystemConfigurationTasks.NewExchangeVirtualDirectory`1.InternalValidate() at Microsoft.Exchange.Configuration.Tasks.Task.b__b() at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)". If anyone could help with this that would be great!. Thanks,
-
I would also be interested to see how others are doing this and what others are using as a sort of portal. I was thinking of possibly some kind of Office 365 Sharepoint site?
-
I have managed to configure it for use in our environment. There wasn't too many changes that were needed. It was mainly just a case of adding the AD link so pull through users so that you can assign assets to them. I think I read that in one of the coming updates that you will be able to assign assets to locations/rooms as well. I've attached a couple of images so you can get a rough idea of how it would look
