Chris Magnuson
Chris Magnuson
We are running Wekan hosted on Cloudron and after upgrading to 6.23 and all subsequent updates through to 6.26 which we are running currently we have no longer been able...
PSVersion 5.1.17134.48 Running `@{"Tervis-Tumbler/PowerShellApplication"=@{version="master";target="."}}|Invoke-PSDepend -Install -Force` once will create a folder in the current directory named PowerShellApplication that contains the contents of the cloned repository: ``` PS C:\test> @{"Tervis-Tumbler/PowerShellApplication"=@{version="master";target="."}}|Invoke-PSDepend -Install...
# Steps to reproduce Copy paste the function from [here](https://github.com/beatcracker/Powershell-Misc/blob/master/New-DynamicParameter.ps1) to simplify creation of dynamic parameters (example can be written without using this if needed, dynamic parameter declaration would look...
# Steps to reproduce ``` Get-UDDashboard | where port -eq 10000 | Stop-UDDashboard $Dashboard = New-UDDashboard -Title "Input form validation failure after clearing input" -Content { New-UDInput -Title "Input form...
Given that the chocolatey package isn't working I tried to manually do what the package does and I now have a directory "C:\ProgramData\chocolatey\lib\jupyter-powershell\PowerShell-Core" that contains all the files that are...
I have a dll from an existing application and have found the class that implements the entity framework DB Context. If I run: ``` powershell Add-Type -AssemblyName System.Configuration [appdomain]::CurrentDomain.SetData("APP_CONFIG_FILE", "C:\Image\ImageService.exe.config")...
https://github.com/darkoperator/Posh-SSH/blob/master/Trust.ps1 would need to be refactored so that it uses something like a directory and files to store these. https://github.com/darkoperator/Posh-SSH/issues/167 would likely need to be merged first and if support...
I found that #27 implemented a feature I needed but isn't mentioned in the documentation (readme.md). I will try to send a pull request for this when I can.
I have just done an Ubuntu 13.10 x64 desktop install and the Everpad app says API version mismatch. I installed everpad using the following commands: http://askubuntu.com/questions/362342/install-everpad-on-ubuntu-13-10 sudo add-apt-repository ppa:nvbn-rm/ppa sudo...
The following results in no output: `Invoke-OperationValidation -ModuleName tervisactivedirectory -IncludePesterOutput` File Simple.tests.ps1 in TervisActiveDirectory\Diagnostics\Simple ``` $ADUsers = Get-ADUser -Filter * -SearchBase "OU=Departments,DC=tervis,DC=prv" -Properties HomeDirectory, Manager, EmployeeID foreach ($ADUser in $ADUsers)...