redhcp

redhcp @redhcp

About: ☕Coffee - 💻Tech - 🏍Travel Lover - 🕊@Th3Ces4r

Location:
127.0.0.1
Joined:
Nov 11, 2020

redhcp
articles - 20 total

Extensions Browser useful

Some useful extensions for everyday: Bitwarden - Free Password Manage - Link Bitwarden is a free...

Learn More 0 0Dec 22 '23

Powershell - Delete files by Size & Telegram Notification

This script, you can delete files more than specific size and send notification by Telegram. #...

Learn More 0 0Aug 2 '23

Powershell Delete files by Size & Notify Telegram Log

This script remove files more than X size and notify log by Telegram. Powershell...

Learn More 0 0Mar 10 '23

Powershell - Remove files - folders 📂

These scripts make it easy to remove files or folders. REMOVE BY EXTENSION, YOU CAN...

Learn More 0 0Oct 4 '22

List Numbers Files by Dir in Select Path - Powershell

This script list numbers files by dir in select path $folders = get-ChildItem -Directory -Path...

Learn More 0 0Sep 26 '22

Security - Cybersecurity breach case

On Thursday, September 15th, Uber Company confirmed reports of an organization-wide cybersecurity...

Learn More 3 0Sep 21 '22

Obtain Memory VM - Powershell

This script returns the memory that the VM contains. [CmdletBinding()] param( ...

Learn More 4 0Jul 11 '22

Handler common Activities Tasks VMs

These scripts help reduce execution times and can be done remotely and to multiple VMs at the same...

Learn More 4 0Jul 11 '22

Get ALL processes data from host powershell

Get ALL Process data from host powershell, run next command: Write-Host...

Learn More 6 0Mar 24 '22

Create file with date in filename Powershell

Create file with date in filename, specific size $FILENAME=get-date -format...

Learn More 7 0Mar 24 '22

Clean temporal files from site from IIS Powershell

this is for ALL sites #invoke-command -computername "HOSTNAME" -scriptblock {iisreset...

Learn More 9 1Mar 24 '22

Memory Process View Powershell

Get Memory usage in Percentage $CompObject = Get-WmiObject -Class WIN32_OperatingSystem $Memory =...

Learn More 8 0Mar 24 '22

Powershell find size logs and delete

This script is for list or delete logsfiles. You can change parameters to adjust code for You...

Learn More 5 0Feb 3 '22

Bash Script Menu Install Apps

In this script you will be able to visualize how to generate a menu in BASH to install...

Learn More 8 0Jan 17 '22

Delete Logs Powershell

Powershell script for delete records older than the number of days established. $Path =...

Learn More 3 0Jan 10 '22

Powershell Memory Process View

This command is for check process with hight RAM memory. Get Computer...

Learn More 2 0Jan 10 '22

Check - Unistall updates Windows 10 installed

CMD wmic qfe list brief /format:table # list installed updates wusa /uninstall /kb:5003637 #...

Learn More 4 0Jan 10 '22

List or Remove apps default windows 10

List apps installed Get-AppxPackage –AllUsers | Select Name,...

Learn More 4 0Jan 10 '22

Chocolatey Powershell Install

Chocolatey Page for find more packages Here Install choco Set-Executionpolicy unrestricted...

Learn More 4 0Jan 10 '22

Powershell % disk space

You can use this command for see space of all disks. Write-Host "Host: $env:COMPUTERNAME...

Learn More 1 0Jan 10 '22