Free Republic 2nd Qtr 2024 Fundraising Target: $81,000 Receipts & Pledges to-date: $15,421
19%  
Woo hoo!! And we're now over 19%!! Thank you all very much!! God bless.

Keyword: powershell

Brevity: Headers | « Text »
  • Microsoft emits more Win 11 fixes for AMD speed issues and death by PowerShell bug

    10/22/2021 11:30:53 AM PDT · by dayglored · 54 replies
    The Register ^ | Oct 22, 2021 | Simon Sharwood
    Names November as the month for Win 10 H2 update – then reveals major new feature won’t arrive on time [Dayglored comment: My bolding on the paragraph below about the PowerShell bug.] Microsoft has released a build of Windows 11 that it claims addresses performance problems the new OS imposed on some systems.Redmond's announcement of OS Build 22000.282 lists over 60 "improvements and fixes" on top of a lucky 13 "highlights".One of those highlights is described as fixing "an issue that causes some applications to run slower than usual after you upgrade to Windows 11 (original release)".Another addresses an issue...
  • Microsoft doles out PowerShell 7 preview. It works. People like it. (tr. Even ElReg likes it.)

    06/02/2019 7:02:28 AM PDT · by dayglored · 15 replies
    The Register ^ | May 31, 2019 | Thomas Claburn
    Popular admin tool shifts to .Net Core 3.0 amid talk of future features Microsoft on Thursday released a preview version of PowerShell 7, its command-line shell and scripting language for administrators. The software was once was limited to Windows but opened up to Linux (including arm64) and macOS three years ago.Steve Lee, principal software engineering manager, announced the software's availability in conjunction with a roadmap of future features. He said the next preview release will follow in accordance with the established monthly release cadence; preview 2 is expected mid-July.The full list of changes has been posted on GitHub, a recently...
  • PowerShell comes to MacOS and Linux. Oh and Windows too

    01/12/2018 6:11:41 AM PST · by dayglored · 29 replies
    The Register ^ | Jan 12, 2018 | Simon Sharwood
    Microsoft has given the world new versions of PowerShell that bring the popular automation and scripting tool to MacOS and Linux.PowerShell Core 6.0’s both an upgrade and a replacement for its predecessors.It’s a replacement because Microsoft is no longer actively developing its predecessor, “Windows PowerShell”. That tool will be kept secure in future updates to Windows Server and Windows.Those of you looking for future fun, by way of enhancements, need to adopt PowerShell Core. That moniker reflects the fact it runs with the .Net Core, rather than the Windows-only .NET framework.The change has been made because Microsoft wants sysadmins to...
  • Microsoft open-sources PowerShell for Linux, Macs. Repeat... (includes OpenSSH) (tr)

    08/18/2016 9:09:01 AM PDT · by dayglored · 17 replies
    The Register ^ | Aug 18, 2016 | Tim Anderson
    Microsoft has published PowerShell, its scripting and automation platform, as open source under the permissive MIT licence, as well as porting it to Linux and Mac, with an alpha build now available on GitHub. PowerShell is built on Microsoft's .NET platform, and one of the enabling pieces here is .NET Core, the refactored fork of .NET which runs cross-platform. PowerShell "Core" has already turned up on Nano Server, the barebones edition of Windows Server 2016, and the newly announced release will run on .NET Core on Mac and Linux. The initial Linux support is for Ubuntu, CentOS and RedHat. "Others...
  • Windows Management Framework (WMF) 5.0 RTM is now available (PowerShell coolness)

    12/20/2015 7:39:46 AM PST · by dayglored · 31 replies
    Windows PowerShell Blog ^ | Dec 16, 2015 | PowerShell Team
    [Edit 12/18/2015 - Added additional detail describing support for Windows 7 and Windows 8] Continuing with the ongoing tradition of holiday gifts to the PowerShell community, we are excited to announce the release of Windows Management Framework 5.0 RTM. WMF 5.0 RTM brings new management technologies such as Just Enough Admin (JEA), PowerShell Classes, PackageManagement, PowerShellGet, etc. and improvement to existing technologies such as Desired State Configuration (DSC), PowerShell Script Debugging, Software Inventory Logging (SIL) etc. to downlevel systems. WMF 5.0 RTM replaces WMF 5.0 Production Preview, and is the fully-supported version many of you have been waiting for. You...
  • Temperature of Hell drops a few degrees – Microsoft emits SSH-for-Windows source code

    10/19/2015 8:55:19 PM PDT · by dayglored · 17 replies
    The Register ^ | Oct 19, 2015 | Shaun Nichols
    Microsoft has published early source code for its OpenSSH-for-Windows port for developers to pick apart and improve. In a blog post on Monday, Steve Lee – the PowerShell team's principal software engineer manager – said Redmond has finished early work on a Windows port of OpenSSH 7.1, built in a joint-effort with remote-access developer NoMachine. "We will continue to partner with NoMachine on development in this public repository," Lee said. "Please note that this code is still very early and should be treated as a developer preview and is not supported for use in production." Microsoft said back in June...
  • Holy (bleep) Microsoft promises secure logins for Windows PowerShell (OpenSSH comes to Windows!)

    06/02/2015 6:59:47 PM PDT · by dayglored · 42 replies
    The Register ^ | June 2, 2015 | Shaun Nichols
    Microsoft has finally decided to add support for SSH to PowerShell, allowing people to log into Windows systems and use software remotely over an encrypted connection. Users of Linux, the BSDs, and other operating systems, will know all about OpenSSH and its usefulness in connecting machines in a secure way to execute commands and transfer data. And soon Windows PowerShell – the command-line shell and scripting language – can be used over SSH, we're told. "The PowerShell team [will] adopt an industry-proven solution while providing tight integration with Windows; a solution that Microsoft will deliver in Windows while working closely...
  • Microsoft points PowerShell at Penguinistas

    05/10/2015 7:32:24 PM PDT · by dayglored · 26 replies
    The Register ^ | May 11, 2015 | Simon Sharwood
    In yet another sign that Microsoft is a very different animal these days, the company has released PowerShell DSC (desired state configuration) for Linux. PowerShell DSC is a server configuration tool that has hitherto driven Windows Server boxen. But Microsoft's now decided it has a “commitment to common management of heterogeneous assets in your datacenter or the public cloud”, so has added Linux-wrangling features to the tool. The new code can cope with CentOS, Debian GNU/Linux, Oracle Linux, Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu Server. Once you get it up and running you can enjoy the...
  • Windows PowerShell Blog - ScriptAnalyzer in GitHub and availability on Powershell Gallery

    05/06/2015 5:57:41 AM PDT · by dayglored · 15 replies
    The Windows PowerShell Blog ^ | Apr 29, 2015 | PowerShell Team
    Windows PowerShell Blog "Automating the world one-liner at a time…" With the release of Windows Management Framework 5.0 April Preview, we are excited to announce that PowerShell ScriptAnalyzer development has moved to GitHub for greater collaboration & community involvement. https://github.com/PowerShell/PSScriptAnalyzer Also, we have published v1.0 of ScriptAnalyzer to PSGallery. https://www.powershellgallery.com/packages/PSScriptAnalyzer/ Here are the significant changes in this release: Features: "Recursive" switch to analyze a folderpath in Invoke-ScriptAnalyzer Three levels of Severity - Error/Warning/Informational Robust Engine that does emits non-terminating errors (Ex: for failed ast parse) and continues rule application when running on multiple scripts Add wild card supports for rules...