Julien Nury
Julien Nury
What I did: json.Marshal(envelope) What I expected: convert an Envelope object into Json What I got: a stack overflow when envelope contains at least one part Release or branch I...
Hi, Using Get-GpioPin on a pin will force its level to 'low'. To reproduce (even if the pin is not connected to anything): `Set-GpioPin -Id 0 -Value High` The pin...
Hi, If the device provided to Get or Set-I2CRegister commands is not reachable, PowerShell crash with message: ``` *** Error in `pwsh': free(): invalid pointer: 0x76d35694 *** Aborted ``` To...
Hi, I use DSC to deploy JEA configuration on many Windows Server 2012 R2 hosts: ``` PS > $psversiontable Name Value ---- ----- PSVersion 5.1.14409.1012 PSEdition Desktop PSCompatibleVersions {1.0, 2.0,...
To be able to deploy role capabilities, a DSC resource has to be created. This resource would take same parameters as New-PSRoleCapabilityFile - **Path**: where to store the file. _String_...
With the following PowerShell version: ``` Name Value ---- ----- PSVersion 5.1.14409.1012 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1012 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 ```...
On Windows Server 2012 R2: ``` PS > $psversiontable Name Value ---- ----- PSVersion 5.1.14409.1005 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1005 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3...