You have reached 404.
The article which you have searched for is not available. However, you can have a look at following articles
Free Virtual Server for you in Oracle Cloud
Yeah, you can have virtual machine (VPS) in cloud for free. Oracle cloud infrastructure (OCI) was made generally available on October 20, 2016 with IaaS, PaaS and SaaS services. Signing up an...
Device driver information using PowerShell
In this article, we will see how to get windows device driver details using PowerShell. Finding driver information is necessary as information gathering prior to software or system upgrades. WMI...
Use DLL files in PowerShell
In the previous, we saw how to embed C# code in the PowerShell script. This article is about accessing the dll assembly files in PowerShell https://tekcookie.com/use-c-in-powershell/ Call dll...
Use C# in PowerShell
PowerShell is a cross-platform language build on top of .Net framework which accepts and returns objects. PowerShell can access the libraries written in C#, VB, jScript. Scripts are usually build...
Create NSG in Azure using PowerShell
This article is about how to create a Network Security Group in Azure Cloud. NSG (a very basic firewall) is a service provided by Azure cloud to manage the traffic flow in Azure virtual network and...
Send email from Outlook using PowerShell
PowerShell can access com object of the outlook application to initiate a mail. Based on the email account configured, PowerShell can trigger a new mail. Send email from Outlook application using...
Web Scraping with Python
Web Scraping is the method used for extracting or harvesting data from websites. The extracted data is then processed and stored as a more structed form. Everyone of us might have copied some...
Create Virtual Network in Azure using PowerShell
In Azure IaaS, Virtual network is required to enable communications between resources such as VM's, load balancers, gateways etc. This article shows how to create a virtual network resource and...
Reverse a String in Python
In Python, string object is considered as a sequence of characters represented by double quotes (“”) or single quotes (”). To see how to reverse the string in PowerShell, have a look at...
Reverse a string in PowerShell
String is an object with sequence of characters. In PowerShell, strings are represented inside double quotes ("") or single quotes (''). The characters in a string objects are accessible by their...
Recent Comments