-
Hi,
I'm creating a powershell script based on posh-ssh module to apply a configuration to a liste of cisco switches..
I run into the same problem as in Posh-SSH with Cisco Switch #308... I get s…
-
I dumped the flash of a windows ce6 system (car radio/multimedia)
https://mega.nz/file/MtJ0TbBQ#OZPtoF1hyFR68iYaCxO0ImnxTgVzJXYdQA2vU7rWM3E
I can't find a way to extract it except binwalk which …
Zibri updated
3 years ago
-
Copied from TFS task 150409
We should be able to write something along these lines
``` powershell
interface IFoo
{
[string] foo();
}
class Foo : IFoo
{
[string] foo() { return 'foo' }
}
```
-
I'm happy to move this to a feature-request, though I'm not 100% sure. Please advise. We've observed that when we mix 3rd-party module imports from ISV's, it's quite common that we hit assembly versio…
-
When `IDynamicParameters.GetDynamicParameters()` gets called via tab completion, the parameters of the cmdlet are not fully parsed, i.e. if a user specifies e.g. `Parameter1`via commandline as `-Param…
-
Following the instructions in the README, I tried to build on OSX, which failed:
```
CC=gcc-10 CXX=gcc-10 FC=gfortran-10 PYTHON_EXE=/usr/local/opt/python@3.8/bin/python3 make -j8
mkdir -p "/Users/h…
-
Am I missing something, or is there no support yet for static members such as [Math]::
-
Thanks for the nice presentation at psconf and the great work! I used the module for the first time today with "Run-Documentation.ActiveDirectory.ps1" and I like it. You said suggestions are welcome a…
-
Has there been any official update or plan for DSCCore now that Powershell v7 is out? Many people have on-prem requirements and cannot use Azure DSC.
-
Hello. I am trying to change / override the default (automatic) drive and path selection for the lab sources folder. On my notebook with two NVMe disks the lab sources folder defaults to D:\LabSources…