crimsonread
crimsonread
Hello! I've just installed this module and try to test on the localhost. When I run **Invoke-RemoteDesktopViewer -ServerAddress "127.0.0.1" -ServerPort 2801 -SecurePassword (ConvertTo-SecureString -String "urCompl3xP@ssw0rd" -AsPlainText -Force) in the example**,...
**Exercise** CH14 **Problem** When I run **docker stack deploy -c stack.yml numbers** The output is **unsupported Compose file version: 1.0** **Docker version** Client: Cloud integration: v1.0.22 Version: 20.10.12 API version:...
Hi! Copy parameter with Alias is not working while Get-PSnote -Note mynote -Copy is working. Powershell verision is 7.2.4. PSVersion 7.2.4 PSEdition Core GitCommitId 7.2.4 OS Microsoft Windows 10.0.19044 Platform...
Hi, When I run Get-KbInstalledSoftware on my machine, I encountered below warning message. Get-KbInstalledSoftware -ComputerName localhost **WARNING: [13:57:29][Invoke-KbCommand] Failure on localhost | Unable to find package providers (msi,msu,Programs).**
Hello, At a new version of this module, I found that table button is not working when I include **New-TableButtonCSV** in the script. ``` $data = Get-Process | Select-Object Name,WorkingSet,Id,VirtualMemorySize,CPU...