Posts

Learning Activity (LA-8)

Image
  “ Digital Audio Editing ”   course for beginners. Learn basics of Audio Editing in a fun way !!  Free, open source, cross-platform audio software Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. Download the software from here Loaded with features such as: Recording Audacity can record live audio through a microphone or mixer, or digitize recordings from other media. Export / Import Import, edit, and combine sound files. Export your recordings in many different file formats, including multiple files at once. Sound Quality Supports 16-bit, 24-bit and 32-bit. Sample rates and formats are converted using high-quality resampling and dithering. Plugins Support for LADSPA, LV2, Nyquist, VST and Audio Unit effect plug-ins. Nyquist effects can be easily modified in a text editor – or you can even write your own plug-in. Editing Easy editing with Cut, Copy, Paste and Delete. Also unlimited sequential Und...

Lync 2013 to Skype For Business 2015 in-place upgrade

Lync 2013 to Skype For Business 2015 in-place upgrade     There are two options for In-Place upgrade:   Migrate-users mode (No user downtime):  Basically, this option is only available if organization has more than one Lync Server 2013 pool  (Don’t consider paired/secondary/backup pool)   Offline mode (Downtime require):  You can consider this option if the organization has only single pool or two pools in backup/paired pool configuration.    ·           No in-place upgrade with pool failover option Don’t use failover cmdlet to failover the primary pool to backup pool and start in-place upgrade in primary pool. This method is not supported. ·           Don’t start services in mixed mode while upgrading. ·           Don’t unpair the pools before completing upgrade process in ...

OneDrive free space has been reduced from 15 GB to 5 GB. Migrate your data from OneDrive to Google drive for free in easy steps.

  OneDrive free space has been reduced from 15 GB to 5 GB. Howto move/migrate your data from OneDrive to Google drive for free and easy steps.     1. Validate your used and availble free space in OneDrive onedrive.live.com/options/ManageStorage   2. Validate your used and availble free space in OneDrive   www.google.com/settings/storage   3. Download OneDrive client from https://onedrive.live.com/about/en-US/download/   and sync all your date from OneDrive to your Desktop. Once the sync has completed.   (make sure the local drive on which you are downloading the data from OneDrive has enough free space )     4. Download Google Drive https://www.google.com/drive/download/   5. Copy the downloaded data from OceDrive to the desktop's HDD to Google Drive Folder. and let the sync to complete.   You have now moved all your date to Google Drive wi...

Azure Stack

Azure Stack Azure Stack Development Kit (ASDK) Azure Stack Integrated Systems Azure Pack     Azure Stack &  Azure Stack Development Kit (ASDK) Azure Stack TP3 was the last distribution after which it has been renamed as Azure Stack Development Kit (ASDK)  This will remain single node and should be used for trying out Azure Stack.    Azure Stack Development Kit   https://azure.microsoft.com/en-gb/overview/azure-stack/development-kit-thank-you/       Azure Stack Integrated Systems The Azure Stack Integrated Systems are the ones that you buy from the OEM partners HP, Lenovo, Dell and soon to be Cisco, Avanade, and Huawei. And it's name has changed to   Azure Stack Integrated Systems .   Azure Stack integrated systems   https://azure.microsoft.com/en-us/overview/azure-stack/integrated-systems/       Azure Pack So what is WAP really ? Wind...
To add all computers to the list of TrustedHosts In a notepad file add the server names which aretobe added as trusted host and save it with any name, I am doing it as serverlist.txt in C: server1.example.com,ms12.uc.com,ms13.uc.com from powershell run the below commands. $serverlist = get-content -Path C:\serverlist.txt foreach ($server in $serverlist) {set-item wsman:\localhost\Client\TrustedHosts -Value $se rver.ToString() -Force} This should get the servers added. You should be able to see the server get-item wsman:\localhost\Client\TrustedHosts | fl

Implementing certificate based authentication in Exchange server 2016

Sometimes companies wish to implement certificate based authentication for Active Sync users if Mobile Device Management tool is being deployed. High Level steps involved to implement certificate based authentication for Active Sync are: 1. An additional IP (this depends, we will talka bout it later in the post ) 2. Creating an additional site in IIS 3. Creating an Active Sync Virtual directory under the new site. 4. Certificate from 3rd Party Refer the video Link below.