PowerShell • Re: $Host.Name / (Get-Host).Name and Using it with Invoke-Command
Calculate a hash e.g. over the date, time and target machine name and pass it on the command line. The called script does the same calculation, then the hash should match. Makes sure that even if...
View ArticlePowerShell Studio • KeyBoard Shortcut Missing for newer Find (Shift+F3)
Hello, I have noticed the missing keyboard shortcut used with the "find" dialog.Find always included "F3"--> find next and "Shift+F3"--> find previousI like the new Arrows, but the "Shift+F3...
View ArticlePowerShell Studio • Re: KeyBoard Shortcut Missing for newer Find (Shift+F3)
I have been able to reproduce this issue and have filed a bug report with the development team. I did notice that the keyboard short 'Shift+F3' worked as expected for me when the Find/Replace dialog...
View ArticlePowerShell GUIs • After packaging the GUI that I created I am unable to run...
After it is packaged, I am getting the error message "The directory name is invalid". It is really hard to know what PowerShell Studio is having a problem with since it not specifying a path that is...
View ArticlePowerShell GUIs • Re: After packaging the GUI that I created I am unable to...
I figured out the problem, although the message was not very helpful. I sync my desktop, and documents to OneDrive and it appears that PS Studio doesn't like this and sense PowerShell Studio defaults...
View ArticleCustomer Service • Change Account owner
Hi, I will soon leave my company and is currently the account owner for a number of licenses that I administer. How do I best transfer the ownership to a new person who will manage the...
View ArticleCustomer Service • Re: Change Account owner
You can simply log into your SAPIEN account and for each license select "Transfer key" and assign it to another SAPIEN ID.Statistics: Posted by Alexander Riedel — Fri Nov 01, 2024 6:19 am
View ArticlePowerShell Studio • GitHub Copilot Support
Product, version and build: Powershell Studio 2024Operating system: WindowsPowerShell version(s): 2024Ok so last year you dodged the question of GitHub support in PowerShell Studio. "Copyright issues"...
View ArticlePowerShell Studio • Re: GitHub Copilot Support
Thank you for your input. We will take your comments into consideration.Statistics: Posted by brittneyr — Fri Nov 01, 2024 8:07 am
View ArticlePowerShell Studio • Packaging and including an executable
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View ArticlePowerShell Studio • Re: Packaging and including an executable
You cannot include an executable with your packaged script, but you can make an installer (MSI) for your packaged script and the additional executable. This will install both files under Program...
View ArticlePowerShell Studio • Error: Cannot open AMSI session
Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.249OS: Windows 11.0.22631 & Windows 10 v10.0.19045.0PS Version(s): 5.1.22621.1When trying to build a package, I get the following error:SAPIEN...
View ArticlePowerShell Studio • Re: Error: Cannot open AMSI session
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Mon Nov 04, 2024 12:56 pm
View ArticlePowerShell Studio • Re: PowerShell 7.x – ProgressBarOverlay does not work (EXE)
Is there any news or a date by which the error will be fixed?Many thanks and best regardsStatistics: Posted by freeman — Tue Nov 05, 2024 4:31 am
View ArticlePowerShell Studio • command get-acl don't work correctly under powershell...
function Get-AclBranch { param ( [parameter(Mandatory = $true)] [string]$pBranch ) $vACLs = get-acl $pBranch; $vDomainSids = [regex]::Matches($vACLs.Sddl, 'S-1-5-21(-\d+){4}') | ForEach-Object {...
View ArticlePowerShell Studio • Re: command get-acl don't work correctly under powershell...
We are looking into this and will get back to you soon.Statistics: Posted by brittneyr — Tue Nov 05, 2024 9:17 am
View ArticlePowerShell GUIs • PowerShell GUI but with silent mode, output in PS Window
Hey all,I have written a script that has a GUI for interaction, but the desire to interact with it via command line has come up and I have implemented some basics of being able to run actions...
View ArticlePowerShell • does not contain a method named 'op_Addition'
When I type the following code in a PowerShell console window (version 5.1) it works fine:$locked = @()$locked = Search-ADAccount -LockedOutBut when I run it in PowerShell Studio 2024 I get:ERROR:...
View ArticlePowerShell • Re: does not contain a method named 'op_Addition'
This might help:https://community.spiceworks.com/t/how- ... r/950539/4It seems this happens if you attempt to fill or append an array from an empty object.Statistics: Posted by Alexander Riedel — Fri...
View ArticlePowerShell Studio • When packaging psf in exe, any manifest result in error
Product, version and build: Powershell Studio 2024 v. 5.8.250Operating system: Windows 10PowerShell version(s): 5*** Please add details and screenshots as needed below. ***Hello,When I use the...
View Article