Some useful extensions for everyday: Bitwarden - Free Password Manage - Link Bitwarden is a free...
This script, you can delete files more than specific size and send notification by Telegram. #...
This script remove files more than X size and notify log by Telegram. Powershell...
These scripts make it easy to remove files or folders. REMOVE BY EXTENSION, YOU CAN...
This script list numbers files by dir in select path $folders = get-ChildItem -Directory -Path...
On Thursday, September 15th, Uber Company confirmed reports of an organization-wide cybersecurity...
This script returns the memory that the VM contains. [CmdletBinding()] param( ...
These scripts help reduce execution times and can be done remotely and to multiple VMs at the same...
Get ALL Process data from host powershell, run next command: Write-Host...
Create file with date in filename, specific size $FILENAME=get-date -format...
this is for ALL sites #invoke-command -computername "HOSTNAME" -scriptblock {iisreset...
Get Memory usage in Percentage $CompObject = Get-WmiObject -Class WIN32_OperatingSystem $Memory =...
This script is for list or delete logsfiles. You can change parameters to adjust code for You...
In this script you will be able to visualize how to generate a menu in BASH to install...
Powershell script for delete records older than the number of days established. $Path =...
This command is for check process with hight RAM memory. Get Computer...
CMD wmic qfe list brief /format:table # list installed updates wusa /uninstall /kb:5003637 #...
List apps installed Get-AppxPackage –AllUsers | Select Name,...
Chocolatey Page for find more packages Here Install choco Set-Executionpolicy unrestricted...
You can use this command for see space of all disks. Write-Host "Host: $env:COMPUTERNAME...