If you want to search your photographs in google you may take below steps 1. […]
Author: Rajan Maharjan
Prospec Toastmasters Topic
1. Clean Yet Dirty 2. comfortable with uncomfortable 3. Chilies are Sweet
FUN with SON under the SUN
Some folks might RUN, while some might have FUN when they are under the toasty […]
UNREALIZED LOVE
“You don’t value sunshine until you are in rain. When you realize, it’s too late […]
My beloved Mother
O! My beloved motherI love you moreYou gave me birthTo look the world. You prepare […]
बाल दिवस
खोइ केहो बाल दिवस भनेकोजहाँ बालकहरुलाईे हेला हुन्छखोइ के हो बाल अधिकार भनेकोजहाँ बालकहरुको अधिकार […]
Delete duplicate record from oracle table
you must use the rowid column to delete the duplicate record delete from table_namewhere rowid […]
Bulk update/modify email signature using powershell
$import= import-csv -Path ‘\email-list.csv’ #location of CSV file $import | ForEach-Object { }
Bulk Add/Push Office365 Email Signature using powershell
$import= import-csv -Path ‘<PATH_TO_CSV_FILE>email-list.csv’ #location of CSV file $import | ForEach-Object { $sig = Get-Mailbox […]