You have reached 404.
The article which you have searched for is not available. However, you can have a look at following articles
Automate Data Centre environment monitoring using PowerShell
In many SME organizations, tracking the indoor climate monitor devices becomes difficult when the number of devices increases. These devices supports multiple interfaces such as web, SNMP, e-mail...
Folder size using PowerShell
The cost of hard disk is getting cheaper day by day. Even if we have terabytes of disk space, one fine day it is gonna be full. The difficult job is to find which folder has used more space. Out in...
Automate Cisco switch backup using Python
This python script reads the device information from a csv file and fetches its configuration via telnet session and save to specified location. CSV Template: deviceIp,userName,password...
Virtual Assistant – Automated eMailing with PowerShell
Below script is for automated mailing (Virtual Assistant) of reports by sending mail query to the Virtual Assistant scripted with Powershell. The mailbox is configured in Outlook 2016. When a...
Avoid hard coding password in PowerShell Script
Running script in non domain joined devices like linux machines or network appliance requires authentication within the script. As powershell scripts are readable, putting the password straight in...
Automate f5 Backup
Automate f5 backup using PowerShell There are many ways to take UCS backup of F5 appliance. This article explains how to automate the F5 backup using PowerShell. Below script utilize SSH to connect...
Quick Search AD for User/Computer Objects
Find disabled computer objects Search-ADAccount -AccountDisabled -ComputersOnly Find disabled users in AD Search-ADAccount -UsersOnly -AccountDisabled Find users with account locked out...
SID to User with Active Directory PowerShell
Finding user details with SID is lengthy with .Net or with vbScript. Wow to Powershell with AD Module. Import-Module ActiveDirectory Get-ADUser "S-1-5-21-1757981266-130045698-682003330-37842" The...
Control remote windows system with command line – PSEXEC
PsExec is a light-weight telnet-replacement to execute processes on other systems, without having to manually install client software. But beware of some antivirus software's, they may flag it....
Recent Comments