File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ PS C:\>Find-VamtManagedMachine -QueryType ldap -QueryValue "ldap://domainname/??
6969This command searches for computers by using an LDAP query.
7070The search results are restricted to the computers that have LabComp in their name.
7171
72+ ### Example 5: Search in a domain and store results in specified database
73+ ```
74+ PS C:\>Find-VamtManagedMachine -QueryType ActiveDirectory -QueryValue "DomainName" -MachineFilter "labcomp*" -DbConnectionString "Data Source=localhost\SQLEXPRESS;Initial Catalog=VAMT;Integrated Security=True;MultipleActiveResultSets=True"
75+ ```
76+
77+ This command searches the specified Active Directory domain.
78+ The search results are restricted to the computers that have LabComp in their name, and the results are stored in the local SQLEXPRESS instance.
79+
7280## PARAMETERS
7381
7482### -DbCommandTimeout
You can’t perform that action at this time.
0 commit comments