Rudolf Achter

Results 6 issues of Rudolf Achter

…akzeptiert. In My Case i had errors in \Graphical\src\UtilityFunctions.ps1:18 Zeichen:5 and \Show-Graph.ps1:243 Zeichen:9 These were the steps necessary to fix it. Powershell Version: ``` $psversiontable Name Value ---- ----- PSVersion...

For this one i have no fix for now. There are also issues whent getting Objects with german umlauts ![image](https://user-images.githubusercontent.com/56109433/93053491-2a019580-f668-11ea-99c5-dcfce391036d.png)

When Creating or Setting Objects with New-nbObject or Set-nbObject you get JSON Encoding Errors. For Example whent you do something like this: ``` $nbVMObject= New-Object -Type PSObject -Property @{ name="VMName"...

In my Project i ran `Get-Help New-nbVirtualMachine -Full` to see how i create a VirtualMachine Object Example says: ``` PS C:\>$lookup = @{ device_type='dcim/device-types' device_role='dcim/device-roles' site='organization/sites' status='dcim/_choices' } $VirtualMachine =...

Fixes issue with german Umlauts (and other non english characters) when using in strings in Set-nbObject and New-nbObject. For example like this ``` $nbVMObject= New-Object -Type PSObject -Property @{ name="VMName"...

### Describe the bug One of the faces is not showing in the People (Face Recognition) View. This happens when my Browser is maximized (Firefox and Brave) ![grafik](https://github.com/user-attachments/assets/6a09d8c9-59ac-4e64-932f-75fd926307d7) If i...

needs triage