Patrick Sczepanski

Results 10 issues of Patrick Sczepanski

Keepass does not natively support Challenge Response to open keepass database. Support for Windows comes with the plugin KeeChallange from Ben Rush or for Androids Keepass2Android by using ykDroid plugin....

Dear Przemyslaw The property 'SysVolPath' returned by Get-GPOZaurrPermissionConsistency contains a whitespace a the end of the name. ![image](https://user-images.githubusercontent.com/33063573/159250590-4022620f-743d-4f5a-980a-96bb43c1239d.png) Please consider to correct. Best regards Patrick

bug

The type extension in PSPKI.PS5Types.ps1xml for Get-AuthenticodeSignature does not return SigningTime for some files signed using authenticode. ``` PS C:\Users\Patrick.SCZEPANSKI> Get-AuthenticodeSignature "C:\Temp\tphkcoinst.dll" | Select SigningTime, Status, SignatureType, IsOSBinary SigningTime Status...

bug
Research

The function New-SelfSignedCertificateEx does not allow for creating CSRs. Neither does the SysadminsLV.PKI.Cryptography.X509Certificate.X509CertificateBuilder class. So it would be great to have this function.

enhancement

Hi Vadims as discussed, I propose to implement a new parameter to allow for sorting. -OrderBy defines the property used to sort. Only some attributes are possible, specified as enum....

enhancement

Using the following command together with a policy.inf file allows to "change" some content of a CSR: `CertReq -f -q –config "MyCA\Test Root CA" -cert 88884808333333336960447CE1731EA6654345676 –policy .\MyFriends.CSR .\MyCPS.inf .\MyUpdated.csr`...

enhancement

Dear Przemyslaw Is it possible to control the width of an arrow between two nodes? I have written a little function that visualizes AD Site configuration and would like to...

Dear Przemyslaw This module, unlike most others you made, are not digitally signed. Could you consider to sign this module to allow running in environments with "AllSigned" execution policy? Thank...

Query Active Directory using the property *msDS-ReplValueMetaData* returns unexpected value if more than 1000 objects are stored in the attribute resulting in errors and an infinite loop: ``` Find-LdapObject -LdapConnection...

My understanding is that the EventId I see in the Windows EventLog is the MessageId and is somewhat dynamic derived from Serilog. This makes it very difficult, if not impossible...

enhancement