Skip to content
Notice: Welcome to our university.
Quick Links
  • About Me
  • Contact Us
  • FAQs

Information Technology Experts

Learn Information Technology

  • Home
  • About Me
  • Active Directory
  • Exchange
  • Azure
    • Office 365
  • Hyper-V
  • Technical Courses
  • News & Events

Create Active Directory Bulk Users from CSV using PowerShell

February 7, 2017February 7, 2017 Aboobakar Sanjar

Create Active Directory Bulk Users from CSV It might not be common for every server administrator to need to import a large number of users at once. However, if you do, the process can be automated and save you massive amounts Read More …

Active Directory

How to download office 2016 by deployment tool?

February 3, 2017 Aboobakar Sanjar

How to download office 2016 by deployment tool? Download Office Deployment Tool http://www.microsoft.com/en-us/download/confirmation.aspx?id=49117    (office 2016) 2. Create a folder in C drive, we named it ODT here, run Office Deployment Tool and install to C:\ODT 2 files will in the ODT Read More …

Office 365

How to reset an Active Directory user Password expiration Date

January 29, 2017 Aboobakar Sanjar

Scenarios Active directory account passwords expire set (for example, every 90 days) in most of the organizations. Configuring an AD account with Password Never Expires is not recommended due to security. I came across the scenario to extend an active Read More …

Active Directory

Add Users to local Administrators Group

January 9, 2017January 9, 2017 Aboobakar Sanjar

Open the elevated command Prompt Type: net localgroup “Remote Desktop Users”       Type: net localgroup “Remote Desktop Users” /add corp\it-pro

Windows Server

Windows Server 2012 CRASH – ERROR 0XC00002E2

December 12, 2016 Aboobakar Sanjar

If you are using windows server as a virtualized domain controller and you facing this error       Your PC ran into a problem and needs to restart. We’re just collecting some error info, and then we’ll restart for Read More …

Hyper-V

AD Computer Account Bulk Import

November 24, 2016November 24, 2016 Aboobakar Sanjar

There is small script to import Active Directory Computer account in bulk using CSV file. Import-Module ActiveDirectory $CSV='[PATH]\Computers.csv’ $OU=’OU=Proctor,OU=Workstations,DC=domain,DC=local’ Import-Csv -Path c:\Computer.csv | ForEach-Object { New-ADComputer -Name $_.ComputerAccount -Path $OU -Enabled $False} Sample CSV File

Active Directory

PowerShell: Get-ADUser to retrieve password last set and expiry information

November 17, 2016November 17, 2016 Aboobakar Sanjar

In this post we’ll look retrieving password information to find out when a user last changed their password and if it is set to never expire. help Get-ADUser Next we want to find out what the name of the properties Read More …

Windows Server

Changing the Certificate on ADFS 3.0 and Web Application Proxy (WAP)

October 31, 2016 Aboobakar Sanjar

As with all systems using certificates for security, there comes a time when the certificate is expiring and needs to be replaced. here’s the procedure for ADFS 3.0 and WAP: Starting with the ADFS server: Log onto the ADFS server. Read More …

ADFS

Creating a Cloud Readiness Assessment

October 28, 2016October 28, 2016 Aboobakar Sanjar

It’s a lot easier to move your infrastructure into the cloud than have to migrate everything back into a private data centre. The idea is to make sure you deploy the right workloads and have the correct deployment methodology throughout Read More …

Azure

IoT and Cloud Computing

October 28, 2016 Aboobakar Sanjar

IoT is the about the devices that connected to the internet to performs the processes and service that support our basics needs, economics, health and environment. Hence, cloud computing acts as a front end to access Internet of Things. Cloud Read More …

Azure

Posts navigation

Older posts
Newer posts

Recent Posts

  • MS-900T01A: Microsoft 365 Fundamentals
  • Key Activation to VAMT with error “The specified product key is invalid, or is unsupported by this version of VAMT”
  • Training: AZ-900-T00: Azure Fundamentals
  • MS-100-T00: Microsoft 365 Identity and Services (Training)
  • Access Active Directory Users & Computers (ADUC) Snap-in from different domain (no trust)
  • Home
  • About Me
  • Active Directory
  • Exchange
  • Azure
  • Hyper-V
  • Technical Courses
  • News & Events
Copyright. All rights reserved.
Proudly powered by WordPress | Education Hub by WEN Themes