Looking to implement best account expiration practices? Below, I’ll answer all the common questions regarding account expirations, as well as touch on some simple tools and tricks you can use to automate account management and expiration notifications. What Are Active Directory Account Expiration Dates? Active Directory (AD) account expiration dates are specific dates set for […]
Active Directory Account Expiration Dates Explained
What Is Conditional Access? A Complete Guide
Conditional Access can be a game changer for network security, but implementing it can be cumbersome and complex. Below, we’ll break down exactly what conditional access does, how it works, and how you can easily implement it across your network. What is Conditional Access? Conditional Access is a security approach that restricts access to resources […]
How to Install PowerShell Modules – Step by Step
Windows PowerShell is a cross-platform task automation solution with an interactive command-line shell that simplifies configurations and automates administrative tasks. Microsoft created Window PowerShell to control and automate the administration tasks run on the Windows Server Environment. The tool is gaining popularity among sysadmins and experienced Windows users. It helps automate almost any task in […]
GPUpdate – How to Force Group Policy Update Remotely
Group Policy is one of Windows’s most powerful features that help you control all user accounts within the organization. It helps the system administrators manage and control configurations on all systems in the network from the central location. Group Policy has several benefits however one of the major drawbacks of Group policy is that it […]
Active Directory Setup Guide
To start configuring Active Directory from a Windows machine, you’ll need RSAT tools, which include Server Manager and other vital consoles like PowerShell. From the “Server Manager,” you’ll be able to monitor your server and add new key roles and features like AD DS and DNS— tools necessary to start with Active Directory. In this […]
ELB Health Check Guide
The last few years have seen increased pressure on the existing network infrastructure and this has exacerbated during the COVID-19 pandemic, as millions of people work and study from home. This brings up the need for networks to use robust strategies such as load balancing, the ability to scale resources dynamically, and to implement superior […]
Find Password Expiration for Active Directory User
Finding the Password Expiration for Active Directory Users is a Crucial step in understanding security Measures in your networks! We found an Easy Way todo this Task!
The Best Remote Desktop Connection Manager for Multiple RDP Sessions
Here’s our Picks for the Best Remote Desktop Connection Manager to Ensure you dont lose any Remote Desktops Connections, Passwords and More!
WSUS Client Diagnostic Tools & Software to Troubleshooting Windows Server Update Services
Windows Patch management is an important and yet monotonous task for system admins as they have to constantly stay on top of updates and patches, download, and install them. Microsoft eases this process to some extent with its Windows Server Update Services (WSUS). Earlier known as Software Update Services, this is a network service that […]
Varonis Alternatives & Competitors for File & Permissions Analysis
Varonis is a Great Tool Overall – But If your Looking for a Replacement or Alternative to Varonis, we’ve Got the Top 5 Best Alternatives for You HERE !!!
NT Administration from the Command Line
In addition to using the GUI to create accounts and groups, the command line can be used. This is often useful when automating server setup or recovery. net user jsmith tempword /ADD /FULLNAME:”John Smith” /COMMENT:”Accounting Manager” net localgroup “Accounting Local Resource Group” /add /COMMENT:”Payroll and A/R Files” net group “Accounting Members” /ADD /COMMENT:”Members have access […]
Retrieving Group Membership for Active Directory from the Command Line
To create a list of regular users in an Active Directory group using the CLI: dsquery group domainroot -name groupname | dsget group -members | dsget user -fn -ln fn ln John Brown Bill Smith dsget succeeded
Imagine, Express, Observe, Improve, Converge
I encourage every systems administrator, engineer, or architect to watch this. The birth of new systems is presented in three stages: bootstrapping, configuration, and command and control. These stages are analyzed with traditional procedures vs. the vision of Adam and Ezra of a better way. Bootstrapping is facilitated by cloud computing; configuration focuses on expressions […]
In Case of Emergency… Yodel
Your servers are all monitored with Nagios. Splunk is constantly eating your logs, hence why we’ve added some alternative to splunk here. You’ve got your EPO switch, your UPS, your temperature sensors and surveillance camera. The cables are tied up as neat as a Mouseketeer’s pigtails, remote management interfaces are quietly waiting for a server […]
Slipstreaming SP2 into Microsoft Windows Server 2003 Install Files
Slipstreaming is the application of service pack files into the original install files from the distribution media so that you can point to one location when adding components to Windows Server 2003. The command with Service Pack 2, and probably others is: sp2 /integrate:c:\win2003std\ sp2 is the name of the service pack .exe, and win2003std […]
Hail Support
Have you ever had a user call you, and the thought of guiding them through running ipconfig or winver is daunting? Hail Support is a program that users can run to submit a support request. The program runs identically on MacOS X (Intel and PowerPC), Windows (NT and 2000+), and GNU/Linux (GTK 2) systems, and […]
Using sar – Part 2
Using sar Part 2 – Making it Play In Part 1 of this article, we looked at basic invocation of sar and how it works. In Part 2 of this article, we’ll use sar to look at disk, network, and CPU activity. In Part 3, we’ll look at the options available to report on the […]
Using sar – Part 1
Getting Started sar (System Activity Reporter) is an oldy but a goody that should be in your bag of tricks and installed on every *nix system you administer. It collects and logs system data at regular intervals, allowing analysis of system actity historically, trending, baselining and much much more. It comes as part of the […]
Testing Daylight Savings Time on Microsoft Windows
There is a curious and strangely insidious problem associated with the change of the start of Daylight Savings Time. One thing that is counter intuitive for some is that just because information is stored in GMT for stuff like future appointments, it doesn’t mean that there won’t be problems when the time changes. The exact […]
LiveJournal Systems Documentation Example
There is a glorious example of systems documentation of the LiveJournal system here. It includes how to install, administer, and program the system. Further, the documentation was generated with DocBook and XSL stylesheets, which means that it is relatively easy to produce documentation that looks exactly like this. Another benefit of using something like DocBook […]