This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .\Get-Signatures.ps1 | Export-Csv -Path output.csv -NoTypeInformation | |
function Split-X500 { | |
Param([string]$X500) | |
$dict = @{} | |
$X500 -split ', ' | ForEach-Object { | |
$item = $_.Split('=') | |
$dict[$item[0]] = $item[1] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ScriptBlock = | |
{ | |
Param([int]$RunNumber) | |
$filename = Join-Path ([IO.Path]::GetTempPath()) "powershell-$RunNumber.doc" | |
'Opening Word ...' | |
$oWord = New-Object -Com Word.Application | |
$oWord.Visible = $true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2017-07-13T18:06:50.116Z","extensionVersion":"v2.8.2"} |
NewerOlder