Connect to Azure SQL Database with PowerShell Core
The post describes how to use token-based authentication to run SQL queries against Azure SQL Database.… Read More Connect to Azure SQL Database with PowerShell Core
The post describes how to use token-based authentication to run SQL queries against Azure SQL Database.… Read More Connect to Azure SQL Database with PowerShell Core
The post describes PowerSehll script which creates WAF resources for the scenario when Application Load Balancer is used to serve content for a public website, but to block requests from attackers and to protect from OWASP Top 10 security risks.… Read More How to create Regional Web ACL (WAFv2) with PowerShell
The post describes functions which manipulate CloudWatch log group by PowerShell Core with AWS CLI v2.… Read More Get AWS CloudWatch log group with PowerShell Core
The post describes functions which get information about web ACL by PowerShell Core with AWS CLI v2.… Read More Get AWS Web ACL with PowerShell Core
The post describes CloudFormation template which creates WAF resources for the scenario when Application Load Balancer is used to serve content for a public website, but to block requests from attackers and to protect from OWASP Top 10 security risks.… Read More How to create Regional Web ACL (WAFv2) with CloudFormation
The post demonstrates how to update EmailMessage properties that don’t have public setters.… Read More Set up properties of EmailMessage – Updated
The post is devoted to PowerShell script which copies certificate to the another storage.… Read More How to copy the certificate with PowerShell Core
The post is devoted to PowerShell script which runs the command and confirms an operation by the closing confirmation window… Read More How to close window with PowerShell Core
The post is devoted to the writing unit tests for classes which use static properties or shared resources.… Read More Testing shared resources with xUnit and Moq
Стаття демонструє як створювати макети та тестувати методи із ref/out параметрами.… Read More Макет метода з out параметром за допомогою Moq