Craig Buchanan

Results 14 comments of Craig Buchanan

You can use PsGet to install [PsIni](http://psget.net/directory/PsIni/).

What is the development state of the `Extension for Oracle` extension? Any idea when query support will be present?

Can confirm the issue is still present with Office 365, using the settings listed by @hiral-kotadiya. Using `client.connect()` is not an option: ```javascript await client.connect({ hostname: "smtp.office365.com", port: 587, username:...

I added an app-specific password (ASP) for Office 365, using the method listed the the first link. I'm still getting the same error message. I'm assuming that I should be...

Any estimate on when this feature will be added?

I'd like to have multiple `Microsoft.PowerShell.SecretStore` `SecretStore`s to segment secrets between clients.

Is there a way to create independent, `Microsoft.PowerShell.SecretStore` instances by supplying values to `-VaultParameters`?

Please post a code sample.

I didn't implement any of the code, hence the `#TODO` tags. This will get you the tables, but you'll need to examine each table for the columns. ``` $_.Database.Tables |...

You should try the `Get-DataDefinition` function.