Skip to content
September 17, 2025 4:38 pm
Wednesday, Sep 17, 2025

Virtualization Howto

Virtualization, Cloud, DevOps, Reviews

  • Forum
  • My kits
    • Home Lab NAS Kits
    • Intel Optane Swap Kit
    • VMware Compatible Mini PCs
  • Podcast
  • DevOps
  • Virtualization
    • Proxmox
    • VMware
    • Hyper-V
    • XCP-ng
  • Containers
    • Kubernetes
  • Mini PC & Server
  • Home Lab
    • My Home Lab
    • Nested ESXi Lab
    • Proxmox Build 2025

Month: March 2013

How to find the SSRS Job Name with the Report Name SQL
SQL

How to find the SSRS Job Name with the Report Name SQL

In order to check the status of the SSRS report subscription jobs, status, and the last run time, run the following SQL script against the MASTER DB.  It will list:…

by Brandon LeeMarch 27, 2013March 27, 2013
Automate joining a workstation to a domain using powershell and a batch file
Powershell

Automate joining a workstation to a domain using powershell and a batch file

If you are a network admin looking for an easy way to script the joining of a workstation to a domain perhaps out of an image restore, you can do…

by Brandon LeeMarch 25, 2013
How to delete active directory user accounts with powergui and lastlogontimestamp
ActiveDirectory

How to delete active directory user accounts with powergui and lastlogontimestamp

One of the best new tools at the system administrator or network administrator’s fingertips is powershell.  Powershell was introduced with Windows 2008 and is also standard with Windows 2008 R2…

by Brandon LeeMarch 25, 2013January 11, 2021
Windows ADK DISM commands to capture and apply images
Windows

Windows ADK DISM commands to capture and apply images

With the introduction of the new Accessment and Deployment Kit for Windows 8 which is the new iteration of what we have known as the WAIK for automating installs, Microsoft…

by Brandon LeeMarch 25, 2013January 11, 2021
How to manage fine grained password policy with powergui
ActiveDirectory

How to manage fine grained password policy with powergui

We here at Computer-howto.com are big fans of the free utility Powergui. Powergui offers a wide range of free powerpacks which offer tremendous control for admins over their environments. One…

by Brandon LeeMarch 25, 2013January 11, 2021
Mass Add a user to a local group with a batch file
Windows

Mass Add a user to a local group with a batch file

If you need to add a user from the domain let’s say to the local administrators group on a Windows 7 workstation, you would simply launch “lusrmgr.msc” and add the…

by Brandon LeeMarch 25, 2013
How to backup and restore MySQL DB using MySQL Workbench
Windows

How to backup and restore MySQL DB using MySQL Workbench

For those database administrators out there who mainly deal with Microsoft SQL Server environments, you may wonder what tool you use to interact with MySQL and perform the necessary functions…

by Brandon LeeMarch 1, 2013January 11, 2021
Recent Posts

Copyright © 2025 Virtualization Howto