![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Remove-AuthenticodeSignature Before sharing or committing scripts i'd like to remove any authenticode signatures, it seems there's no built-in command does anyone know an easier or shorter way to remove the signature? PS> $print=$true;Get-Content List-Scripts.ps1 | foreach {if ($_ -eq '# SIG # Begin signature block') {$print = !$print}; if($print ) {$_}} Is there a way to exit the foreach? Joris |
| | #2 (permalink) |
| Guest | Re: Remove-AuthenticodeSignature Joris van Lier wrote: > Before sharing or committing scripts i'd like to remove any > authenticode signatures, it seems there's no built-in command > > does anyone know an easier or shorter way to remove the signature? > >> $print=$true;Get-Content List-Scripts.ps1 | foreach {if ($_ -eq '# >> SIG # Begin signature block') {$print = !$print}; if($print ) {$_}} > > Is there a way to exit the foreach? > > Joris The doumentation for Break is not where i'd expect it, or atleast i'd expect a related link to Break in Get-Help Foreach-Object -full get-Content Query-Index.ps1 | %{if ($_ -eq '# SIG # Begin signature block') {break} else {$_}} Joris |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Set-AuthenticodeSignature doesn't throw hard enough | RickB | PowerShell | 4 | 06-02-2008 12:33 PM |
| Powershell get-authenticodesignature not complete | Zanten, Ben van | PowerShell | 1 | 03-10-2008 03:19 AM |
| Powershell get-authenticodesignature not complete | Zanten, Ben van | PowerShell | 0 | 03-05-2008 11:10 AM |
| Can't remove explorer menu bar after install/remove Live Search Club toolbar | Robert Firth | Vista General | 2 | 08-08-2007 04:07 AM |
| How to remove updates? It seems to be impossible to remove an upda | =?Utf-8?B?Q29wZW5oYWdlbg==?= | Vista General | 3 | 07-07-2006 10:18 AM |