What is a Digital Certificate?
In recent months, I have been involved in a project that required some basic knowledge of cryptography, such as verifying the signature of downloaded artifacts. Additionally, as an interviewer, I Continue Reading →
In recent months, I have been involved in a project that required some basic knowledge of cryptography, such as verifying the signature of downloaded artifacts. Additionally, as an interviewer, I Continue Reading →
First article about export from Outlook to CSV using Outlook API can be found here. In this article we have a Powershell program which exports mails from list of folders Continue Reading →
A small Powershell script I created for exporting emails from MS Outlook to CSV file. It retrieves Date, Time, Subject, To, From, CC, BCC and Body fields. The reason i Continue Reading →
Powershell program which exports single specified or all Event Logs (called “channels” in official Microsoft documentation) to
one CSV file ina way what
Powershell benchmark template, Defines output to both screen and log file and saves currently executed file to log file Main thing in this script is LogWrite function. I created it Continue Reading →
I often face situation where i need to put some data/ make some changes to different resources located in different subscriptions in Azure. This usually imply what some actions (logic) Continue Reading →
Short script to extract Interactive logon information from Windows security event log and save it to CSV file. Empirically i fond a filter which show both console logons and logons Continue Reading →
Rationale As ancient Chinese philosopher said: if it exists we can inventory it to CSV files. This powershell script inventory all specified tenant/subscriptions resources to CSV file and additionally creates Continue Reading →
Template/building block for looping through Azure subscriptions. Can be used to perform certain operations in defined set of subscriptions. Can loop all subscriptions or defined set of them (comma separated Continue Reading →
How to reuse existing authentication to Azure from powershell. When coding Azure it is common to perform Connect-AzAccount to call for login prompt before running all other Azure cmedlets. It Continue Reading →