Titel und Link kopieren und in eigene Texte einfügen
[Das 60-Stunden-Event: Microsoft 365 Virtual Marathon vom 26. bis 28. April 2021 | faq-o-matic.net] https://www.faq-o-matic.net/2021/04/06/das-60-stunden-event-microsoft-365-virtual-marathon-vom-26-bis-28-april-2021/
Das, liebe Freundinnen und Freunde, ist mal ein Event: Satte 60 Stunden lang wird eine Community-Initiative mit Sessions und Workshops zu IT- und Cloud-Themen füllen. Der Schwerpunkt des “Microsoft 365 Virtual Marathon” liegt auf den anwenderzentrierten Cloud-Diensten von Microsoft 365, doch die Organisatoren legen ausdrücklich Wert darauf, auch über den Tellerrand hinauszuschauen. Die Konferenz hat im vergangenen Jahr erstmals stattgefunden, damals “nur” 36 Stunden lang.
Der Zeitplan geht rund um die Uhr und orientiert sich an den Zeitzonen. Vorträge sind in verschiedenen Sprachen geplant, darunter Deutsch und (natürlich) Englisch. Die deutschsprachigen Sessions werden dabei so liegen, dass sie zu unserer Zeitzone passen.
Bereits zum dritten Mal organisiert eine Community-Initiative um den Schweizer MVP Drago Petrovic den “Cloud8 Virtual Summit”: Ein hochkarätig besetztes Event mit spannenden Sessions zu verschiedenen Cloud-nahen Themen. Diesmal sind auch wir vertreten.
Am 4. Juni 2021 findet der Summit virtuell als Teams-Konferenz statt. Die Teilnahme ist kostenlos – und sogar ohne vorherige Registrierung möglich. Die Agenda bietet 34 Sessions (!) in drei parallelen Tracks. Das Feld der Speaker liest sich wie ein “Who is who” der europäischen Microsoft-Community.
Das Agile Manifesto ist dieser Tage 20 Jahre alt geworden. Anlass genug für meinen Kollegen Julian und mich, ein wenig darüber zu fachsimpeln, was moderne Frameworks eigentlich mit Agilität zu tun haben – und was der Kunde davon hat.
Kurzlink zu diesem Artikel: http://faq-o-matic.net/?p=8689
Seit Kurzem besitze ich eine aktuelle Microsoft-Tastatur. Dabei habe ich festgestellt, dass man sich in Redmond mal wieder was Neues ausgedacht hat: Es gibt jetzt nicht nur eine Windows-Taste, sondern auch eine Office-Taste. (Daneben auch noch eine Emoji-Taste, aber um die geht es jetzt nur am Rande.)
Brauch ich nicht. Ich bin über 50. Da will ich Dinge, die so sind, wie ich sie schon immer kannte.
Lädt man sich die zugehörige Software herunter, kann man einige der Sondertasten auch umdefinieren. Fein, also öffnet die Emoji-Taste nun auch das Kontextmenü, wie es sich gehört. Nur die Office-Taste – die fehlt in den Optionen.
Tolle Wurst, wie man in meinem Alter so sagt. Aber wozu gibt es das Internet?
Ich fand dort diesen lesenswerten Artikel. Zwar ist da nicht ganz die Lösung, die mir vorgeschwebt wäre, aber immerhin – ein Druck auf die Office-Taste öffnet nun nicht mehr ein unsinniges Downloadportal für Office (das ich ja schon besitze …), sondern immerhin das CMD-Fenster. Geekig genug. Geekig ist auch der Artikel selbst, den zu lesen ich empfehle. Oder wusstet ihr, was die HYPER-Taste ist?
Titel und Link kopieren und in eigene Texte einfügen
[Anmeldezeiten im Active Directory per PowerShell nutzen | faq-o-matic.net] https://www.faq-o-matic.net/2021/02/09/anmeldezeiten-im-active-directory-per-powershell-nutzen/
Im Active Directory (AD) gibt es die Möglichkeit spezielle Anmeldezeiten für die Benutzer zu hinterlegen. Der Nachteil ist, dass diese Logon Hours für jeden Benutzer einzeln gesetzt werden müssen – und das auch noch relativ umständlich.
Das Team von ITnator.net zeigt in einem Beitrag, wie man diese Anmeldezeiten mit Hilfe von PowerShell unternehmensweit setzen, aber auch auslesen kann:
Die Logon Hours können im Active Directory nur am Benutzerobjekt hinterlegt werden, wie auch im Bild zu sehen. Hat man in einer Umgebung mehrere hundert Benutzerobjekte, so benötigt man eine andere Lösung für das Problem.
Abhilfe schafft PowerShell, denn damit können die Anmeldezeiten auf andere Benutzer übertragen werden, aber auch die unleserliche Zahlenfolge leserlich machen.
Kurzlink zu diesem Artikel: http://faq-o-matic.net/?p=8680
Erinnert sich noch jemand an die Mitteilung der Vogonen, dass die Erde leider gesprengt werden müsse? Ungefähr so fühlte ich mich letzte Woche, als Microsoft To-do einfach mal meine ganzen Aufgaben geschrottet hat. Wer also auch mit einer Hybrid-Anbindung von Microsoft 365 zu tun hat … sei gewarnt.
Titel und Link kopieren und in eigene Texte einfügen
[Get Circular Nested AD Groups: New Download Source is Here | faq-o-matic.net] https://www.faq-o-matic.net/2021/01/12/get-circular-nested-ad-groups-new-download-source-is-here/
Some weeks ago, Microsoft have announced that they are going to shut down their TechNet Gallery very soon (that is: at the end of December, 2020). There is a small number of contributions that we have been involved with. Furtunately, the original license (MIT license) allows us to republish those contributions. So in the next days we are going to do this.
This contribution was first published in Microsoft’s TechNet Gallery. See the authors and copyright notices in the text below.
Get Circular Nested AD Groups
In an Active Directory domain it is possible to have a group as a member of another group. This group nesting can be applied to multiple levels, having a group in a group in a group – and so on. Unfortunately, it is possible to create circular group nesting. This means that group nesting forms a „circle“ relationship. Imagine Group A being a member of Group B, and Group B a member of Group C. Now an administrator can put Group C into Group A as a member. Active Directory does not detect this and will not issue a warning.
Circular nesting can cause a lot of trouble, such as users that have too many permissions in applications or applications that will complain or even crash. Not mentioning the fact that circular nesting is not useful at all.
There is no simple way to detect circular nesting in an AD environment. The PowerShell script that you find for download here does the job. Simply download, verify the script, and run it. You don’t need administrator privilege to run it (unless your domain uses object-level permissions on groups).
While it would be technically possible to correct circular nesting, this is not feasible in most situations. So you can take the script’s results and resolve circular nesting manually if you find any. … weiterlesen
Kurzlink zu diesem Artikel: http://faq-o-matic.net/?p=8670
Titel und Link kopieren und in eigene Texte einfügen
[Get-VMResourceSummary: New Download Source is Here | faq-o-matic.net] https://www.faq-o-matic.net/2021/01/05/get-vmresourcesummary-new-download-source-is-here/
Some weeks ago, Microsoft have announced that they are going to shut down their TechNet Gallery very soon (that is: at the end of December, 2020). There is a small number of contributions that we have been involved with. Furtunately, the original license (MIT license) allows us to republish those contributions. So in the next days we are going to do this.
This contribution was first published in Microsoft’s TechNet Gallery. See the authors and copyright notices in the text below.
Hyper-V: Get RAM and vCPU assignments per VM and summed up
Overview
Hyper-V has a hard limit for the memory resources in the host server. You cannot assign more RAM to your running VMs than your host has as physical RAM.
The script Get-VMResourceSummary.ps1 lists all VMs on a host with their RAM and vCPU configurations. You get a list of each VM, its running state, static RAM assignment, maximum Dynamic Memory (if configured) and vCPU assignment.
Two summary tables inform you how much RAM and vCPUs your VMs need altogehter and how much of these core resources is assigned to the running VMs. That way you know quickly if your host’s resources allow for additional VMs or not.
Usage
The script does not use any parameters. Just launch it in a PowerShell window or in PowerShell ISE. Make sure to run PowerShell as an Administrator to get appropriate values.
The script queries the local computer by default. If you want to query a remote computer adjust the following line in the script code:
original: $Hostname = $env:COMPUTERNAME
change to: $Hostname = ‚MYSERVER‘
The script should run with Hyper-V in Windows Server 2012 and newer. It should as well run with client Hyper-V in Windows 8.1 or newer. … weiterlesen
Kurzlink zu diesem Artikel: http://faq-o-matic.net/?p=8668
Titel und Link kopieren und in eigene Texte einfügen
[Get-HyperVNetworkReport: New Download Source is Here | faq-o-matic.net] https://www.faq-o-matic.net/2020/12/29/get-hypervnetworkreport-new-download-source-is-here/
Some weeks ago, Microsoft have announced that they are going to shut down their TechNet Gallery very soon (that is: at the end of December, 2020). There is a small number of contributions that we have been involved with. Furtunately, the original license (MIT license) allows us to republish those contributions. So in the next days we are going to do this.
This contribution was first published in Microsoft’s TechNet Gallery. See the authors and copyright notices in the text below.
Get-HyperVNetworkReport: Create a visual overview of Hyper-V network connections
Overview
Hyper-V network connections build the core of virtual machine communication. While the basic concept of Hyper-V networking is not too hard to understand there is no simple visual representation in the operating system. This makes it hard for administrators to understand the relationship between physiscal network adapters, adapter teams, virtual switches, and virtual network adapters.
Get-HyperVNetworkReport creates a simple overview report of your host’s network environment. It groups the components into three logical layers:
the host level (physical network adapters and NIC teams)
the Hyper-V level (virtual Switches)
the VM level (virtual network adapters of all VMs and of the Management OS)
The script can be launched without any parameters. Launch it as a local administrator. It creates an HTML report file in your Documents folder that can be opened with any browser. The script only reads data and writes an HTML file.
Platforms
This script has been developed on Windows Server 2012 R2 and Windows Server Technical Preview (Build 9841).
You need:
OS: Windows Server 2012, Windows Server 2012 R2 or Windows Server Technical Preview (Build 9841 or later), any edition capable of Hyper-V
PowerShell 3.0 or higher (default in Windows Server 2012, v4.0 in 2012 R2)
Hyper-V role installed and configured
Run the script in a PowerShell session with elevated privileges. Your account needs Administrator privileges to read the data.
You can run the script from a PowerShell command line or (preferred) from the PowerShell ISE. It does not require any parameters, then it opens the report automatically when it’s completed. … weiterlesen
Kurzlink zu diesem Artikel: http://faq-o-matic.net/?p=8659
Titel und Link kopieren und in eigene Texte einfügen
[Get-HyperVInventory: New Download Source is Here | faq-o-matic.net] https://www.faq-o-matic.net/2020/12/23/get-hypervinventory-new-download-source-is-here/
Some weeks ago, Microsoft have announced that they are going to shut down their TechNet Gallery very soon (that is: at the end of December, 2020). There is a small number of contributions that we have been involved with. Furtunately, the original license (MIT license) allows us to republish those contributions. So in the next days we are going to do this.
This contribution was first published in Microsoft’s TechNet Gallery. See the authors and copyright notices in the text below.
Get-HyperVInventory: Create inventory reports of Hyper-V environments
Overview
Get-HyperVInventory.ps1 is a PowerShell script to create documentation reports (HTML or plain text) of single Hyper-V host servers (including client Hyper-V on Windows 8 and later) or complete Hyper-V failover clusters.
Get-HyperVInventory reads configuration data from Hyper-V host servers and writes them to an HTML file or a plain text file in a structured way. It is designed to be an inventory and reporting tool. It does not include performance or health data.
The script does not change anything on the systems. It only reads data and writes a text file. Thus, it is not „harmful“ by itself. It may, however, create significant load on your host servers if you run it in a very large environment.
The reports may include confidential data. So you should make sure to handle the reports adequately.
The script has multiple operation modes that let you choose between a a full cluster inventory (including all host servers and all VMs), an inventory of just one host server (local or remote, including or excluding all VMs), a cluster core inventory or VM inventories.
This is only a small compilation of the data the script gathers: