Blogs
Links
Social networks
Awards
Sponsors
(Paypal-Donations)Recent Comments
- Juan Stevens on Are QNAP NAS systems (TVS-872XT) dying a sudden death after shutdown?
- Make365Better on Outlook 2016: Links broken after update from July 11, 2023 (KB5002427) – Security warning appears when clicking links
- 10Megaton on Windows 11 24H2: Fix for Synaptics audio issue on HP Prodesk 600 G4
- guenni on Windows 10 22H2: Update KB5048652 reactivates Windows Spotlight
- DadaBeatPunk on Windows 10 22H2: Update KB5048652 reactivates Windows Spotlight
Recent Comments
- Juan Stevens on Are QNAP NAS systems (TVS-872XT) dying a sudden death after shutdown?
- Make365Better on Outlook 2016: Links broken after update from July 11, 2023 (KB5002427) – Security warning appears when clicking links
- 10Megaton on Windows 11 24H2: Fix for Synaptics audio issue on HP Prodesk 600 G4
- guenni on Windows 10 22H2: Update KB5048652 reactivates Windows Spotlight
- DadaBeatPunk on Windows 10 22H2: Update KB5048652 reactivates Windows Spotlight
Tag Archives: Powershell
PowerHell: Attention, unfixed vulnerabilities in the PowerShell gallery
[German]Security researchers from Aqua Security came across several vulnerabilities in Microsoft's PowerShell gallery some time ago. The vulnerabilities were then reported to Redmond, where unsuccessful attempts were made to fix the bugs with patches. Now the security researchers have gone … Continue reading
PowerShell Mega Script Collection (500+ PS scripts)
[German] Tip for people who like to tinker with PowerShell and scripts on Windows. There is a project that collects PowerShell scripts for various purposes and makes them available for general use. By now there are more than 500 PS … Continue reading
Tip: GUI for Windows LAPS with history view
[German]Today a little tip for administrators in enterprise environments using Windows LAPS. German blog reader Heiko informed me on about a a graphical environment he wrote in PowerShell that lets you view Windows LAPS passwords, including password history.
Azure PowerShell update announced for December 7, 2021
[German]The Azure PowerShell team plans to release a major upgrade to the Azure (Az) PowerShell module Dec. 7, 2021. This will include support for Microsoft Graph.
Microsoft Azure: Urgently update PowerShell because of RCE vulnerability
[German]PowerShell versions 7.0 and 7.1 contain a remote code execution (RCE) vulnerability CVE-2021-26701, which has been assigned a CVSS score: 8.1. In a security alert, Microsoft is urging Azure customers to update PowerShell to version 7.0.6 or 7.1.3 in a … Continue reading
PowerShell 7 will be updated with Microsoft Update
[German]PowerShell 7, the script language in Windows, will be updated in future via Windows Update. That was revealed from Microsoft in a blog post in the developer blog. They announced that they are making PowerShell 7 updates easier than ever … Continue reading
Create Cross-Platform PowerShell Scripts
How to write PowerShell Scripts to run on all supported platforms. A PowerShell Script written for Windows isn't running necessarily on Linux. Redmondmag has published an article that sheds a bit light on how to create Cross-Platform PowerShell Scripts.
Configure Windows Event Viewer for audits and security monitoring using the PowerShell tool
[German]How to configure the event viewer in Windows so that it can be used for audits and security monitoring. Someone has written a PowerShell tool for this purpose.
Windows PowerShell 7 released
On March 4, 2020, Microsoft released PowerShell version 7.0.0 with some new features. On GitHub, Microsoft lists the changes in the release notes. On the GitHub page, you can also download it for different platforms (Linux, macOS, Windows).
Tip: PowerShell workarounds for June bug in Windows Event Viewer
[German]I've gone into the bug in the Windows Event Viewer caused by the June 2019 patches. This article shows how to handle workarounds to using both the Event Viewer and 'Custom Views' on a machine via PowerShell.