This is the second part of my earlier article Adding user to domain administrators from another cross domain - Part 1 where I setup cross domain trust and added cross domain user to AD administrators group for management purpose. After getting access over acquired company Active Directory domain co…
Blog posts : "Active Directory"
Adding user to domain administrators from another cross domain - Part 1
I was working on one of the company acquiring project where I wanted to add users from another forest root domain to domain admins, but as Domain admins being global group, group that can be used in its own domain, in member servers and in workstations of the domain, and in trusting domains. In all …
Creating a password reset tool with PowerShell GUI
One of the my blog reader, came across one of the article written on generating random password gui using powershell by me, and he contacted me as he wanted a small help on creating one GUI utility ADUser reset password. Below are the detailed information he provided in the email what exactly …
Configure SNMP on ESXi Server GUI :Vmware Best Practices
Simple Network Management Protocol (SNMP) is a popular protocol for network management. It is used for collecting information from, and configuring, network devices, such as servers, printers, hubs, switches, and routers on an Internet Protocol (IP) network. Here in this article, I am configuring sn…
Oneliner Microsoft Powershell Script Get members list from active directory group in excel
This is my tiny article on gathering members information from active directory groups using windows PowerShell in very easy, I have used one-liner script earlier for creating bulk ad users, This script will get all the members from group and export it to CSV, This is very handy when providing someon…
Powershell Active Directory: Show treeview of nested Group members downstream hierarchy
This script is second part of my earlier article Powershell Active Directory: Show treeview of User or Group memberof hierarchy, earlier was showing upstream tree view of nested MemberOf groups. After writing the first script I got another requirement to show treeview in reverse order, Group member…
Add multiple proxy addresses with Microsoft PowerShell in Active Directory Groups
This article is second part of POWERSHELL ACTIVE DIRECTORY: ADD OR UPDATE PROXYADDRESSES IN USER PROPERTIES ATTRIBUTE EDITOR, In this part, I will be changing proxy addresses on active directory groups using PowerShell script. This is helpful while migration of bulk users and groups to Microsoft Of…
Powershell: Temporary group membership on Windows 2016 Active Directory
This is second part of configuring and architecting AD infrastructure new features. Microsoft has introduced new great feature with Windows Server 2016 Active directory, PAM (Privileged Access Management) Feature, Where user can be added to a group for a particular time. Once that Time to live (TT…
Microsoft Active directory additional features - AD Recycle Bin Powershell
I recently was involved and architected IT infrastructure for one of the small startup group, I deployed Windows Server 2016 server and architected Active Directory infrastructure, Startup staff's work was involved using heavy use of AD API in their own software, creation and deletion of AD accounts…
Microsoft PowerShell: Check Windows license activation status
This script is my version of fetching Microsoft windows license status, this is for streamlining environments and making them compliant as per audit standards, I didn't wrote complete script but this is old wine in new bottle. I have improvised it to get more information and made it dynamic to ge…
Powershell Active Directory: Show treeview of User or Group memberof hierarchy
After going through many testing and successfully streamlining most of the Users and Groups member of in active directory environment using Powershell Active Directory: List complete hierarchy of upstream nested groups recursively of User. I was still facing some of the issues, Earlier script was no…
Powershell Active Directory: List complete hierarchy of upstream nested groups recursively of User
Recently I had seen big mess in one of my client's Active directory environment, AD Groups where keep nested into groups and further, Due to this clients where having hard time to get either exact effective permissions of particular users, and causing users have unnecessary authorization or getting …
SOFTERRA ADAXES - A new way to manage Active Directory
What is Adaxes?
Adaxes is a rescuer for any Active Directory, Exchange and Office 365 environment. It gives additional features automates repetitive everyday operations, enhances security, enforces standards and reduces the load on your IT department. Managing your IT environment with Adaxes is sim…
Powershell Active Directory: ADGroup Managedby - Checkbox Manager can update membership list
I found one of the query "How to click checkbox manager can update membership list on Active directory group using powershell" on the whatsapp group Powershell scripting. There is already official MicroSoft blog written for same purpose and there are two parts to it and they are worth reading. I wen…
Active Directory Powershell: Aduser A value for the attribute was not in the acceptable range of values
While writing and testing script Active Directory Powershell: Create bulk users from CSV file, Simulating single user creation I came across an error. This error says.
New-ADUser : A value for the attribute was not in the acceptable range of values
At line:1 char:1
+ New-ADUser -Name TestUse…
Active Directory Powershell: Create bulk users from CSV file
Creating bulk multiple user accounts on Active Directory Users and Computers mmc console is very boring and tough task also it is most of the time consuming and error prone tend to be lots of mistakes. If same task is done using automation it will be interesting and happen in less time. Active direc…
VMWare Powercli: Time Configuration (NTP - Network Time Protocol) on multiple Esxi server
This blog is related to my earlier blog vSphere ESXi security best practices: Time configuration - (NTP) Network Time Protocol, This is Powercli part of same article. Login into vCenter server, For more details check VMWARE VSPHERE POWERCLI INSTALLATION AND CONFIGURATION STEP BY STEP.
To add nt…
vSphere ESXi security best practices: Time configuration - (NTP) Network Time Protocol
By default NTP - Network time protocol service is disabled on esxi server. ESXi servers always should be configured with NTP for below reasons.
Logs: Very first good reason is logs (events, /var/log). If your Esxi is not synchronized with Time server correctly, Details in logs will show incorrect…
Powershell one liner: Create multiple user accounts
I had an opportunity to teach PowerShell Active Directory basics to some of my junior subordinate, Where I wanted them to show few test cases on creating multiple active directory user accounts, After building active directory from scratch, As this was the demo example lab, accounts created running…
POWERSHELL ACTIVE DIRECTORY: ADD OR UPDATE PROXYADDRESSES IN USER PROPERTIES ATTRIBUTE EDITOR
This was second script I wrote for user migrating from domain change (exchange to office 365). (Although I have basic knowledge of Exchange server, but I was involved due to my PowerShell scripting knowledge), Requirement was adding new email address to ProxyAddresses under Attribute Editor (AD User…
Blog Search
Page Views
2153930
Archive
- February 2019 (1)
- December 2018 (1)
- September 2018 (4)
- July 2018 (3)
- June 2018 (7)
- May 2018 (12)
- April 2018 (9)
- March 2018 (13)
- February 2018 (4)
- January 2018 (10)
Comments
-
February 18, 2019 11:38PM
-
February 18, 2019 11:33PM
-
February 18, 2019 11:31PM
-
February 18, 2019 11:24PM
-
Ravi NFebruary 13, 2019 09:45PM