ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. o365
    Log in to post
    • All categories
    • gjacobseG

      O365 Public Folder: Script to Delete OLD items

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 public folder powershell management politics retention
      4
      0 Votes
      4 Posts
      873 Views
      gjacobseG

      sadly - setting this didn't work as the 'mailbox' doesn't exist...

      Curse you MS

    • scottalanmillerS

      Office 365 Security Stops Password Resets

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion email office 365 o365 exchange
      8
      1 Votes
      8 Posts
      783 Views
      dbeatoD

      I have seen this before and it is usually with IE or Edge and can login on Chrome or Mozilla Firefox. I also try to clear all the user sessions via powershell.

    • NerdyDadN

      Veeam Announces Details on their Veeam Backup for Microsoft Office 365 2.0

      Watching Ignoring Scheduled Pinned Locked Moved News veeamon o365 veeam
      11
      5 Votes
      11 Posts
      3k Views
      wrx7mW

      @nerdydad - That is very soon.

    • AmbarishrhA

      O365 SMTP Authenticated Submission client protocol change

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 smtp
      7
      2 Votes
      7 Posts
      2k Views
      AmbarishrhA

      The O365 account is used at multiple services (network monitoring, snipeit are some of them). I guess mailgun would be a good choice to avoid this altogether. The free version supports 10K mails

    • scottalanmillerS

      Office 365 Email Gone After Forced Logoff

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 exchange microsoft office 365
      183
      0 Votes
      183 Posts
      34k Views
      CloudKnightC

      I wouldn't like to see the end of 365, but I would always like to see good competition to Microsoft, a leopard never changes its spots in my eyes and Microsoft have history with all the previous court cases in some of their dodgy practices and monopolisation..they slagged off Linux to high heaven in the older days and now their embracing it? Might be something to do with Microsoft using it as part of their azure backend.

      You can't doubt they make some excellent products but they have always ripped people off and most of their licencing models are complete shit...I think in a few years people will be moaning to high hell once all their subscription models have been increased through the roof and Microsoft know you won't go over to Google now as their Google apps/g suite has been left in the dust.

      Microsoft are far from a perfect company and it does iritate me when people di*k ride and never see any fault with them and a lot and most are Linux haters I find as well...

    • gjacobseG

      O365; OWA: Send as permission

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion owa o365
      10
      1 Votes
      10 Posts
      1k Views
      EddieJenningsE

      @dbeato said in O365; OWA: Send as permission:

      @eddiejennings said in O365; OWA: Send as permission:

      @dbeato said in O365; OWA: Send as permission:

      It will never show up there, you need to add it manually the first time. Also do not setup FUll Mailbox Access with Send As, it causes huge issues.

      What issues have you seen? Full access to someone with SendAs isn't something I'd often configure, but I don't see the technical pitfall of it.

      The SendAs will fail to send since Outlook believes the mailbox is already on the Mailbox and will fail to send. This happens because Outlook has the two accounts on the same profile.

      I see.

    • gjacobseG

      Google Pixel 2 XL: Unable to setup Exchange email

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pixel phone google pixel pixel 2 xl exchange o365
      6
      1 Votes
      6 Posts
      1k Views
      gjacobseG

      Outlook for the win..

      Thanks

    • scottalanmillerS

      List All Public Folders in Exchange or Office 365 with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange office 365 o365 powershell get-publicfolder email public folder
      2
      2 Votes
      2 Posts
      8k Views
      bbigfordB

      @scottalanmiller said in List All Public Folders in Exchange or Office 365 with PowerShell:

      Want to get a list of all of the public folders on your Exchange system, whether on premises or hosted, try this:

      Get-PublicFolder -Identity "\" -Recurse | Get-PublicFolderClientPermission | where{$_.Accessrights -eq "owner"}

      More on Get-PublicFolder from TechNet

      That's pretty cool. I was wondering why you were piping into every owner since you could create public folders in Exchange without delegating owners, but then I had remembered you can create them on the client side as well after a root or folders are created in Exchange and added to the client, which is explained in your first pipe. Thanks for the note.

    • scottalanmillerS

      Download OneNote Files from Sharepoint

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion onenote sharepoint office 365 o365
      33
      0 Votes
      33 Posts
      7k Views
      scottalanmillerS

      @jaredbusch said in Download OneNote Files from Sharepoint:

      Pop a Windows 10 VM
      Then you have two choices. The built in one note app and also install office current version and use the one note app there.
      I suspect that will be the only workable method.

      Danielle was trying it with the full client. I'm the only one attempting it with only the web one.

    • gjacobseG

      Powershell: Use PS to email results

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ps powershell o365 sendmail
      14
      1 Votes
      14 Posts
      2k Views
      nadnerBN

      I can't remember where is nabbed it from, but I use the following:

      Function Mailer { $emailTo = "" $emailFrom = "" $subject="It's broken, damn it" $smtpserver="" $smtp=new-object System.Net.Mail.SmtpClient($smtpServer) $Message = @" Insert a useful/meaningful message here. "@ } Mailer

      Last line calls the function (duh for you, but a visitor here might not know).

    • scottalanmillerS

      Microsoft Office 365 Released StaffHub

      Watching Ignoring Scheduled Pinned Locked Moved News o365 office 365 staffhub
      35
      3 Votes
      35 Posts
      3k Views
      hobbit666H

      Not had a look at staff hub yet, it's in the Todo list for Feb. Hopefully they will improve it by then

    • scottalanmillerS

      Office 365 Exchange: 5.2.2 Submission quota exceeded

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 office 365 quota
      26
      4 Votes
      26 Posts
      18k Views
      bbigfordB

      @gjacobse said in Office 365 Exchange: 5.2.2 Submission quota exceeded:

      Sending account seems to have been hammering away. I locked the account last night, and am able to send this morning.

      What is your plan moving forward to avoid that further?

    • gjacobseG

      PS: O365 cmdlet issue.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 office365 powershell
      11
      0 Votes
      11 Posts
      2k Views
      scottalanmillerS

      @jaredbusch said in PS: O365 cmdlet issue.:

      @gjacobse said in PS: O365 cmdlet issue.:

      For my record later:

      /wtb codeblock around that... ```

      I fixed it.

    • bigbearB

      Office 365 Admin Permissions

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 o365
      4
      2 Votes
      4 Posts
      770 Views
      AmbarishrhA

      Billing Admin can only manage bills, password admin can only reset regular users accounts.

      https://support.office.com/en-us/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d

    • gjacobseG

      O365 Email search for Attorney -

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 exchange online exchange outlook pst export legal attorney litigation investigation
      30
      0 Votes
      30 Posts
      4k Views
      scottalanmillerS

      @momurda said in O365 Email search for Attorney -:

      @scottalanmiller Yes, and the not being able to use Discovery service, and teh not being able to add a pst to Outlook part.

      Those aren't things I'd expect a lawyer to be doing, though. That's tech work for technical people, not legal work.

    • gjacobseG

      O365: OWA Recover deleted Calendar

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion owa o365 calendar shared calendar office365
      9
      0 Votes
      9 Posts
      3k Views
      gjacobseG

      @scottalanmiller said in O365: OWA Recover deleted Calendar:

      Now that we can mark them, I'm going to slowly try to work through getting them all closed.

      I was going to unmark as question - since it was so old. I don't know if you can do that, but on topics of a certain age, you may do this rather then bringing them forward.

      Up to you of course.

    • mlnewsM

      Microsoft Revenues Doing Well Thanks to Cloud and Office

      Watching Ignoring Scheduled Pinned Locked Moved News microsoft office 365 o365 azure ms office softpedia
      1
      2 Votes
      1 Posts
      971 Views
      No one has replied
    • bbigfordB

      Disable your Outlook Focused Inbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange outlook email office 365 o365 focused inbox microsoft clutter
      5
      4 Votes
      5 Posts
      2k Views
      dbeatoD

      @NerdyDad thanks, I read the article before and then forgot... thanks.

    • dafyreD

      O365 Group SendAs Strangeness

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion office 365 o365 outlook 2013 o365 group
      8
      0 Votes
      8 Posts
      2k Views
      dafyreD

      @coliver said in O365 Group SendAs Strangeness:

      @dafyre said in O365 Group SendAs Strangeness:

      Guess I should have just been at least a little bit patient with it. The permissions finally updated over night... Go figure.

      Yep... Permissions can take a stupid long time to propagate.

      There was some kind of O365 issue that was causing them to be slow this time. Normally when i do this, things happen in minutes, not hours.

    • NetworkNerdN

      Marketing Campaign E-mail and Office365 - Check My Logic, Please

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion e-mail e-mail campaign o365 spam
      16
      1 Votes
      16 Posts
      3k Views
      JaredBuschJ

      @NetworkNerd said in Marketing Campaign E-mail and Office365 - Check My Logic, Please:

      @JaredBusch said in Marketing Campaign E-mail and Office365 - Check My Logic, Please:

      I would need to see the ehaders, but I send email from a postfix relay with a valid return on my Office 365 server to other Office 365 users all the time and nothing is junked.

      The only thing I did was to add the WAN IP of the location with the Postfix server as a new connector trusted by IP.

      Very similar to what you mention here, I think this is it - https://support.e2ma.net/Resource_Center/Account_how-to/how-to-whitelist-emma.

      Not exactly. That is whitelisting entire IP blocks.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5