We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" status="active" site="Datacenter in Brühl" cluster=1 role=1 vcpus=2 memory=1024 disk=10 comments="Beschreibung für ein deusches System mit deutschn Umlauten äöüÄÖÜ" } New-nbVirtualMachine -Object $nbVMObject
The text was updated successfully, but these errors were encountered:
See #43
Sorry, something went wrong.
No branches or pull requests
When Creating or Setting Objects with New-nbObject or Set-nbObject you get JSON Encoding Errors. For Example whent you do something like this:
The text was updated successfully, but these errors were encountered: