Somewhere, Something Incredible Is Waiting To Be Known !!!

▼
Wednesday, 11 January 2017

Powershell Script to check file exist or not ([IO.Directory])

›
if([IO.Directory]::Exists($DestinationPath1)) { write-output "Destination folder exists" } else { $DestinationPath1= New-i...

Powershell to create log file

›
##LOGFILE CREATION $LogFile = "D:\**.log" function Logw([string]$var)     {     $Date =(Get-date).ToString();     $Date + ...

PowerShell Creating Time Stamp with date

›
##TIMESTAMP CREATION $ScripName = "   " $ydt = get-date -date $(get-date).adddays(-1) -format yyyyMMdd $dt = date -f yyyyMMd...
Monday, 9 January 2017

Dynamically specifying source location for Hyperlink in excel

›
TO FIND LOCATION OF EXCEL FILE : =MID(CELL("filename"),1,FIND("[",CELL("filename"))-1) CONCATENATING FIL...
Monday, 26 December 2016

Pxeboot

›
Contents Introduction . 2 Requirements: 2 Meeting Requirements . 2 Setting up DHCP service: 2 Setting up TFTP service: 4 Se...
Sunday, 25 December 2016

Configuring GLBP on Cisco Router

›
Configuring GLBP on Cisco Router BLR-OIMS-RTR01 Gi0/0 ...
‹
›
Home
View web version

About Me

RAGHUVEL
View my complete profile
Powered by Blogger.