Search found 399 matches

by mxtrinidad
Wed Apr 08, 2020 8:28 am
Forum: PrimalSQL
Topic: SQL Jobs
Replies: 2
Views: 11166

Re: SQL Jobs

You need to create a connection to the SQL Server MSDB table, then you'll have access to the sysjobs objects: tables, procedures, views, and more.
Keep in mind, that you'll probably need to have some level of authentication to access the MSDB system table.

:)
by mxtrinidad
Wed Apr 08, 2020 7:52 am
Forum: PrimalScript
Topic: Script Analyzer Issue
Replies: 3
Views: 3597

Re: Script Analyzer Issue

The PowerShell module "PSScriptAnalyzer" need to be installed under Windows PowerShell:

## - Open console as an Administrator, and execute the following line:
Install-Module -Name PSScriptAnalyzer

Close and open the Script Explorer, and try again. It should work now!
by mxtrinidad
Wed Apr 08, 2020 7:21 am
Forum: PrimalScript
Topic: Script Analyzer Issue
Replies: 3
Views: 3597

Re: Script Analyzer Issue

Thanks for reporting the issue. Our team will be investigating and getting back to you soon.
by mxtrinidad
Wed Apr 08, 2020 6:41 am
Forum: PowerShell
Topic: Using the latest Powershell v7.0 with Office 365 / Exchange Online MFA/2FA module?
Replies: 2
Views: 2618

Re: Using the latest Powershell v7.0 with Office 365 / Exchange Online MFA/2FA module?

Just an FYI

If you follow PowerShell 7.0 in Github, it's been known that in order to use AzureAD module, you need to use the Import-Module with the -UseWindowsPowerShell parameter.
Then, it will work!

:)
by mxtrinidad
Wed Apr 08, 2020 6:30 am
Forum: PowerShell Studio
Topic: PowerShell service Script has wrong characters
Replies: 2
Views: 1772

Re: PowerShell service Script has wrong characters

Thanks for reporting the issue. Our team will be investigating and getting back soon.
by mxtrinidad
Mon Mar 09, 2020 9:52 am
Forum: Former and Future Customers - Questions
Topic: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5
Replies: 12
Views: 45194

Re: BUG BUILDING EXE WITH SCRIPT ENGINE POWERSHELL 5

Can you please provide a sample script of what you considered is a bug? I will help understand the issue you're experiencing.
by mxtrinidad
Fri Mar 06, 2020 11:07 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5833

Re: Unhandled Exception - Index was out of range

Thanks for providing the information.

We are currently investigating and get back to you soon.
by mxtrinidad
Fri Mar 06, 2020 9:36 am
Forum: PowerShell Studio
Topic: How do I edit the module cache for PSH 7?
Replies: 3
Views: 2867

Re: How do I edit the module cache for PSH 7?

It's on our To-Do list.
:)
by mxtrinidad
Fri Mar 06, 2020 8:27 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5833

Re: Unhandled Exception - Index was out of range

I've not able to reproduce the issue. But, I got OneDrive Personal (not the Business). Can you please try to create the New Form Project on your local drive? Let us know if the behavior change.
by mxtrinidad
Fri Mar 06, 2020 8:02 am
Forum: PowerShell Studio
Topic: Unhandled Exception - Index was out of range
Replies: 11
Views: 5833

Re: Unhandled Exception - Index was out of range

We understand your frustration! Can you please provide a screenshot when the exception happens with the exact steps when creating a new form project. Is this a single "Form Project", or a "Multi-Form Project"? Also, where are these projects been saved?