top of page
Search
CITLead
Jun 6, 20211 min read
Build a Custom Windows Image
DISM - Convert install.esd to install.wim Download Windows 10 🔗 https://www.microsoft.com/en-us/software-download/windows10 Convert .ESD...
99 views0 comments
CITLead
Jun 6, 20212 min read
Windows 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...
252 views0 comments
CITLead
Jun 6, 20211 min read
Redkey USB - Wipe Tool
I 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...
145 views0 comments
CITLead
Apr 4, 20211 min read
How to take ScreenShots of Desktop with PowerShell
Had a project where I was required to have a screenshot taken when results were found during a PowerShell search. I created a quick...
56 views0 comments
CITLead
Feb 7, 20211 min read
How to prepare a USB for WinPE with PowerShell
In 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...
185 views0 comments
CITLead
Feb 7, 20211 min read
Intune - Connect Microsoft Store for Business
To add Microsoft Store applications to Intune, you must connect Microsoft Store for Business and approval applications. Go to...
10 views0 comments
CITLead
May 31, 20201 min read
Clonezilla Restore Image using Bootable USB
In our last few posts, we created a bootable Clonezilla USB (Creating a bootable Clonezilla USB post) and also capture a Windows 10 image...
581 views0 comments
CITLead
May 31, 20201 min read
Clonezilla Capture Image using Bootable USB
In this post, we created a bootable Clonezilla USB. Now let's capture a Windows image. Boot into the USB, Clonezilla, select the first...
144 views0 comments
CITLead
May 31, 20201 min read
Clonezilla Bootable USB
URL: https://clonezilla.org/ Clonezilla is an Open Source Software for imaging and cloning. I have used Clonezilla to clone the Windows...
143 views0 comments
CITLead
Apr 14, 20191 min read
How to create an Active Directory OU's, Group's and Users from a CSV file with Powershell
Reddit 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:...
1,381 views0 comments
CITLead
Apr 14, 20191 min read
How 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...
1,284 views0 comments
CITLead
Apr 13, 20191 min read
Bear.app my new favorite note taking application
I 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...
66 views0 comments
CITLead
Apr 11, 20191 min read
How to Upload Users to TractionGuest with Powershell
I worked on a project to upload users into TractionGuest using Powershell. TractionGuest is a visitor management system that allows your...
16 views0 comments
CITLead
Mar 24, 20191 min read
How to delete users in PagerDuty using REST API v2 and PowerShell
First get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
68 views0 comments
CITLead
Mar 23, 20191 min read
How to get a list of users in PagerDuty using REST API v2 and PowerShell
First get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
160 views0 comments
CITLead
Mar 23, 20191 min read
How to create users in PagerDuty using REST API v2 and PowerShell
First get a API Key, skip if you already have a API Key. Log into your PagerDuty instance, go to Configuration > API Access Click on...
235 views0 comments
CITLead
Mar 17, 20191 min read
How to download files from GitHub with PowerShell
The 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...
118 views0 comments
CITLead
Mar 17, 20191 min read
How to use PowerShell and iTextSharp to modify PDF files with text fields
In this blog post, we will go over how to create New Hire Welcome letters using PowerShell and iTextSharp.dll. You can have the...
1,277 views0 comments
CITLead
Mar 15, 20191 min read
How to create Active Directory accounts with User Collision Output to CSV
Reddit user u/sys_admin00 requested help to create a script to create new Active Directory accounts and output any user accounts not...
32 views0 comments
CITLead
Mar 11, 20191 min read
How to Sync Active Directory groups
User 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...
917 views0 comments
CITLead
Mar 11, 20192 min read
How 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...
206 views0 comments
CITLead
Mar 10, 20192 min read
How to Encrypt and Decrypt strings with PowerShell
The 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...
1,130 views0 comments
CITLead
Mar 9, 20191 min read
How to query Active Directory Users
Here is our task: Create a few Active Directory User queries. -Filter all users that are employees -Filter all users that report to...
14 views0 comments
CITLead
Mar 9, 20191 min read
A Simple example of ForEach-Object
Here is our task: The description attribute for our staging user has the employeeType value that we want. We need to copy the description...
124 views0 comments
CIT-DevOps
bottom of page