Browse by Tags

Tagged Content List
  • Wiki Page: Active Directory: Querying User Accounts

    Various scripting and command-line methods for querying Active Directory for a list of users. Table of Contents Directory Services DSQuery User DSGet User DSQuery * VBScript PowerShell ADSI Active Directory module Quest ActiveRoles snapin Directory Services DSQuery User Query a...
  • Wiki Page: Querying WMI

    Here are some examples of how to query WMI via cmdline/scripting. Table of Contents WMIC VBScript PowerShell WMIC Retrieve all properties related to the Operating System class wmic OS Retrieve the Version property of the Operaring System class wmic OS get Version ...
  • Wiki Page: AD CS and PKI Step-by-Steps, Labs, Walkthroughs, HowTo, and Examples

    This article is an evolving collection of Active Directory Certificate Services (AD CS) and Public Key Infrastructure (PKI) step-by-step information. The links in this article should take you to places where you can perform or see the actual steps for deploying or administering a PKI using AD CS. ...
  • Wiki Page: PowerShell Examples: Range Operator

    Find an available IP address within a subnet: 1..255 | %{Test-Connection 192.168.1.$_ -Count 1} Open an RDP session with machines QA1 through QA7: 1..7 | %{mstsc /v:QA$_} Read lines from a text file and write out only lines that begin with uppercase character: Get-Content...
Page 1 of 1 (4 items)
Can't find it? Write it!