PowerGUI is a graphical user interface and script editor for Microsoft Windows PowerShell.
Questions tagged [powergui]
48 questions
1
vote
2 answers
PowerGUI "Root Element is Missing" While launch
I get an error while launching powergui editor and launch fails everytime with error:
Root Element is missing.
Any suggesstions here, while i am still trying to figure out the solution using multiple forums for powergui.

Ashish Bajpai
- 179
- 1
- 4
- 10
0
votes
2 answers
What's causing the webadministration module cmdlets collide with their own names?
I'm running Win7 Enterprise.
My goal is to use the webadministration Powershell module with Powershell 2.0 and PowerGUI.
The module works correctly, but I get errors the next time I launch PowerGUI.
Here are the steps to reproduce the problem:
1)…

MindModel
- 822
- 1
- 10
- 22
0
votes
0 answers
PowerGUI Script Editor, How to pass parameters?
I'm trying to pass a parameter to my application like (filename.exe -Param Value) but no luck.
I'm trying to capture the parameter with this
Param([Parameter(Mandatory=$true)][string]$message)
write-host $message
Using the command line to execute…

StevenGDC
- 1
- 1
0
votes
1 answer
Can't start debugger in PowerGUI
I am using the PowerGUI Script Editor 1.7.1.702, and trying to start debugger, but I get such error message:
Cannot find a provider with name
'Remove-PSBreakPoint -BreakPoint
$bE4078E3092DF4dd9A469F3DC0CBB505C;Remove-Variable
…

alex2k8
- 42,496
- 57
- 170
- 221
0
votes
1 answer
From measurement and states analyzer powegui Matlab to workspace
In Simulink, How can i store data from the powergui measurement and states analyzer block to workspace.
I tried with the following command but I could just see the nodes and not the corresponding voltages and currents
sps =…
0
votes
1 answer
How to copy data from Simulink Powergui Load Flow Tool to Array in Matlab?
I have developed a process to semi-automate the Simulink Load Flow Tool to allow the Load Flow to continuously be computed for different Load values. Each time the Load Flow is computed I require the data to be copied from the Powergui Load Flow…

j dahman
- 1
0
votes
1 answer
AWS Tools for PowerShell - Get-EC2Vpc doesn't appear in PowerGUI
I am using first time PowerGUI. I am trying to use the command Get-EC2Vpc.
I am using PowerGUI tool. Please see the attached image. For some reason, I can't see the command Get-EC2Vpc.
Any suggestion on why?
PowerGUI

Jason
- 497
- 3
- 9
- 27
0
votes
1 answer
Get all AD Users and their group memberships (recursively) using Powershell
I have a script from a previously answered question, but don't have enough reputation to comment. I tried to run that script and came across this error message:
Export-CSV : Cannot append CSV content to the following file: C:\users.csv. The…

Brian Lee
- 39
- 7
0
votes
2 answers
Missing Status Bar in PowerGUI
I am missing the bar in PowerGUI that has all the key buttons on it e.g. Debug, Save, New, Open etc.
Is there anyway to get it back? I have looked on Google to no avail.
(Ps. The bar with 'File', 'Edit', 'View' etc. is also missing.)

AJennings1
- 159
- 1
- 2
- 10
0
votes
1 answer
How to export all AD user accounts in a specified OU
I'm attempting to export all AD users within an OU to a csv file. However, I do not know how to fill in the first two given variables in a sample script I had pulled from a website.
Given that my LDAP connection string is LDAP://OU=Admin Accounts,…

Brian Lee
- 39
- 7
0
votes
0 answers
Compiling powershell scripts using PowerGUI
In my power shell script(task_scheduler.ps1) when runs in a system, it creates a daily task in task scheduler. This daily task is to run another power shell file (action.ps1) in the system.
Now I would like to convert task_scheduler.ps1 into an exe…

krishna
- 55
- 7
0
votes
1 answer
Error when running powershell script to import users from csv using Import-Csv and New-QADUser into Active Directory
My script looks like this:
$Users = Import-Csv "C:\users.csv"
foreach ($User in $Users)
{
New-QADUser -Name $User.Name `
-ParentContainer $User.OU `
-FirstName $User.FirstName `
-LastName $User.LastName `
…

Shadow00Caster
- 101
- 1
- 1
0
votes
1 answer
PowerGUI PS1 to EXE Product Information
I am using PowerGUI to compile exe. It's working great.
But I wanted to add detail about the exe file, like product version, description, filerversion and etc.
Is there way to do that? I know NSIS script can detail to exe, but how can PowerGUI do…

Imsa
- 1,105
- 2
- 17
- 39
0
votes
1 answer
Graphic Interface in Powershell looks different in PowerGUI
My first question here, sorry if something is wrong in the way I posted.
Well, I'm new in developing graphic things in Powershell, and I needed to make a simple script to configure hostname, IP, etc and make it simple to end users (ugh).
I'm…

esserafael
- 195
- 1
- 1
- 6
0
votes
1 answer
Unable to create "Microsoft.SqlServer.Replication.ReplicationServer" object
EDIT 1 : I am able to create replication objects successfully via Windows PowerShell ISE but NOT PowerGUI. The script used to run successfully on my 32 bit machine and now errors on my 64. Issue looks to be an environmental issue.
I'm attempting to…

Pixelated
- 1,531
- 3
- 15
- 35