Hi All,
I noticed that Microsoft has released a new Version of PowerToys.
In the Main Window click on “Install now”
The Release notes can be found here
Release v0.82.0 Installation in Progress
What’s new
Updated PowerToys
Advanced Paste
PowerRename
Regards
Andres Bohren
Windows Logo
Hi All,
Recently there has been released the Microsoft.Graph.Entra PowerShell Module in Preview
Introducing the Microsoft Entra PowerShell module
Microsoft.Graph.Entra Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the Version from the PowerShell Gallery and install the Module
Find-PSResource Microsoft.Graph.Entra -Prerelease Install-PSResource Microsoft.Graph.Entra -Prerelease -Scope CurrentUser Get-InstalledPSResource Microsoft.Graph.Entra -Scope CurrentUser List the Commands of the Module
Get-Command -Module Microsoft.Graph.Entra It’s not yet Part of the Microsoft.
Hi All,
Yesterday a new Version of PnP.PowerShell has been released to the PowerShell Gallery.
PnP.PowerShell 2.5.0 What’s changed and fixed
Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
To check what version is installed and what’s available from the PowerShell Gallery use the following Commands
Get-InstalledPSResource PnP.PowerShell -Scope CurrentUser Find-PSResource PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one
Hi All,
Recently i had the Requirement to Check if a Domain Controller is available in a complex Network.
In the Documentation below you could find the reqired Ports for an Active Directory Domain Controller:
Service overview and network port requirements for Windows I have written a Script to verify the Active Directory Domain Controller is reachable in the Network.
The Script does this:
Shows the Computername of where the Script is running Shows the IP of the Computer Resolves the DNS Name of the Parameter -DomainController Traceroute to the IP of the DomainController Checks the most important Ports of the DomainController Get-ADUser limited to 100 Users with the ActiveDirectory PowerShell Module The Script is also available on my GitHub Repo
Hi All,
The last few days i was busy to replace my old HP ML 350e G8 Server from 2013. That Server has been working flawless over the last 10 Years. I only had to replace most of the Harddisks over Time as they where running 24x7.
Old Setup HP Server Configuration:
HP ML 350e G8 2x Intel 2420 1.9 GHz 6 x 16 GB PC3 1600MHz (96GB) 4x 600 GB SAS 15K / 2x 3TB SAS 7.
Hi All,
Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available
Release Notes: What’s new in the Remote Desktop client for Windows
Fixed an issue where the client crashed when a session is disconnected When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update
Installing the Update
You can check the Versions by selecting the three dots on top right and select “About”
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.4.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.4.0
Read more details in the Release Notes
Adds ExternalAccessWithTrialTenants parameter to the Set-CsTenantFederationConfiguration cmdlet. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available.
You can Download it from here: v7.4.3 Release of PowerShell
Release notes:
General Cmdlet Updates and Fixes
Fix the error when using Start-Process -Credential without the admin privilege (#21393) (Thanks @jborean93!) Fix Test-Path -IsValid to check for invalid path and filename characters (#21358) Engine Updates and Fixes
Fix generating OutputType when running in Constrained Language Mode (#21605) Expand ~ to $home on Windows with tab completion (#21529) Make sure both stdout and stderr can be redirected from a native executable (#20997) Build and Packaging Improvements
Hi All,
Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module
PowerShell Gallery MSIdentityTools 2.0.63 Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted
I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/
Install-PSResource -Name M365PSProfile Add-M365PSProfile Install-M365Module List the commands from the Module
Get-Command -Module MSIdentityTools List the Sign-Ins of Admin Roles
Hi All,
Since a few Weeks, Microsoft Places is in Public Preview
Microsoft Places Preview Youtube Microsoft Places | AI brings new life to flexible work MS Learn Deployment guide for Microsoft Places (preview) Prerequisites:
Be assigned the Exchange administrator role to manage Exchange-related configurations for Places. Ensure you have the latest PowerShell (PowerShell 7.x) Verify you have one of the following subscriptions: Microsoft 365 Business Basic Microsoft 365 Business Standard Microsoft 365 Business Premium Microsoft 365 or Office 365 (E1, E3, E5) Microsoft 365 or Office 365 (A1, A3, A5) Microsoft 365 Frontline Worker (F1, F3) In my opinion, it’s just an enhancement and futher development of the Places API and Get-/Set-Place Commandlets