Windows 10 Anniversary Update and the PowerShell (Bug)

In this post, I described that my PCs did not receive a Windows 10 Anniversary Update via Windows Update. I had installed the update manually. A mistake, as I have now discovered: https://blogs.msdn.microsoft.com/powershell/2016/08/23/powershell-dsc-broken-in-kb3176932/ Exactly one day after my update, the information was published that the Windows 10 Anniversary Update (1607) had problems with the PowerShell DSC ... Read more

Microsoft releases PowerShell for Linux and MacOS X

Microsoft has also made PowerShell available for Linux and MacOS X on GitHub: https://github.com/PowerShell/PowerShell In addition to a DEB package for Ubuntu and an RPM for CentOS, a package for Mac OS X is also available for download. Microsoft has released PowerShell under the MIT license. The Powershell for Linux is therefore OpenSource. I have ... Read more

Windows Server: Remove orphaned shares (server service does not start)

For a change, a small problem again today. The "Server" service on a Windows Server 2012 R2 file server could no longer be started, which meant that none of the shares were accessible. Only this warning could be found in the "Application" event log: Source: Server Event ID: 2511 The server service could not restore the share share name because ... Read more

Protect Windows file servers from ransomware (Update 2)

I have already published some approaches to getting the ransomware plague under control here: https://www.frankysweb.de/windows-fileserver-vor-ransomware-crypto-locker-schuetzen/ https://www.frankysweb.de/windows-fileserver-vor-ransomware-schuetzen-update/ https://www.frankysweb.de/locky-verseuchte-clients-identifizieren/ https://www.frankysweb.de/clients-vor-infektion-mit-ransomware-schuetzen-locky-cryptolocker/ However, I also receive many emails every day asking what else is possible. I have to say: It depends... The scripts in the articles don't work in every environment, but probably have to be ... Read more

Locky: Identify infected clients

In these two articles, I already presented a way to protect Windows file servers from Locky and other ransomware: https://www.frankysweb.de/windows-fileserver-vor-ransomware-crypto-locker-schuetzen/ https://www.frankysweb.de/windows-fileserver-vor-ransomware-schuetzen-update/ Tobbi has also implemented the idea for Netapp Filer: http://www.tobbis-blog.de/netapp-ontap-fileserver-gegen-ransomware-abschotten/ But there are still the clients, from which most of the danger emanates. The faster the computers are identified that are infected with ... Read more

Find user accounts in nested groups

Does anyone else have this problem, or is it just me? Every now and then I get stuck: Somewhere there is a distribution group which in turn contains other distribution groups as members, as can be seen here in the example: In practice, there are usually distribution groups such as "Finance", and then "Finance - ... Read more

Exchange Reporter 3.0 is ready

I have just uploaded the new version of "Exchange Reporter". Since a few new features have been added, I have put together a new major version. Here are the highlights: Multilingual (German and English) Exchange 2016 compatible Visual customization of the report and the console output New functions (major update) First multilingual version (German and English) Visual customization ... Read more