scott1138
scott1138
A resource to create and manage configurations for the ARR IIS module. I am planning on writing this as a MOF resource based on the other resources that exist in...
The documentation sounds as if the CMK or PMK itself is used to encrypt data. There is a separate symmetric DEK used for the encryption, the CMK/PMK encrypts that key....
Installed WindowsCompatibility module and imported PKI module. Created certificate as follows: `$cert = New-SelfSignedCertificate -Subject 'test' -KeyExportPolicy Exportable -CertStoreLocation Cert:\CurrentUser\My ` When exporting (and yes $pw is a securestring) I...
It seems that the expectation is that the consumer endpoint will accept all incoming requests. For a security tool that seems a little unusual. For instance, sending to something like...
### Description Between the commands below, the database name parameters do not have consistent names: | Command | Instance Param Name | DB Param Name | |---|---|---| | Get-AzSqlInstanceDatabase |...