Recently Updated Pages
Get Unique Departments From Active Directory
get-aduser -filter * -property department | Select-Object -ExpandProperty department | sort-objec...
Get Groups From AD User
Get-ADPrincipalGroupMembership adminrgastineau | Select-Object name
Get Drive/Folder Owner
GET-ACL “$Path”| Select-Object path, Owner -expand access | Select-Object @{n=”Path”;e={$_.Path...
List Local Group Membership
net localgroup “Administrators” > C:\Servers.txt Original Article
List all users hidden from the GAL
Get-ADUser -Filter {msExchHideFromAddressLists -eq "TRUE"} |Select-Object UserPrincipalName Or...
Get Deleted Users From Azure AD
connect-msolservice Get-MsolUser -ReturnDeletedUsers
Get LAPS Password
Get-LapsADPassword mut7gpc202 -AsPlainText
Count Members of an AD Group
(Get-ADGroup "Enforce MFA" -Properties *).Member.Count
Manage Who Can Create Microsoft 365 Groups
In this article Licensing requirements Step 1: Create a group for users who need to create ...
Delete Email From All Mailboxes In Office 365
For full details please go to the following page Delete Email From All Mailboxes In Office 365 T...
Force Active Directory replication on a domain controller
To force Active Directory replication run the command ‘repadmin /syncall /AeD’ on the domain cont...
proxyAddress Attribute doesn't copy when using Active Directory Migration Tool (ADMT)
By default, ADMT excludes these attributes from the migration, meaning you're going to be left wi...
Get-AllEventLogsTimeFrame
Make changes to the variables $startTime and $endTime for exact dates/times, otherwise utilize th...
Extend the Windows RE Partition
Resize_script.ps1 The sample script below can be used to increase the size of recovery par...
CHDMan Linux Instructions
Introduction The file formats to adopt for CDs and other optical supports. We have talked abo...
CHDMan Windows Instructions
Introduction The file formats to adopt for CDs and other optical supports. We have talked abo...
Create .CHD From .GDI Files
Windows Linux convertFromGdiToChd.sh #!/bin/bash # Grab .gdi file for f in ...
Create .GDI From .CHD Files
Windows Linux convertFromChdToGdi.sh #!/bin/bash # Grab .chd file for f in ./*...
Create .CUE From .CHD Files
Windows chd2cue.bat for /r %%i in (*.chd) do chdman extractcd -i "%%i" -o "%%~ni.cue" >> log ...
Create .ISO From .CHD Files
Windows CHD2ISO.bat for %%i in (*.chd) do ( chdman extractcd -i "%%i" -o "%%~ni.cue" -ob "%%...