Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Thursday, 13 April 2017
Creating Random password using powershell
›
$Ragx=$NULL;For ($a=33;$a –le 126;$a++) {$Ragx+=,[char][byte]$a } Function GET-Temppassword() { Param( [int]$length=10, [string[]]$...
Monday, 27 March 2017
Converting AP to autonomous and configuring the AP AIR-CAP2702I-D-K9
›
AP00f6.6325.b4cc> AP00f6.6325.b4cc>en Password: AP00f6.6325.b4cc#$oad tftp://192.168.30.117/ap3g2-k9w7-tar.153-3.JD4.tar examin...
1 comment:
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...
‹
›
Home
View web version