oliwex

Results 18 issues of oliwex

Polish chars do not exists dot.exe : Warning: Invalid 3-byte UTF8 found in input of graph g - treated as Latin-1. Perhaps "-Gcharset=latin1" is needed? At C:\Program Files\WindowsPowerShell\Modules\PSGraph\2.1.38.27\PSGraph.psm1:857 char:33 +...

Hi i try to install PsGraph and graphviz and have problem. Try this two sollutions: #1.First way install GraphViz # Install GraphViz from the Chocolatey repo Register-PackageSource -Name Chocolatey -ProviderName...

Please give more examples in readme.md Specially examples from: https://www.youtube.com/watch?v=8GvrVN0_fD0 [your speech from PowerShell.org 17.05.2019 about PSGraph] 10:29. Styling edges and nodes. Please!

```powershell $userObjects=Get-ADUser -Filter * $chart = $userObjects | Group-Object Department | Select-Object Name, @{Name = "Values"; Expression = { [math]::round(((($_.Count) / $userObjects.Count) * 100), 2) } } | Where-Object {...

function Get-GPOPolicy { $groupPolicies = Get-GPO -Domain $($Env:USERDNSDOMAIN) -All foreach ($gpo in $groupPolicies) { [xml]$xmlGPOReport = $gpo.generatereport('xml') #GPO version if (($xmlGPOReport.GPO.Computer.VersionDirectory -eq 0) -and ($xmlGPOReport.GPO.Computer.VersionSysvol -eq 0)) { $computerSettings =...

If I try to save file in folder in C:\ disk then the ps1 file is executed without errors, but the file is not created

enhancement

Add function ConvertTo-PDF

Chronometer gives: "1-System Error" when executed with big script (ex 680). End it stops without results.

When PsCustomObject have single variables in PCO property then DataTable works fine. But when PsCustomObject have single variables and and array in property then the array is showed as variable....

Waiting for feature to transpose datatable like DataTable $variable -Transpose The same feature have PSWriteWord