themightymrp Posted May 8, 2013 Posted May 8, 2013 OK I am on the latest update then. I will have a look at that link, many thanks!
Edu-IT Posted May 8, 2013 Posted May 8, 2013 Let me Bing that for you! That's a very patronising website, but I like it! ;-) For anyone who wants the direct link: Am I using Office 365 after the service upgrade? - Support - Office.com
EduTech Posted May 8, 2013 Posted May 8, 2013 You do make me laugh Daniel.... :-) you just got binged! James. That's a very patronising website, but I like it! ;-) For anyone who wants the direct link: Am I using Office 365 after the service upgrade? - Support - Office.com
jamesbmarshall Posted May 8, 2013 Posted May 8, 2013 That's a very patronising website, but I like it! ;-) Sorry, I've been dying to use it for a long time. It is patronising, but hopefully in a playful way.
john Posted May 8, 2013 Posted May 8, 2013 That's a very patronising website, but I like it! ;-) You can also Let me google that for you
themightymrp Posted May 9, 2013 Posted May 9, 2013 @jamesbmarshall - I'm struggling trying to enable the Address Book Policies via the Powershell. I am following the guide from this page : Address Book Policy Procedures: Exchange Online Help I am trying to use the Get-TransportConfig command but I get an error saying that it is unrecognized? I thought that it might be an unassigned Role but I have made sure I am a member of all relevant roles so its not that. I have also set the Set-ExecutionPolicy to RemoteSigned. I am trying to connect Powershell to the service, as outlined here Connect Windows PowerShell to the Service but that gives me an error to do with WinRM being unable to connect. I have made sure this is allowed through my windows firewall (I think? Which port does this use?) but no joy. Am I missing something? Thanks
EduTech Posted May 9, 2013 Posted May 9, 2013 Hi, After installing to PowerShell Console, Run the Command Set-ExecutionPolicy Unrestricted Once you have done this, Go ahead and then run the following commands (you can past the entire process in at then enter your Tenancy Username and Password when prompted) $Cred = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic –AllowRedirection Import-PSSession $Session Import-Module MSOnline Connect-MsolService –Credential $Cred Once you have done this, you will be connected to the Microsoft Online Services via PowerShell. If you get any errors, can you send them on here and I can help you further. I hope that helps, Regards, James. 1
themightymrp Posted May 9, 2013 Posted May 9, 2013 Just tried the above and got the following error Any thoughts? I have allowed Windows Remote Management on my PC's Windows Firewall
EduTech Posted May 9, 2013 Posted May 9, 2013 Have you seen the following KB Article? Is this relevant to you: Error message in Windows Server 2008 R2 or in Windows 7 when you try to connect to a remote server: "Server Manager cannot connect to " Are you connecting to the Service using your Desktop Computer or Windows Server? James.
themightymrp Posted May 9, 2013 Posted May 9, 2013 I'm connecting using my Windows 7 client. However I am connecting to the Office 365 online system so that article is of no use as I don't have access to the server to enable those features....?? I would have thought it would already be enabled?
EduTech Posted May 9, 2013 Posted May 9, 2013 It's not even letting you connect to the Online Service... and it should do! (normal stuff..) I need to investigate why your having issues connecting to the Online Services via PowerShell I've not personally come across that error before to be honest. Do you have any 3rd Party Tools like Synmantec EndPoint Protection on your Client Machine? James.
themightymrp Posted May 9, 2013 Posted May 9, 2013 No, just Sophos anti-virus. Interestingly, I can connect using this method: $cred = get-credential connect-msolservice - credential $cred I have already used this in order to assign user licenses in bulk etc. However in order to setup ABP's I need to be able to use the Set-Mailbox and Set-TransportConfig commands which come up as being unrecognized commands This is why I thought I should be connecting via the method you mentioned
EduTech Posted May 9, 2013 Posted May 9, 2013 No, just Sophos anti-virus. Interestingly, I can connect using this method: $cred = get-credential connect-msolservice - credential $cred I have already used this in order to assign user licenses in bulk etc. However in order to setup ABP's I need to be able to use the Set-Mailbox and Set-TransportConfig commands which come up as being unrecognized commands This is why I thought I should be connecting via the method you mentioned Yes, You will be able to connect via that method because your not importing any kind of session and that is the part that is failing when we are importing the Exchange Session Information so that we can get the relevant PowerShell Commandlets. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection That is the important part, which is currently not working for you. Can you try this from a computer that is just a General Windows Build? James.
themightymrp Posted May 9, 2013 Posted May 9, 2013 OK, just tried doing the above from the server where ADFS is installed and it worked perfectly! Could I have the wrong version of something installed on my Windows 7 machine?
EduTech Posted May 9, 2013 Posted May 9, 2013 OK, just tried doing the above from the server where ADFS is installed and it worked perfectly! Could I have the wrong version of something installed on my Windows 7 machine? I always manage my Environments via the ADFS / Exchange On-Premise (Hybrid) Server If I have one available, but no it is more than likely an issue with some kind of Desktop Software / Group Policy that you have in place because It works on my Windows 8 Machine without any problems. Regards, James. 1
themightymrp Posted May 9, 2013 Posted May 9, 2013 Fair enough, I can just use the server to make the setting changes that I need. I will play around at some point and find out what is blocking it though. Thanks for the help!
themightymrp Posted May 10, 2013 Posted May 10, 2013 FIGURED IT OUT!!!! I know why I couldn't connect from my machine but could from the server - very simply I forgot to use the following command on my Win 7 desktop: netsh winhttp import proxy ie I had done that on the server during the setup of the ADFS. Working a treat now 1
Edu-IT Posted May 10, 2013 Posted May 10, 2013 My upgrade to the new funky Office365 has been postponed due to technical problems... anymore details than this anyone?
EduTech Posted May 10, 2013 Posted May 10, 2013 My upgrade to the new funky Office365 has been postponed due to technical problems... anymore details than this anyone? This is not an official response, but from what I know on the support front depending on how complex your Office 365 Tenant is i.e. if you use ADFS/Hybrid/SSO/DirSync etc. the later you will be upgraded or the fact you may be postponed as when your tenancy is reviewed they may see fit to hold back on your upgrade if they should see complexities. I have various complex deployments that have been held back, but I have had others that don't have SSO/Hybrid etc. and they have been upgraded first because it's a straight forward upgrade. Like I say, this could not be case and something else might be occurring but that is what I would suspect. Regards, James.
waltflanagan Posted May 13, 2013 Posted May 13, 2013 We set up 2 Gals, 1 for students and one for teachers. Teachers can see students but not the other way around.
themightymrp Posted May 21, 2013 Posted May 21, 2013 We set up 2 Gals, 1 for students and one for teachers. Teachers can see students but not the other way around. Any chance you can outline how you did this? This is exactly what I am trying to do (although I would be really happy if the student GAL was empty! If students see nothing on the GAL it would be my ideal scenario, with staff seeing everyone). The commands I have been trying are coming back with 'unrecognized name of a cmdlet'. Once I have connected and imported the session, I am trying New-AddressBookPolicy, New-AddressList, New-GlobalAddressList - all without success I have been able to switch on ABP by using the command Set-TransportConfig -AddressBookPolicyRoutingEnabled $True but this is as far as I'm getting. Any guidance would be appreciated Ta
jamesbmarshall Posted May 21, 2013 Posted May 21, 2013 If you're trying this as soon as you've enabled the ABPs you might want to go and have a coffee and come back since it can take a while for the policy to update. I wrote a blog post that might also help (principle is the same, even if the subject matter is different): Alumni Address Book Policy in Office 365 Education - UK Education Cloud Blog - Site Home - MSDN Blogs 2
themightymrp Posted May 21, 2013 Posted May 21, 2013 This is perfect thank you! I also have realised straight away that I had missed off some of the Roles that I needed
themightymrp Posted May 22, 2013 Posted May 22, 2013 @jamesbmarshall - once again, thankyou! I have now successfully setup my GAL's the way I wanted it by modifying the guide you posted above. Cheers PS - I don't know if it is already posted on here somewhere but if you want to set the language and time zone for all your users (to prevent OWA asking upon first login), you can use this command if you are in the UK: get-mailbox | set-mailboxregionalconfiguration -language 2057 -timezone "GMT Standard Time" For other regions refer to this page : https://www.cogmotive.com/blog/office-365-tips/set-language-and-time-zone-for-all-owa-users-in-office-365 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now