List local Windows Administator names with PowerShell
To list the local administator accounts, you can just use the group membership command Get-LocalGroupMember -Group "Administrators" Object
To list the local administator accounts, you can just use the group membership command Get-LocalGroupMember -Group "Administrators" Object
First, you need to install the NuGet Package System.DirectoryServices.AccountManagement Now you can open a context and get all members of the built-i
Often you have the requirement that you need or want to add additional claims to a token - either the, ID token or the access token. This is especial
There are now an insane number of ways to register applications in Azure Active Directory - but many ways are no longer supported or have been discon
Heute hat Microsoft die .NET Updates von März 2022 auf ihrem Blogpost veröffentlicht. Fix CVE-2020-8927: .NET Remote Code Execution Vulnerability Fi
20 years ago today .NET was released! Congratulations - you are the best ecosystem!
In many scenarios it can make sense to host single page applications via an Azure Web App, for example if you have many small applications - then the
Das Microsoft ASP.NET Team hat nun die Roadmap zu .NET 7 veröffentlicht. Der Release ist für November 2022 geplant. Der GitHub Link: ASP.NET Core Roa
Heute hat Microsoft die .NET Updates von Februar 2022 auf ihrem Blogpost veröffentlicht. Fix CVE-2022-21986: .NET Denial of Service Vulnerability .N
Windows Forms aka WinForms Windows Forms ist eine sehr stark veraltete Technologie, die Aufgrund ihrer Einfachheit jedoch immer noch sehr beliebt ist