Windows Server 2025 has just been released. I had a look at the System Requirements. The only diffrence I could find is, that the RAM requirement changed from ‘2 GB for Server with Desktop Experience’ to ‘2 GB for Server with Desktop Experience, 4 GB recommended’.
I read this as if more RAM might be needed in rare cases.
What I found funny is that apparently the installation of Server Core has higher RAM requirements (800MB) than Windows Server Core itself (512MB).
Recently I had to optimise the speed of an SQL database. To do this, I wanted to view the current indices of the table in advance. As I like scripts, I wrote a T-SQL script for this.
DECLARE @Tablename nvarchar(255) = "Tablename"
SELECT
i.name AS IndexName,
ic.key_ordinal,
i.type_desc AS IndexType,
COL_NAME(ic.object_id, ic.column_id) AS ColumnName
FROM
sys.indexes AS i
JOIN
sys.index_columns AS ic ON i.object_id = ic.object_id AND i.index_id = ic.index_id
WHERE
OBJECT_NAME(i.object_id) = @Tablename
ORDER BY
i.name, ColumnName
If you change your phone, you’ll have to transfer the Microsoft Authenticator 2FA/MFA to the new phone. It is possible to do that on the Mysignins site from Microsoft.
Security-Info
If you use Remove (Löschen) you can remove the actual Microsoft Authenticator connection and set up the new phone. But what to do, if you want to reset a guest account in an other tenant? You have to change to that tenant, switching to this organisation tenant – you cannot do that in the security information menu tab – you have to switch to the Organisation tab and change that there.
choose guest user organisation
After switching the organisation go back to the Security information menu – now you can change the security information for this organisation. Removing the authentication let’s you re-register the Microsoft Authenticator App.
Often there is a need to eliminate formatting in the clipboard. This can be done with Microsoft Office – but of course also with PowerShell – and very easily. I found this on Twitter, and its like that:
#Correct Version
Get-Clipboard | Set-Clipboard
# Short
gcb | scb
And sometimes you might not have a PowerShell Window open. So hit < Windows-r > and run one line of this:
So this is the easy PowerShell way to remove format information in the clipboard. Since I need it really often I just said New Link – with the command in the properties – and put the link into the task bar- so I only need to click it – and the formating is gone. Simply great!
We had an temporary issue on Azure Lab Services. So our students are getting “the bear” insted of their Vm. If you try it some minutes later, it could be, that you see your vm, or again the bear.
It was possible to connect to the virtual machines the whole time, when the machine was started and you know the name and port of your machine.
We did not find anything in the logs about this behavior.
As you see, there are some possibilities to find out, what’s going on on Azure – and if you are the only one experiencing an error. And remember, if you find an Azure outage, let the community know and click the appropriate link above!
The publication takes between 5 and 6 hours and has no result – the lab is not published afterwards. (normally the publishing lasts less then 1 hour – and it is published afterwards) If you look into the log, you only see the entry that the publication has started. The only message you see is in german “Veröffentlichung aufgehoben” – in english there is text “Unpublished”
At first we thought the behavior might depend on the user, but now we think it is the order of creating the lab. It simply do not work creating the lab with the idle settings set. It seems like it works best with:
Create the lab
Publish the lab
Try to set the settings
The first two steps will complete in the given timeframe, but the last one lasts very long and gives an error:
An error occurred while updating shutdown policy settings. Please refresh the page and try again.
This ist the unsatisfiying status – will be updated.
3:26 pm : We are using an Image, which will join with our domain – so next I try one with the join disabled.
There is a new learning scenario for Azure SQL – starting today. I got that hint from Anna Hoffmann – and I think they produced really great stuff. Especially have a look at the Channel 9 Bootcamp – with the option to get questions answerd by Microsoft directly.
After completing the video series, learning path, or workshop, you will have a foundational knowledge of what to use when, as well as how to configure, secure, monitor, and troubleshoot Azure SQL.
They provide a learn Azure SQL landing page and some more resources to mention