Memorise

Archive for March, 2020

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 […]