CITLeadJun 6, 20211 minBuild a Custom Windows ImageDISM - Convert install.esd to install.wim Download Windows 10 🔗 https://www.microsoft.com/en-us/software-download/windows10 Convert .ESD...
CITLeadJun 6, 20212 minWindows PE (WinPE)Create WinPE ISO and Boot-able USB 1: Download and Install Windows ADK 🔗 https://docs.microsoft.com/en-us/windows-hardware/get-started/a...
CITLeadJun 6, 20211 minRedkey USB - Wipe ToolI recently got a Redkey USB because of a project to reload laptops for a donation. I was very impressed when trying it out, I ran into a...
CITLeadApr 4, 20211 minHow to take ScreenShots of Desktop with PowerShellHad a project where I was required to have a screenshot taken when results were found during a PowerShell search. I created a quick...
CITLeadFeb 8, 20211 minHow to prepare a USB for WinPE with PowerShellIn this project, we will be preparing a USB flash drive for WinPE. The USB will be used to image systems using WinPE, the USB flash drive...
CITLeadFeb 7, 20211 minIntune - Connect Microsoft Store for BusinessTo add Microsoft Store applications to Intune, you must connect Microsoft Store for Business and approval applications. Go to...
CITLeadMay 31, 20201 minClonezilla Restore Image using Bootable USBIn our last few posts, we created a bootable Clonezilla USB (Creating a bootable Clonezilla USB post) and also capture a Windows 10 image...
CITLeadMay 31, 20201 minClonezilla Capture Image using Bootable USBIn this post, we created a bootable Clonezilla USB. Now let's capture a Windows image. Boot into the USB, Clonezilla, select the first...
CITLeadMay 31, 20201 minClonezilla Bootable USBURL: https://clonezilla.org/ Clonezilla is an Open Source Software for imaging and cloning. I have used Clonezilla to clone the Windows...
CITLeadApr 15, 20191 minHow to create an Active Directory OU's, Group's and Users from a CSV file with PowershellReddit User Priestx (reddit post) is requesting help to create 3 OU with a group in each OU, and a user in each group. Pre requirements:...
CITLeadApr 14, 20191 minHow to SFTP using Powershell I have a few projects where I need to pull files from a SFTP server into a Windows network share. In this post we will go over how to use...
CITLeadApr 14, 20191 minBear.app my new favorite note taking applicationI just recently migrated all of my code notes over to bear.app. I briefly try to have all my code notes in Evernote but because Evernote...
CITLeadApr 12, 20191 minHow to Upload Users to TractionGuest with PowershellI worked on a project to upload users into TractionGuest using Powershell. TractionGuest is a visitor management system that allows your...
CITLeadMar 24, 20191 minHow to delete users in PagerDuty using REST API v2 and PowerShellFirst get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
CITLeadMar 24, 20191 minHow to get a list of users in PagerDuty using REST API v2 and PowerShellFirst get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
CITLeadMar 24, 20191 minHow to create users in PagerDuty using REST API v2 and PowerShellFirst get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
CITLeadMar 18, 20191 minHow to download files from GitHub with PowerShellThe first thing we need to know is the GitHub user name and repository name. In this example I made a public repository I created. GitHub...
CITLeadMar 18, 20191 minHow to use PowerShell and iTextSharp to modify PDF files with text fieldsIn this blog post, we will go over how to create New Hire Welcome letters using PowerShell and iTextSharp.dll. You can have the...
CITLeadMar 15, 20191 minHow to create Active Directory accounts with User Collision Output to CSVReddit user u/sys_admin00 requested help to create a script to create new Active Directory accounts and output any user accounts not...
CITLeadMar 12, 20191 minHow to Sync Active Directory groupsUser Nightingal on the MS Technet Forum needed help with a PowerShell script to sync Security Group A to Security Group B. The best way I...
CITLeadMar 12, 20192 minHow to remotely pull hard drive details and export to CSV On the Microsoft Technet PowerShell Forums, I found a request to create a PowerShell script to get disk space information from each of...
CITLeadMar 11, 20192 minHow to Encrypt and Decrypt strings with PowerShellThe more you code and create tools that require API Keys or Username and Passwords, it's a good idea to encrypt any credentials. I would...
CITLeadMar 9, 20191 minHow to query Active Directory UsersHere is our task: Create a few Active Directory User queries. -Filter all users that are employees -Filter all users that report to...
CITLeadMar 9, 20191 minA Simple example of ForEach-ObjectHere is our task: The description attribute for our staging user has the employeeType value that we want. We need to copy the description...