Viki
Scripts
| ForEach-Object {
$_
.
'Usefull System Admin Script Snippets'
}
About
Batch Script
VbScript
PowerShell
Unix Bash
VbScripts
VbScript: Function Killprocess(strAppName)
Show/hide Script
VbScript: Function isProcessRunning(strProcessName)
Show/hide Script
VbScript: Sub UnInstallProductByProductCode(strMsiProductcode)
Show/hide Script
VbScript: Sub WriteToFile(strFilePath, strMessage)
Show/hide Script
VbScript: Function IsMember(domainName,userName,groupName)
Show/hide Script
Sub: DeleteService(strServiceName)
Show/hide Script
Function: ResetPassword(strUserName, strPassword)
Show/hide Script
Function: AddUserToGroup(strGrpOU, strGrpName, strUsrOU, strUsrName)
Show/hide Script
VbScript: Add ProductCode of the MSI provided as argument to the clipboard.
Show/hide Script
Function: GetMSIProductCode(msi)
Show/hide Script
Script: Multiple MSI Installation
Show/hide Script