Pinned Loading
-
SH -> restart rustdesk service and a...
SH -> restart rustdesk service and app after having selected a Network 1#!/bin/bash
23#---------------------------------------------------------------
4# -> filename : rustdesk.sh
5# -> sudo chmod u+x rustdesk.sh
-
PHP -> Check if National Belgian Reg...
PHP -> Check if National Belgian Registry Number is Correct 1<?php
23//------------------------------------------------------------------------
4// purpose : this is used to check if a Belgian person's national registry number is correct
5// 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 manually
3# 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 days
3# params : $sDirToCheck
4#--------------------------------------------------------------------
5Function fncDeleteOldBackups([String] $sDirToCheck)
-
POWERSHELL ⇢ generate random passwor...
POWERSHELL ⇢ generate random password ⇢ generate salt ⇢ Encrypt password with salt 1#--------------------------------------------------------------------
2# purpose : 1. generate random password
3# 2. generate salt
4# 3. Encrypt password with salt
5#--------------------------------------------------------------------
-
POWERSHELL ⇢ Sends an email
POWERSHELL ⇢ Sends an email 1#-----------------------------------------------------------
2# purpose : sends an email
3# variables : $body
4# $Subject
5# $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.