Skip to content

fatdex

Tech and Webcomics

fatdex

Tech and Webcomics

fatdex
  • Home
    • Latest Comic
    • Comic Archives
    • Series Collections (Sub-comics)
    • Chapters
  • Blog
    • IT Blog Archives
    • Blog Roll
    • Movie Review Archives
  • Extra|
    • Process
  • About

Tag: how-to

PowerShell – Move AD users via CSV file

Posted on September 25, 2020 by Dexter
PowerShell – Move AD users via CSV file

This is part of my ‘Finding all Disabled users in AD’ from an earlier post. The backstory is, I used some powershell to import about 1100 dummy users into a newly created AD. Out of 1100 users, 300+ became disabled
Read More

Posted in IT BlogTagged how-to, PowerShell
Leave a Comment

PowerShell – Finding all Disabled users in AD

Posted on September 24, 2020 by Dexter
PowerShell – Finding all Disabled users in AD

Need to find all the disabled users in your AD? it’s odd that the built in AD Tools do not have this option. PowerShell to the rescue! All these commands are documented in the Microsoft Get-ADUser cmdlet. I’ve added some
Read More

Posted in IT BlogTagged Active Directory, CSV, Get-ADUser, how-to, Microsoft, PowerShell, Scripting
Leave a Comment

PowerShell – Importing AD users from CSV

Posted on September 23, 2020 by Dexter
PowerShell – Importing AD users from CSV

What are the situations you’ll need lots of Dummy AD data? When you want to run some awesomely crafted PowerShell AD scripts, that’s where. I was in a situation a few months ago where I needed replicate a VERY large
Read More

Posted in IT BlogTagged Active Directory, CSV, Get-ADUser, how-to, Microsoft, PowerShell, Scripting
Leave a Comment

Creating your first Powershell GUI – Part 3

Posted on September 22, 2020 by Dexter

Getting caught up? In this post, I’ll be adding some error checking in the form of a function. In a late article, I may revisit this and re-write some of these functions to clean up the code. For now, we’ll
Read More

Posted in IT BlogTagged Active Directory, Get-ADUser, how-to, Microsoft, PowerShell, PowerShell GUI
Leave a Comment

Creating your first Powershell GUI – Part 2

Posted on September 21, 2020 by Dexter

Already seen this part? Check out Part 1, Part 2, and Part3 In part 1, we covered the very basics. A one-line Get-ADUser query, a simple form with one button and output textbox. In this entry, we’ll add more functionality
Read More

Posted in IT BlogTagged Active Directory, Get-ADUser, how-to, Microsoft, PowerShell, PowerShell GUI
Leave a Comment

Creating your first Powershell GUI – Part 1

Posted on September 20, 2020 by Dexter

Create your first Powershell GUI, Part 1: the Basics with simple tools and built in Windows 10 functionality

Posted in IT BlogTagged Active Directory, Get-ADUser, how-to, Microsoft, PowerShell, PowerShell GUI
Leave a Comment

Ubuntu – Add Google 2FA for SSH

Posted on September 18, 2020 by Dexter
Ubuntu – Add Google 2FA for SSH

The Setup Host: Ubuntu 18.04 “Bionic Beaver” releaseSoftware: Google Chrome Original article found on linuxbabe Super handy, and secure way to ssh into your Linux Box at home. This uses the Android Google Authenticator for the QR code, generated right
Read More

Posted in IT BlogTagged google authenticator, how-to, IT, ubuntu
Leave a Comment

Ubuntu Chrome Remote Desktop configuration

Posted on September 18, 2020 by Dexter
Ubuntu Chrome Remote Desktop configuration

The Setup Host: Ubuntu 18.04 “Bionic Beaver” releaseSoftware: Google Chrome I thought this was weird: I couldn’t actually download the Chrome browser. Couldn’t do it from firefox (the Ubuntu default), or chromium (the open-source O.G Chrome package). I thought that
Read More

Posted in IT BlogTagged chrome remote desktop, how-to, IT, ubuntu
Leave a Comment

Oracle VirtualBox – Configure Guest-VM network to communicate with Host network

Posted on September 18, 2020 by Dexter
Oracle VirtualBox – Configure Guest-VM network to communicate with Host network

This is going to focus on configuring an Oracle Virtualbox VM to do a few things:-make it so the host, and local host network can see, ping, remote and use fileshares to the Oracle Box guest VM-Enable the Oracle box
Read More

Posted in IT BlogTagged how-to, IT, IT problems, Microsoft, Networking, VirtualBox
Leave a Comment

GPO enable VSS in Win 7

Posted on June 5, 2014 by Dexter
GPO enable VSS in Win 7

Volume Shadow copy has saved my butt on file, exchange, and SQL servers.  Typically, IT departments discourage previous versions on desktops mainly because it opens up issues with disk space and if it’s really worth saving or rescuing an MP3
Read More

Posted in IT BlogTagged Group Policy, how-to, IT, VSS, Windows 2008
3 Comments

Posts navigation

Older posts
Newer posts
  • Docker + Guacamole + access over https://
  • Docker Desktop – Restoring a WordPress Site
  • Redragon K618 Horus
  • Redragon K530 Draconic
  • Redragon K599 Deimos
(c) fatdex