Azure Function Devops

Let’s work with Azure Functions and Create our 1st Function To Setup your enviroment you need: VSCODE Installed Azure Functions Installed (extension) Powershell Core NET SDK 2.2 Azure Functions Core Tools https://docs.microsoft.com/azure/azure-functions/functions-run-local#v2?WT.mc_id=docs-azuredevtips-micrum Goal – Build a REST API and simple Read more…

Powershell – Get IP Details

Hi folks, this is a script to help you get network information from remote servers or clients. You can use get-content to a list of server names or you can run to a single machine. The information,includes,ComputerName,IPAddress,SubnetMask,Gateway,IsDHCPEnabled,DNSServers,WINSServers,MACAddress. Here is the Read more…