Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
Search
TechNet Blogs
>
Search
>
""associators of""
Search TechNet Blogs
Subscribe via RSS
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search Results
Sort by:
Most Relevant
|
Highest Rated
|
Most Recent
|
Alphabetical
Blog Post:
Hey, Scripting Guy! How Do I Migrate My VBScript WMI Queries to Windows PowerShell?
By
ScriptingGuy1
...be incredibly difficult: the
Associators
Of
query. This script is referenced...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Share.Name='Scripts...Echo objFolder.Name Next The
Associators
Of
query seen in the AssociatorsOfShareToFolder...
Posted on
4 Mar 2009
in Blog -
Blog Post:
How Can I Determine If the Number of Files in a Series of Folders Exceeds a Specified Value?
By
ScriptingGuy1
...equivalent for phrases like “Use an
Associators
Of
query to retrieve a collection...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory...
Posted on
10 Aug 2007
in Blog -
Blog Post:
How Can I Get a List of All the PDF Files in a Folder and Its Subfolders?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...
Posted on
8 Jun 2007
in Blog -
Blog Post:
Use PowerShell to Find Out Who has Permissions to a Share
By
The Scripting Guys
...Windows PowerShell. In fact, the
Associators
Of
WMI query is essentially the same...Guy! Blog posts that feature an
Associators
Of
WMI query . In fact, I have one...cn = "hyperv1" $query = "
Associators
of
{win32_LogicalShareSecuritySetting...
Posted on
25 Nov 2011
in Blog -
Blog Post:
Hey, Scripting Guy! How can I Convert a VBScript That Searches Text Files into Windows PowerShell?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...colItems = Get-WmiObject -Query "
ASSOCIATORS
OF
{Win32_Directory.Name...objWMIService.ExecQuery("
ASSOCIATORS
OF
{Win32_Directory.Name...
Posted on
29 Jun 2010
in Blog -
Blog Post:
Hey, Scripting Guy! How Can I Get a List of All the Subfolders in a Folder and Then Put That List Into an Array?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...
Posted on
26 Jan 2007
in Blog -
Blog Post:
How Can I Rename Files Based on the File’s Creation Date?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name='C...
Posted on
9 Dec 2004
in Blog -
Blog Post:
Can I Use a Script to Rename All the Files in a Folder?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...First, notice that we use an
Associators
Of
query in order to return a collection...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...
Posted on
9 Nov 2004
in Blog -
Blog Post:
Hey, Scripting Guy! How Can I Remove Old Files From All the Folders That Share a Folder Name?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...we use one of those oddball
Associators
Of
queries to return a collection...objWMIService.ExecQuery _ ("
ASSOCIATORS
OF
{Win32_Directory.Name...
Posted on
13 Nov 2007
in Blog -
Blog Post:
How Can I Copy the Folder Structure of a Folder?
By
ScriptingGuy1
...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...objWMIService.ExecQuery _ ("
Associators
of
{Win32_Directory.Name...first thing we do is execute an
Associators
Of
query that returns a collection...
Posted on
16 Aug 2007
in Blog -
Page 1 of 8 (73 items)
1
2
3
4
5
»
Search Tips
The more specific you can be with your keywords, the better the search results.
If you're looking for a specific phrase then use quotes. For example: "code of conduct" or "how to".
Avoid using words such as 'the', 'of', 'a' - they exist in every article and are ignored in the search except when used as part of a phrase.