blog.atwork.at

news and know-how about microsoft, technology, cloud and more.

Windows 10 Anniversary Update

Wie auf der BUILD Conference angekündigt, wird Microsoft diesen Sommer das nächste große Windows 10 Update ausrollen. Damit werden eine ganze Reihe von Updates verfügbar, unter anderem Windows Ink und Cortana (die persönliche digitale Assistentin), Erweiterungen für den Microsoft Edge Browser, erweiterte Security Features für Endanwender und Unternehmen und vieles mehr.

Color your life in PowerShell

Always wanted to change to color of your PowerShell? Well, the easiest way is this: [console]::ForegroundColor = "Green" ...or use it for the output like this: Write-Host "`nThis is red`n" -ForegroundColor Red See much more options here: https://www.petri.com/change-powershell-console-font-and-background-colors https://technet.microsoft.com/en-us/library/ee692799.aspx Let color come to your (Admin) life!