Search found 100 matches
- Mon Apr 01, 2019 8:41 am
- Forum: PowerShell Studio
- Topic: Project to EXE file
- Replies: 4
- Views: 2032
Re: Project to EXE file
I created a new project again and brought the files in and now I can create the EXE file.
- Fri Mar 29, 2019 5:55 pm
- Forum: PowerShell Studio
- Topic: Project to EXE file
- Replies: 4
- Views: 2032
Re: Project to EXE file
Here is the screenshot
- Fri Mar 29, 2019 2:02 pm
- Forum: PowerShell Studio
- Topic: Project to EXE file
- Replies: 4
- Views: 2032
Project to EXE file
I have copied a .psf file into a new blank project. However I no longer have the option to create an EXE file. The Packager settings are all grayed out. Let me know if I am supposed to be able to create an EXE file from a project or not. Please let me know what I need to do to create an EXE file. I ...
- Wed Mar 27, 2019 12:22 pm
- Forum: PowerShell GUIs
- Topic: Minimizing Form to system tray
- Replies: 1
- Views: 587
Minimizing Form to system tray
Hi I have a form that I deployed as a .exe file. Is there a way in Powershell Studio to make it go to the System tray (near the clock) when minimized?
- Wed Mar 20, 2019 9:18 am
- Forum: PowerShell
- Topic: XML and case sensitivity
- Replies: 5
- Views: 1714
Re: XML and case sensitivity
I don't think its going to work, but I had another though. I am researching on how to search an XML file for the node BindingHostName and change the value or that node to all lowercase. I would imagine this may be simpler for what I am trying to accomplish. Any guidance on this would be appreciated....
- Wed Mar 20, 2019 6:22 am
- Forum: PowerShell
- Topic: XML and case sensitivity
- Replies: 5
- Views: 1714
Re: XML and case sensitivity
Yea, I have used Google prior to posting here as I always do. I was hoping someone could just give me something that could help with my specific code in this forum to save me a little time and maybe help others looking for a similar solution.
- Tue Mar 19, 2019 6:39 pm
- Forum: PowerShell
- Topic: XML and case sensitivity
- Replies: 5
- Views: 1714
XML and case sensitivity
$url = "abc.domain.com" $textboxTenantName.Text = ($file.SelectSingleNode("//Instance[BindingHostName='$url']").Name) I use this code to look up a node in an XML file that is equal to ABC.domain.com. NOTE: in $URL the full hostname is in lowercase. However, in the SelectSingleNode the BindingHostNam...
- Fri Mar 08, 2019 8:33 am
- Forum: PowerShell
- Topic: ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
- Replies: 5
- Views: 6129
Re: ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
So I rebooted my machine and the error went away. So I was obviously at one point connected to one of the servers with my regular user name. Thanks for your help. I am wondering if I could code this differently to avoid this or if there is something I can do on my computer to avoid this. Thanks for ...
- Fri Mar 08, 2019 7:41 am
- Forum: PowerShell
- Topic: ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
- Replies: 5
- Views: 6129
Re: ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
Unless I am misunderstanding you, The error message I see in red inside Powershell studio is in the subject and the original post of this thread.
- Fri Mar 08, 2019 6:47 am
- Forum: PowerShell
- Topic: ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
- Replies: 5
- Views: 6129
ERROR: New-PSDrive : Multiple connections to a server or shared resource by the same user
I am copying one file from about 10 different servers with the below foreach code. I receive this error at some point during the copies, but I can't figure out why I'm getting it. I have googled and found this to be issues for others, but could not find any solution that would help. Any help would b...