Tuesday, November 1, 2022

Exchange Mailbox migration to O365

 


Manual migration process Exchange Mailbox  to O365 


AD power Shell

$users=Get-content C:\removeexchange\users4.txt

Foreach($user in $users){

get-aduser $user| set-aduser -clear msExchMailboxGuid,msexchhomeservername,legacyexchangedn,mail,mailnickname,msexchmailboxsecuritydescriptor,msexchpoliciesincluded,msexchrecipientdisplaytype,msexchrecipienttypedetails,msexchumdtmfmap,msexchuseraccountcontrol,msexchversion

}


Text File C:\removeexchange\users4.txt

Update the name 


Wednesday, June 16, 2021

Free Online E-Commerce Site for liquor Shop | Bar and Restaurants | WordPress + WooCommerce

 

Free Online E-Commerce Site for liquor Shop | Bar and Restaurants  | WordPress + WooCommerce





  • Bar and Restaurants
  • Wine Store

Approval for the sale of liquor through online delivery services of supermarkets

Contact Details

NagaIT Solution

0773399054




💥 Best FREE online E-Commerce Site ðŸ’¥
The perfect theme for any eCommerce site:
▪️ Stylish, Lightning Fast & Easily Customizable
▪️ SMS and Email Gateway
▪️ Payment Gateway
▪️ 100% Responsive & Mobile Layout Ready
▪️ One-Click shopping cart
▪️ Lifetime Usage & Lifetime Updates

▪️ Chat integration 
▪️ Search engine optimization
▪️ Google Analytics 


https://www.newswire.lk/2021/06/16/conditional-approval-given-for-online-sale-of-alcohol/

Monday, October 5, 2020

Changing the Thumbnail When Sharing a Link on Facebook

 Changing the Thumbnail When Sharing a Link on Facebook


When you share a link on Facebook -- such as a YouTube video, webpage or image -- a thumbnail is automatically generated to help illustrate the link when it's displayed on your wall. The thumbnail is generated automatically as the Facebook system scans the link for any associated image files. Most links have several image files associated with them, in one way or another, and Facebook won't always select the best one by default. You can change the thumbnail for your post to use one of the other images at the link location.

Paste the below code in  head

<meta property="og:image" content="https://gocakes.lk/images/fish.jpg" />




Tuesday, September 29, 2020

whatsapp script for website | whatsapp script for HTML | whatsapp script for PHP


WhatsApp script for website | WhatsApp script for HTML | WhatsApp script for PHP

Whatsapp Web - Free download and software reviews - CNET Download.com


<!-- WhatsHelp.io widget -->

<script type="text/javascript">

(function () {

        var options = {

            whatsapp: "+94773399054", // WhatsApp number

            company_logo_url: "log2.png", // URL of company logo (png, jpg, gif)

            greeting_message: "Hello, how may we help you? Just send us a message now to get assistance.", // Text of greeting message

           call_to_action: "Message us", // Call to action

           position: "right", // Position may be "right" or "left"

        };

        var proto = document.location.protocol, host = "whatshelp.io", url = proto + "//static." + host;

        var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = url + "/widget-send-button/js/init.js";

        s.onload = function () { WhWidgetSendButton.init(host, proto, options); };

       var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x);

    })();

</script>

<!-- /WhatsHelp.io widget -->

Monday, August 3, 2020

Configure digitalocean Ubuntu Server 18 | configure web server in digitalocean



Create a Droplet.
Login to the server via Putty
Run below comments 

    1  apt-get update

    2  apt-get upgrade

    3  apt-get install apache2

    4  apt-get install mysql-server

    5  mysql_secure_installation

    6  systemctl restart apache2

    7  systemctl restart mysql

    8  apt install php libapache2-mod-php php-mysql

    9  apt install php-curl

   10  apt install php-gd

   11  apt install php-mbcrypt

   12  apt install php-crypt

   13  apt install php-mbstring

   14  apt install php-cli

   15  systemctl restart apache2

   16  a2enmod headers

   17  a2enmod rewrite




Thursday, June 11, 2020

Best POS System | Free POS System | Unique POS system in SriLankan



To See The FREE Live Demo, Please Contact Us Today!
+ 94 773399054

POS Modules 

Sales ModuleThis allows you to analyze and watch over product sales, as well as revenue rates and ROI. Get insights into which products sell more and use it to boost your sales strategies
Inventory ModuleKeep track on your inventory and stock levels. Our POS System will inform you when your stock is low and when to add more
Invoicing ModuleMulti-currency invoicing makes global selling a breeze
Customer DatabaseYou can track customer behavior, their order history, and more to predict what your customers need
Out of Stock AlertsGet real-time alerts as soon as your business stock levels go low
Multi PaymentsOur POS System offers built-in options to accept all major credit card payments. We have several easy payment options to allow transactions and your business growth

Saturday, May 23, 2020

Get Exchange all mail users mailbox usage

Get-MailboxStatistics to export Mailbox size in Exchange Powershell




Open Exchange Management Shell and Run below


get-mailbox  -resultsize unlimited |Get-MailboxStatistics | ft DisplayName,AttachmentTableTotalSize,DatabaseName,LastLogonTime,IsValid > C:\test.txt