You have reached 404.
The article which you have searched for is not available. However, you can have a look at following articles
![How to check SWAP memory in Linux](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/hddswapmem.jpg?resize=1080%2C675&ssl=1)
How to check SWAP memory in Linux
Swap memory is a portion of the hard disk (HDD or SSD) space which is reserved and made available for use by the operating system when the main memory (RAM) utilization reaches high. When memory...
![View All WiFi Passwords](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/wifipass1.jpg?resize=1080%2C675&ssl=1)
View All WiFi Passwords
In this post, we will see how to view all the wireless profiles and WiFi passwords which are saved in the computer. When a computer is connected to a wireless network, a profile is created with all...
![Forcefully delete plugins from WordPress Site](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/blog-59271280.jpg?resize=1080%2C675&ssl=1)
Forcefully delete plugins from WordPress Site
Unable to remove a plugin in WordPress site? Issue: Unable to remove a plugin from the WordPress Admin Portal. Please follow below steps to delete the plugins from WordPress. Hosting Details:...
![PowerShell One-Liner | Season-3](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/oneliner1.jpg?resize=1080%2C675&ssl=1)
PowerShell One-Liner | Season-3
If you are visiting for the first time. Have a look at my other blogs. I have posted some cool stuffs. https://tekcookie.com/Please have a look at other one liner...
![Simple IP Scanner](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/ipscanner1.jpg?resize=1080%2C675&ssl=1)
Simple IP Scanner
Like in the heading, this is a very simple IP scanner for scanning small networks using ICMP. This post is not just for a simple IP scanner, But demonstrates sequential and parallel code execution....
![Automate Configuration backup and Inventory of Network Devices](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/04/switchpicss1.jpg?resize=1080%2C675&ssl=1)
Automate Configuration backup and Inventory of Network Devices
This article demonstrates how to fetch information from network devices. The Powershell code will telnet to the network switches and fetch the device information. Also, it performs configuration...
![Read CSV file using Python](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/03/pythincsv.jpg?resize=1080%2C675&ssl=1)
Read CSV file using Python
In this article, we will see how to read information from a CSV file and modify the imported data using Python. CSV package is used to read csv file information. Guys, click me to have a look at my...
![IIS Authorization Rules using PowerShell](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/03/network-4280.jpg?resize=1080%2C675&ssl=1)
IIS Authorization Rules using PowerShell
Add or Remove IIS Authorization Rules using PowerShell Adding to the post - https://tekcookie.com/iis-client-certificate-mapping-using-powershell/ Once the client certificate is mapped, we have to...
![Bulk move AD User and Computer Objects](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/02/computerrepair.jpg?resize=1080%2C675&ssl=1)
Bulk move AD User and Computer Objects
In one of my previous post, we have seen how to recreate OU structure for the purpose of migrating the clients. https://tekcookie.com/create-active-directory-ou/ Now the task is to move some of the...
![Group Policy Objects Report](https://i0.wp.com/tekcookie.com/wp-content/uploads/2020/01/reports-pics1.jpg?resize=1080%2C675&ssl=1)
Group Policy Objects Report
The below written script gives you information of all GPO's linked to OU's in your domain. Get list of all OU's under the domain $OUs = Get-ADOrganizationalUnit -Filter * -SearchBase...
Recent Comments