Net command
View user account details NET USER [/DOMAIN] Add a user account. NET USER username {password | *} /ADD [options] [/DOMAIN] Modify a user account. NET USER
View user account details NET USER [/DOMAIN] Add a user account. NET USER username {password | *} /ADD [options] [/DOMAIN] Modify a user account. NET USER
Add-MailboxPermission -Identity “%targetMailbox%” -User “%addUser%” -AccessRights FullAccess -InheritanceType All Add-MailboxPermission -Identity “mailbox1” -User “mailAdmin” -AccessRights FullAccess -InheritanceType All Microsoft Technet Microsoft Technet – Allow Mailbox
This site can check what if a website build-in a script and the script can return such of informations http://whattheinternetknowsaboutyou.com/
HTML redirect <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <html> <head> <title>Your Page Title</title> <meta http-equiv=”REFRESH” content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”></HEAD> <BODY> Optional page text here. </BODY> </HTML> Frame
Registry Editor→Remote connect HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server fDenyTSConnection = 0 Port…. KEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-Tcp PortNumber = 3389 (default) cmd shutdown -m \hostname -r”
In a notepad input the following [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Save as the file “Show Desktop.scf”
TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F] /f Specifies that process(es) be forcefully terminated.
@echo off echo System is cleaning up temp files, please wait… del /f /s /q %systemdrive%*.tmp del /f /s /q %systemdrive%*._mp del /f /s /q