Autor Thema: Windows PowerShell  (Gelesen 4555 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
PowerShell 7.4.0 Preview 3
« Antwort #75 am: 21 April, 2023, 18:20 »
Changelog

    Breaking Changes:

    Remove code related to #requires -pssnapin (#19320)

    Engine Updates and Fixes:

    Change the arrow used in feedback suggestion to a more common Unicode character (#19534)
    Support trigger registration in feedback provider (#19525)
    Update the ICommandPredictor interface to reduce boilerplate code from predictor implementation (#19414)
    Fix a crash in the type inference code (#19400) (Thanks @MartinGC94!)

    Performance:

    Speed up Resolve-Path relative path resolution (#19171) (Thanks @MartinGC94!)

    General Cmdlet Updates and Fixes:

    Infer external application output as strings (#19193) (Thanks @MartinGC94!)
    Fix a race condition in Add-Type (#19471)
    Detect insecure https-to-http redirect only if both URIs are absolute (#19468) (Thanks @CarloToso!)
    Support Ctrl+c when connection hangs while reading data in WebCmdlets (#19330) (Thanks @stevenebutler!)
    Enable type conversion of AutomationNull to $null for assignment (#19415)
    Add the parameter -Environment to Start-Process (#19374)
    Add the parameter -RelativeBasePath to Resolve-Path (#19358) (Thanks @MartinGC94!)
    Exclude redundant parameter aliases from completion results (#19382) (Thanks @MartinGC94!)
    Allow using a folder path in WebCmdlets' -OutFile parameter (#19007) (Thanks @CarloToso!)

    Tests:

    Harden the default command test (#19416)
    Skip VT100 tests on Windows Server 2012R2 as console does not support it (#19413)
    Improve package management acceptance tests by not going to the gallery (#19412)

[close]

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.3.5
« Antwort #76 am: 28 Juni, 2023, 18:40 »
Changelog

    Bump to use .NET 7.0.305
    Update the ThirdPartyNotice (Internal 26372)
    Add PoolNames variable group to compliance pipeline (#19408)
    Update cgmanifest.json
    Update to .NET 7.0.304 (#19807)
    Disable SBOM signing for CI and add extra files for packaging tests (#19729)
    Increase timeout to make subsystem tests more reliable (#18380)
    Increase the timeout when waiting for the event log (#19264)
    Implement IDisposable in NamedPipeClient (#18341) (Thanks @xtqqczze!)
    Always regenerate files wxs fragment (#19196)
    Bump Microsoft.PowerShell.MarkdownRender (#19751)
    Delete symbols on Linux as well (#19735)
    Add prompt to fix conflict during backport (#19583)
    Add backport function to release tools (#19568)
    Add an explicit manual stage for changelog update (#19551)
    Update the team member list in releaseTools.psm1 (#19544)
    Verify that packages have license data (#19543)
    Fix the regex used for package name check in vPack build (#19511)
    Make the vPack PAT library more obvious (#19505)
    Update the metadata.json to mark 7.3 releases as latest for stable channel (#19565)

[close]

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.3.6
« Antwort #77 am: 14 Juli, 2023, 10:10 »
Whats new:>>

    Bump .NET to 7.0.306
    Update Notices file
    Don't publish notice on failure because it prevents retry
    Bump .NET to 7.0.306 (#19945)
    Remove the property disabling optimization (#19952)
    Add ProductCode in registry for MSI install (#19951)
    Update variable used to bypass the blocking check for multiple NuGet feeds (#19953)
    Change System.Security.AccessControl preview version to stable version (#19931)

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.3.7
« Antwort #78 am: 20 September, 2023, 17:15 »
Whats new:>>

    Build and Packaging Improvements:

    Bump .NET SDK version to 7.0.401

    Documentation and Help Content:

    Update man page to match current help for pwsh (#20249)

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.3.8
« Antwort #79 am: 10 Oktober, 2023, 20:15 »
Whats new:>>

Security Fixes

    Block getting help from network locations in restricted remoting sessions (Internal 27698)

Build and Packaging Improvements

Build infrastructure maintenance

    Release build: Change the names of the PATs ( #20316 )
    Add mapping for mariner arm64 stable ( #20310 )
    Switch to GitHub Action for linting markdown ( #20308 )
    Put the calls to Set-AzDoProjectInfo and Set-AzDoAuthToken` in the right order ( #20311 )

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.4.0 RC 1
« Antwort #80 am: 25 Oktober, 2023, 10:10 »
Whats new:>>

    General Cmdlet Updates and Fixes:

    Fix Test-Connection due to .NET 8 changes (#20369) (#20531)
    Add telemetry to check for specific tags when importing a module (#20371) (#20540)
    Fix Copy-Item progress to only show completed when all files are copied (#20517) (#20544)
    Fix unixmode to handle setuid and sticky when file is not an executable (#20366) (#20537)
    Fix UNC path completion regression (#20419) (#20541)
    Fix implicit remoting proxy cmdlets to act on common parameters (#20367) (#20530)
    Fix Get-Service non-terminating error message to include category (#20276) (#20529)
    Fixing regression in DSC (#20268) (#20528)

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.3.9
« Antwort #81 am: 27 Oktober, 2023, 07:40 »
Whats new:>>

    Build and Packaging Improvements:

    Bump .NET 7 to version 7.0.403:

    Use correct agent pool for downloading from Azure blob
    Remove a timeout value from ADO pipeline stage to resolve a syntax issue
    Update .NET 7 and manifests (Internal 28148)
    Add SBOM for release pipeline (#20519) (#20573)
    Increase timeout when publishing packages to pacakages.microsoft.com (#20470) (#20572)
    Use fxdependent-win-desktop runtime for compliance runs (#20326) (#20571)

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.4.0
« Antwort #82 am: 17 November, 2023, 07:20 »
Whats new:>>

    General Cmdlet Updates and Fixes:

    Added a missing ConfigureAwait(false) call to webcmdlets so they don't block (#20622)
    Fix Group-Object so output uses current culture (#20623)
    Block getting help from network locations in restricted remoting sessions (#20615)

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 190034
  • Ohne Input kein Output
    • DVB-Cube
Windows PowerShell 7.4.2
« Antwort #83 am: 12 April, 2024, 09:40 »
Changelog


    General Cmdlet Updates and Fixes:

    Revert "Adjust PUT method behavior to POST one for default content type in WebCmdlets" (#21049)
    Fix regression with Get-Content when -Tail 0 and -Wait are both used (#20734) (Thanks @CarloToso!)
    Fix Get-Error serialization of array values (#21085) (Thanks @jborean93!)
    Fix a regression in Format-Table when header label is empty (#21156)

    Engine Updates and Fixes:

    Revert the PR #17856 (Do not preserve temporary results when no need to do so) (#21368)
    Make sure the assembly/library resolvers are registered at early stage (#21361)
    Handle the case that Runspace.DefaultRunspace is null when logging for WDAC Audit (#21344)
    Fix PowerShell class to support deriving from an abstract class with abstract properties (#21331)
    Fix the regression when doing type inference for $_ (#21223) (Thanks @MartinGC94!)

    Build and Packaging Improvements:

    Bump to .NET 8.0.4

[close]

https://msdn.microsoft.com/en-us/powershell/mt173057.aspx

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )