Pinned Loading
-
SH -> restart rustdesk service and a...
SH -> restart rustdesk service and app after having selected a Network 1#!/bin/bash23#---------------------------------------------------------------4# -> filename : rustdesk.sh5# -> sudo chmod u+x rustdesk.sh -
PHP -> Check if National Belgian Reg...
PHP -> Check if National Belgian Registry Number is Correct 1<?php23//------------------------------------------------------------------------4// purpose : this is used to check if a Belgian person's national registry number is correct5// params : $sNumber (11 digits) example 84102512345 -
POWERSHELL ⇢ Force accounts to be li...
POWERSHELL ⇢ Force accounts to be linked to Onedrive 1#------------------------------------------------------------------------------2# Purpose : By using this script, you avoid having to use the forms from GPEDIT.MSC manually3# Usage : This forces windows users to autoconnect to Onedrive and be linked.4#5# Required : OneDrive must be installed before using this. -
POWERSHELL ⇢ Delete all Files in spe...
POWERSHELL ⇢ Delete all Files in specific folders older than 14 days 1#--------------------------------------------------------------------2# purpose : Delete all Files in specific folders older than 14 days3# params : $sDirToCheck4#--------------------------------------------------------------------5Function fncDeleteOldBackups([String] $sDirToCheck)
-
POWERSHELL ⇢ generate random passwor...
POWERSHELL ⇢ generate random password ⇢ generate salt ⇢ Encrypt password with salt 1#--------------------------------------------------------------------2# purpose : 1. generate random password3# 2. generate salt4# 3. Encrypt password with salt5#-------------------------------------------------------------------- -
POWERSHELL ⇢ Sends an email
POWERSHELL ⇢ Sends an email 1#-----------------------------------------------------------2# purpose : sends an email3# variables : $body4# $Subject5# $email
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.