Search found 1643 matches

by brittneyr
Mon Dec 13, 2021 11:03 am
Forum: PowerShell
Topic: WebBrowser control is not displaying the web page content, giving script errors prompt
Replies: 1
Views: 2112

Re: WebBrowser control is not displaying the web page content, giving script errors prompt

The WebBrowser control is based off IE and therefore some websites may not view correctly. There is a registry setting to improve this by making sure the control is using the latest IE version. We have provided a snippet in the Snippet Pane called Set-WebBrowserEmulation (Preset->PowerShell->GUI). T...
by brittneyr
Mon Dec 13, 2021 8:57 am
Forum: PowerShell
Topic: Getting source code in Main
Replies: 12
Views: 3620

Re: Getting source code in Main

I've moved this to the PowerShell Forum as this is more of a PowerShell question as I don't believe there is a way to achieve this through PowerShell Studio project settings. Based off what I understand you are trying to accomplish, the only other way I can think of to have both is to have a herestr...
by brittneyr
Mon Dec 13, 2021 8:27 am
Forum: PowerShell
Topic: Getting source code in Main
Replies: 12
Views: 3620

Re: Getting source code in Main

[Topic moved by moderator to PowerShell Forum]
by brittneyr
Mon Dec 13, 2021 7:35 am
Forum: PowerShell
Topic: Getting source code in Main
Replies: 12
Views: 3620

Re: Getting source code in Main

Have you tried the any of the following: - For the class files, if you set them to Build = Include and Shared = true, you should be able to use them across the files also set as Include. From there, please try refer to the following: https://www.reddit.com/r/PowerShell/comments/dkofw9/how_to_pass_a_...
by brittneyr
Mon Dec 06, 2021 2:41 pm
Forum: Former and Future Customers - Questions
Topic: Connect-MicrosoftTeams not creating the login window
Replies: 6
Views: 11184

Re: Connect-MicrosoftTeams not creating the login window

Please trying moving the Connect-MicrosoftTeams command to the Startup.pss file so the connection can be created before the form is initialized.
by brittneyr
Mon Dec 06, 2021 2:15 pm
Forum: Former and Future Customers - Questions
Topic: Connect-MicrosoftTeams not creating the login window
Replies: 6
Views: 11184

Re: Connect-MicrosoftTeams not creating the login window

Are you running a script or form? Can you please provide a screenshot of what you are seeing?
by brittneyr
Mon Dec 06, 2021 10:48 am
Forum: Wish List and Feature Requests
Topic: Shortcuts to close panels
Replies: 1
Views: 47201

Re: Shortcuts to close panels

All panels can be collapsed by unpinning the pane: SPS_UnpinTabs.png This will collapse the pane only making it visible on prompt by the application or on hover: SPS_CollapsedPane.png There are also shortcuts for all panels. A guide for the shortcuts can be found on the ribbon (Help->Product Help).
by brittneyr
Mon Dec 06, 2021 10:40 am
Forum: Wish List and Feature Requests
Topic: Batch Deploy Scripts
Replies: 1
Views: 5091

Re: Batch Deploy Scripts

There is a Collection project that is just a collection of scripts not necessarily related to each other.

Please submit a feature request for as much detail as possible here:
https://www.sapien.com/requests
by brittneyr
Fri Dec 03, 2021 11:27 am
Forum: Former and Future Customers - Questions
Topic: Connect-MicrosoftTeams not creating the login window
Replies: 6
Views: 11184

Re: Connect-MicrosoftTeams not creating the login window

How are you trying to connect? By the console? From a script? From a psf file? If you are trying to connect from the console, it important that I say that PowerShell Studio's embedded consoles do not function the same as in the ISE. Rather than being connected, the console and the editor run under d...