Steffen Kampmann
Steffen Kampmann
Hello, it would be nice if something like `paperwork.exe --import "C:\Users\Me\Pictures\MyDocument.pdf"` would import the document into Paperwork. In my case, the scanner (ScanSnap S1300i) does not work directly with Paperwork...
Steps to reproduce ------------------ Create a script with a function and a `.EXAMPLE` comment. Run `New-MarkdownHelp` Expected behavior ----------------- A generated markdown file with ``` ## EXAMPLES ### EXAMPLE 1...
If a dacpac is loaded, updated and saved the PreDeployment and PostDeployment scripts are lost, since https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.dac.dacpackageextensions.buildpackage?view=sql-dacfx-150 lacks a parameter for these scripts. https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.dac.dacpackage?view=sql-dacfx-150 has properties to read and write...
I tried to get the ALCLoader solution running for my case, which contains a native library (`Microsoft.Sql.Client`). In the old solution (without ALC), I had to call `NativeLibrary.Load` but it...
Hello and thank you for this modules. It would be great if you provide an example to use `New-ServiceNowSession` with the AccessToken parameter and how to get a token. In...