Memorise

Author Archive

Cannot send large messages via ActiveSync, iPhone/iPad

SYMPTOMS When sending from a Mobile device via the ActiveSync service the device fails to send. Some devices may return an error indicating that “The message that was sent to the server was rejected because the message was too large”. (Apple iPad iOS). Not all mobile devices behave this way and may just keep the message […]

Enable Automatic Replies, Out Of Office, for another user or additional mailbox

Admin Method 1: Exchange PowerShell If you are an Exchange administrator, then using the Set-MailboxAutoReplyConfiguration Exchange PowerShell command is the supported and native way to go to enable Automatic Replies without logging on to the mailbox itself. Set-MailboxAutoReplyConfiguration -Identity <username> -AutoReplyState Enabled -InternalMessage “Internal auto-reply message.” -ExternalMessage “External auto-reply message.” Admin Method 2: Exchange Admin Center Another way to […]

Xerox Scan to email

C405 Set up scan to email  So onto the printer side. Open the webpage to configure the device (Enhanced web Service, shortened from here on as EWS) EWS > Connectivity > SMTP Which will show you this (normally I would pre-fill this with your settings, but since I don’t know your settings because of your SMTP […]

Office365 SMTP

Office 365 SMTP server settings Server: smtp.office365.com Alternative server: outlook.office365.com Port: 587 Encryption: TSL Authentication: Yes – use your full username and password. Note: Sending emails also works if TCP 25 is set as a port in connection settings, but using TCP 587 is recommended. Office 365 POP3 settings Server: outlook.office365.com Port: 995 Encryption: TSL Authentication: Yes – use your full username and password. Office 365 IMAP […]

Remove an old RDS from Server Pool (2012 R2)

First you have to install SQL Server Management studio on your RDS management/licensing server/all of your RDS connection brokers (if your have more than one, follow the below steps, rinse and repeat…):https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 Open up SSMS RUN AS ADMINISTRATOR and connect here:\\.\pipe\MICROSOFT##WID\tsql\query Open a query window, run this query: SELECT TOP 1000 [Id],[Name] FROM [RDCms].[rds].[Server] Look at the list […]

MS Exchange email won’t download on iPhone

I can’t seem to download emails on my iPhone, can sign into OWA and get it working on any version on Outlook, but it won’t download email on iPhone. I’m able to successfully configure the email on phone but when I go into the mail app, and try to download the emails, I get an […]

Exchange PST Export

Before you can export PST you will need to have mailbox Import/Export role Add to Mailbox Import Export role New-ManagementRoleAssignment -Role “Mailbox Import Export” -User “<user name or alias>” Now you can use the command below to export pst New-MailboxExportRequest -Mailbox <user> -FilePath \\<server FQDN>\<shared folder name>\<PST name>.pst   I have multiple organisation, therefore I need […]

Get All Users Outlook/Inbox Rules in Office 365

Get All Users Outlook/Inbox Rules in Office 365 Description:  PowerShell cmdlet to view inbox rules is Get-InboxRule. First grab all mailboxes in the organisation and store the UserPrincipalName in a variable.  Here we are storing it in a variable called “Users” Then for each user we are going to get the InboxRule and select several attributes: MailboxOwnerID Name Description […]

TEAM VIEWER Quick Support

https://download.teamviewer.com/download/TeamViewerQS.exe TeamViewer Quick Support PC https://download.teamviewer.com/download/TeamViewerQS.exe Team Viewer Quick Support MAC https://download.teamviewer.com/download/TeamViewerQS.dmg