PowerShell

Exporting Web.config AppSettings to CSV using PowerShell

Managing configurations is a critical part of ensuring that applications run correctly across different environments. In .NET applications, configurations such as appSettings are often stored in a Web.config file. At some point, you might find it essential to export these settings to a CSV file. This will enable you to analyze, share, or create backups

Access azure rest api using powershell.

Access Azure REST API using PowerShell

PowerShell can be used as a REST client to access Azure REST APIs. To access Azure REST methods, you will need to have access to subscription with Azure AD App Registration. If you haven’t done Azure AD App registration. You can follow this article here. Make sure you capture client secret key after app is

Generate self-signed certificate in windows 7 & later.

Generate Self-Signed certificate in Windows 7

To generate self-signed certificates we will use makecert.exe. You will need to first download Windows SDK for Windows 7 or later. Download and install Windows SDK. Once you have downloaded and installed Windows SDK. Go to SDK folder by executing the below command. Generate Root CA Now, we will generate a root certificate. We will

Scroll to Top