mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
4 lines
191 B
PowerShell
4 lines
191 B
PowerShell
Import-Module platyPS
|
|
Get-ChildItem $PSScriptRoot -Directory | ForEach-Object {
|
|
New-ExternalHelp -Path $_.FullName -OutputPath (Join-Path $PSScriptRoot "..\$($_.Name)") -Force -Verbose
|
|
} |