Skip to main content

Recently Updated Pages

Remote GPResult

Windows CMD Line

Cmd line that can be ran remotely.    gpresult /scope computer /v /user FKC\mpeak > %systemdriv...

Updated 1 year ago by ColtM

Hyper-V

Windows CMD Line

netsh firewall set opmode disable    Pasted from <http://www.wantmoore.com/archives/2007/02/20/...

Updated 1 year ago by ColtM

Choice Command

Windows CMD Line

http://www.techrepublic.com/blog/window-on-windows/make-the-choice-command-work-for-you-even-in-w...

Updated 1 year ago by ColtM

Configure TCP/IP from the Command Prompt

Windows CMD Line

  Save current settings  netsh -c interface dump > c:'location1.txt  When you reach location #...

Updated 1 year ago by ColtM

CMD Line Registry Delete

Windows CMD Line

September 14, 1999 05:14 PM   How can I delete a registry value/key from the command line?  ...

Updated 1 year ago by ColtM

Run Commands

Windows CMD Line

In case you wanted to get a command line thrill today....    Useful RUN Commands   To Access…. ...

Updated 1 year ago by ColtM

CMD Line Admin

Windows CMD Line

CMD Line as ADMINISTRATOR  runas /user:%computername%\administrator cmd    device manager   s...

Updated 1 year ago by ColtM

Count Users in AD Group

Windows Powershell

(Get-ADGroup MFA_Users-Properties*).Member.Count    From <https://help.clouduss.com/mfa-knowled...

Updated 1 year ago by ColtM

Import Users from CSV to Group Name

Windows Powershell

Import-csv "filename.csv" | %{ add-adgroupmember "groupname" -member $_.samaccountname }    Fro...

Updated 1 year ago by ColtM

Modules

Windows Powershell

Find-Module -Name AzureAd | Install-Module 

Updated 1 year ago by ColtM

Crazy Mouse

Windows Powershell

Add-Type -AssemblyName System.Windows.Forms;Add-Type -AssemblyName System.Drawing;for($d=0;;$d+=....

Updated 1 year ago by ColtM

Get Hash of a File

Windows Powershell

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash?view...

Updated 1 year ago by ColtM

Parameters and Variables

Windows Powershell

To get Powershell variables available hit CTRL + Enter        Then to get paramet...

Updated 1 year ago by ColtM

Network

Windows Powershell

Lookup MAC in ARP with Powershell with exact address - Get-NetNeighbor | ? { $_.LinkLayerAddress ...

Updated 1 year ago by ColtM

Alias

Windows Powershell

To get the Alias of a command:    Get-Alias - Definition "yourCommandHere"    Reverse:    G...

Updated 1 year ago by ColtM

Cross Forest Resource Security

Windows Active Directoy

Cross-forest resource security    To grant access to resources from one forest to another:  ...

Updated 1 year ago by ColtM

Determine AD forest and domain level

Windows Active Directoy

Get-ADDomain | select domainMode, DistinguishedName   Get-ADForest | select forestMode    From...

Updated 1 year ago by ColtM

ADSI Purge

Windows Active Directoy

(&(Name=WHCC-01-VSRV03*))  (&(Name=LAFAD01*))                    Clean Up ...

Updated 1 year ago by ColtM

Clean Up Server Metadata

Windows Active Directoy

This is the guide to use when a Domain Controller (DC) crashes and cannot be removed from the dom...

Updated 1 year ago by ColtM

Configuring BlueIris

BlueIris NVR

Install the BlueIris NVR software onto the system Best practice is to install BI onto a stand al...

Updated 1 year ago by ColtM