Memorise

Archive for the ‘Microsoft’ Category

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

Exchange Server 2013 and 2016 Standard Edition can’t mount databases that are larger than 1024 GB

Applies to: Exchange Server 2013 Standard EditionExchange Server 2016 Standard Edition This issue occurs because the default database size limit for Exchange Server 2013 Standard Edition and Exchange Server 2016 Standard Edition is 1,024 gigabytes (GB). There is no default database size limit for the Enterprise Edition. The Exchange store checks database size limits periodically and dismounts […]

How to configure shared Office 365 mailbox on iOS

Configuring a shared Office 365 mailbox on an iOS device using IMAP Updated 27/07/17 On the iPad or iPhone, go to SETTINGS > MAIL > ADD ACCOUNT Select OTHER from the list of types. iOS Shared Office 365 Mailbox Step 1 Select ADD MAIL ACCOUNT iOS Shared Office 365 Mailbox Step 2 Enter a name […]

Excel formulas not updating

Symptoms: The value returned by your Excel formula does not update automatically, i.e. the formula continues to show the old value even after you’ve changed the values of the dependent cells. When Excel formulas are not updating automatically, most likely it’s because the Calculationsetting has been changed to Manual instead of Automatic. To fix this, just set the Calculation option to Automatic again. […]

Unable to open ILO3 with TLS 1.2

In this case I was unable to connect to ILO3 on HP DL 380 G7 with Internet Explorer 11 from Windows 8.1 client workstation. ILO Firmware version was 1.20. Starting from Windows 8.1 and Internet Explorer 11 all TLS protocols are enabled and supported by default: ILO was not failing back to lower version of TLS if TLS […]