In my home network, I run a Graylog Syslog instance in Docker for logging network and Linux events. But you can also log events from PowerShell scripts to Syslog for easy filtering or correlation. In this blog post, I will show you how that works.
When running scripts that connect to remote systems using Invoke-Command, you can use your local variables in the remote session which makes things a lot easier. In this blog post, I will show you how 🙂
We’re thrilled to announce the public preview of the Microsoft Entra PowerShell module, a new high-quality and scenario-focused PowerShell module designed to streamline management and automation for the Microsoft Entra product family. In 2021, we announced that all our future PowerShell investments would be in the Microsoft Graph PowerShell SDK. Today, we’re launching the next major step on this journey. The Microsoft Entra PowerShell module (Microsoft.Graph.Entra) is a part of our ongoing commitment and increased investment in Microsoft Graph PowerShell SDK to improve your experience and empower automation with Microsoft Entra.
Source : Microsoft Community Hub
Each version of Windows client adds new features and functionality. Occasionally, new versions also remove features and functionality, often because they added a newer option. This article provides details about the features and functionalities that are no longer being developed in Windows client. For more information about features that were removed, see Windows features removed.
For more information about features in Windows 11, see Feature deprecations and removals.
To understand the distinction between deprecation and removal, see Windows client features lifecycle.
The features in this article are no longer being actively developed, and might be removed in a future update. Some features were replaced with other features or functionality and some are now available from other sources.
While the manual transmission is not a popular option in the big scheme of things, it seems to have found a comfortable niche.
Source : motor1.com
Source : motor1.com
We’re heading into a new era, where AI is an integral part of the workday. The tools you’re using for work management should be intelligent and help keep you focused and productive. However, even the most innovative solutions for getting work done can slow you down when they don’t work together.
Source : Planner Blog
I've been looking at the new Outlook. While it has some improvements, it is missing many features that have existed for years. It reminds me of the Windows 11 Start Menu - pretty and new, but far less functional than the old version.
My list does not consider GUI changes (because they are subjective) and ignores bugs/crashes/slowness of the new Outlook.
Here's what I found so far...
Source : reddit
After installing the most recent Updates on their Domain Controllers, some readers have reported in the comments that they experienced that the Local Security Authority Subsystem Service (LSASS) process on their Domain Controllers continually increases memory usage making their Domain Controllers become unresponsive and even automatically restart…
Secure Socket Layer (SSL) and Transport Layer Security (TLS, which builds on the now deprecated SSL protocol) allow you to encrypt Microsoft SQL Server network communication, which is essential for your security. In this post, you'll learn how to enable TLS on your SQL Server.
There is a new up-and-coming web technology known as HTTP/3. The new protocol is all about performance and security. It is built on top of the QUIC (Quick UDP Internet Connections) encrypted transport protocol. Windows Server 2022 natively supports HTTP/3 with Internet Information Services (IIS).
Source : 4sysops
I’m excited to share some great news. We’re releasing Windows Package Manager 1.1. We’ve squashed some annoying bugs and added some highly anticipated features. The Windows Package Manager is being released to Windows 10 (build 1809 and newer) and Windows 11 as an automatic update via the Microsoft Store.
source : Windows Command Line
source : Windows Command Line
Back in 2019, when the .dev top-level domain opened, we picked up vscode.dev and quickly parked it, pointing at our website code.visualstudio.com (or, if you are from the Boston area like me, we "pahked it"). Like a lot of people who buy a .dev domain, we had no idea what we were going to do with it. And we certainly didn't anticipate that it would end up being the fulfillment of a mission over a decade in the making.
Source : code.visualstudio.com
Microsoft has finally gone on record about whether it will support Windows on Arm (WOA) on Apple’s M1 Macs. And it’s not good news.
We are thrilled to announce that Microsoft Defender for Endpoint on Mac now natively supports Apple’s M1 chip-based devices!
Source : Microsoft Tech Community
In most environments, the crucial task of distributing updates for Windows, Office, and other Microsoft products is handled by Windows Server Updates Services (WSUS). However, they still lack the ability to automate essential maintenance tasks. WSUS Automated Maintenance solves this issue.
Procmon. The infamous Windows Sysinternals’ utility to track down all kinds of Windows activity. Known for its ability to track down rogue software installers making unknown changes to registry keys or perhaps inspecting a virus’ tracks.Source : The Ultimate Guide to Procmon
If you need to inspect Windows registry, file system, process, or network activity and have decided to use procmon, this article is for you.
In this Ultimate Guide, you’re going to learn everything there is to know about using the procmon utility from installing, basic usage all the way to various use cases that will help you track down all kinds of activity.
So you’ve learned how to automate tasks with a PowerShell script.
That’s great! But now you’ve got a disorganized mess of scripts and modules with a hodgepodge of manual script executions, scheduled tasks, and more. It’s time to bring some order to the chaos and implement the automation orchestration engine known as PowerShell PSake.
Today, we’re releasing the first preview of x64 emulation for ARM64 devices to Windows Insiders in the Dev Channel starting with the Build 21277. It can be installed on Windows 10 on ARM PCs by following the instructions as explained in this blog post.
On Tuesday, December 8th, Red Hat and CentOS announced the end of CentOS 8. To be specific, CentOS 8 will reach end of life at the end of 2021, 8 years ahead of schedule. To really understand what that means, and how we got here, it’s worth taking a trip down memory lane, and looking at how the history of Red Hat Enterprise Linux (RHEL), CentOS, and IBM are intertwined.
Tab completion has accelerated the success of new and experienced PowerShell users for over a decade. New users get the benefit of discovery, seeing available cmdlets and parameters as options while interactively typing. Experienced users receive the benefit of acceleration, typing less while using the Tab key to quickly complete a command.
Source : PowerShell