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.
Search found 399 matches
- Wed Apr 08, 2020 7:52 am
- Forum: PrimalScript
- Topic: Script Analyzer Issue
- Replies: 3
- Views: 4372
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!
## - 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!
- Wed Apr 08, 2020 7:21 am
- Forum: PrimalScript
- Topic: Script Analyzer Issue
- Replies: 3
- Views: 4372
Re: Script Analyzer Issue
Thanks for reporting the issue. Our team will be investigating and getting back to you soon.
- 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: 3065
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!
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!
- Wed Apr 08, 2020 6:30 am
- Forum: PowerShell Studio
- Topic: PowerShell service Script has wrong characters
- Replies: 2
- Views: 2183
Re: PowerShell service Script has wrong characters
Thanks for reporting the issue. Our team will be investigating and getting back soon.
- 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: 47361
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.
- Fri Mar 06, 2020 11:07 am
- Forum: PowerShell Studio
- Topic: Unhandled Exception - Index was out of range
- Replies: 11
- Views: 7170
Re: Unhandled Exception - Index was out of range
Thanks for providing the information.
We are currently investigating and get back to you soon.
We are currently investigating and get back to you soon.
- Fri Mar 06, 2020 9:36 am
- Forum: PowerShell Studio
- Topic: How do I edit the module cache for PSH 7?
- Replies: 3
- Views: 3642
Re: How do I edit the module cache for PSH 7?
It's on our To-Do list.
- Fri Mar 06, 2020 8:27 am
- Forum: PowerShell Studio
- Topic: Unhandled Exception - Index was out of range
- Replies: 11
- Views: 7170
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.
- Fri Mar 06, 2020 8:02 am
- Forum: PowerShell Studio
- Topic: Unhandled Exception - Index was out of range
- Replies: 11
- Views: 7170
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?