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 …
How to download office 2016 by deployment tool?
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 …
How to reset an Active Directory user Password expiration Date
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 …
Add Users to local Administrators Group
Open the elevated command Prompt Type: net localgroup “Remote Desktop Users” Type: net localgroup “Remote Desktop Users” /add corp\it-pro
Windows Server 2012 CRASH – ERROR 0XC00002E2
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 …
AD Computer Account Bulk Import
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
PowerShell: Get-ADUser to retrieve password last set and expiry information
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 …
Changing the Certificate on ADFS 3.0 and Web Application Proxy (WAP)
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 …
Creating a Cloud Readiness Assessment
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 …
IoT and Cloud Computing
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 …