Skip to content

insights.techak.net

  • Facebook
  • X
  • LinkedIn
  • Instagram

|

Get In Touch

Author: Anwar R Khan

Cricket (1) Microsoft Windows (4) Mobile (1) Office 365 (2) Outlook (3) Powershell (3) Server Management (1) System Administrator (7) Uncategorized (1) Windows 7 (3) Windows 10 (3) Windows 2012 (2) Winndows 2016 (3)

  • Windows Server 2019 activation

    May 5, 2023

    Steps: KMS activation keyshttps://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys

  • ExchangeOnlineManagement 3.1.0

    March 22, 2023

    The Exchange Online Powershell V1 module is now deprecated. We need to use the Exchange OnlinePowershell V3 module instead. Command to install Modulehttps://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.1.0 Install-Module -Name ExchangeOnlineManagement…

  • How to hide users from the GAL in Office 365 synchronized from on-premises

    February 19, 2022

    Hiding users from the Global Address List (GAL) is fairly straightforward when the user is a cloud account. Simply “Hide from address list” from…

  • Office 365: Restrict users except administrators to create teams groups in MS teams

    February 3, 2022

    Step 1: Create a group for users who need to create Microsoft 365 groups Only one group in your organization can be used to…

  • Install the MSOnline module Guide

    February 23, 2021

    Install-Module MSOnlineInstall-Module AzureADImport-Module AzureAD Run the command to resolve the issue below. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

  • Windows Time Sync

    December 15, 2020

    w32tm /config /manualpeerlist:”1.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /updatew32tm /config /manualpeerlist:”0.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /update w32tm /config /update net stop w32time net start w32time w32tm /query /peers w32tm…

  • Powershell to get list of AD Users and their ProfilePath and HomeDirectory

    October 21, 2020

    To ensure consistency it is often desirable to run a script periodically to confirm all users are setup as expected. The following powershell script…

  • Enable or disable mailbox audit logging for a mailbox

    August 14, 2020

    This example enables mailbox audit logging for Ben Smith’s mailbox. Set-Mailbox -Identity “Ben Smith” -AuditEnabled $true This example enables mailbox audit logging for all…

  • Outlook Add-In keeps disabling

    June 3, 2020

    1. Be an Administrator Make sure you run Outlook as an Administrator when you enable the add-in (Right-click – Run as Administrator) 2. Force…

  • Installing PowerShell on Windows

    May 13, 2020

    1. Confirm current version – $PSversionTable.PSVersion 2. Download “Windows Management Framework” 3. Install and Reboot.

Next Page→

insights.techak.net

  • Facebook
  • X
  • Instagram
  • TikTok
  • GitHub

About

  • Team
  • History
  • Careers

Privacy

  • Privacy Policy
  • Terms and Conditions
  • Contact Us

Social

  • Facebook
  • Instagram
  • Twitter/X

Powered by Ianus Theme

Top ↑