No announcements
Found 1293026 threads
-
0 Votes
Recursively output name and manager details
Running the script with the /help switch gives help informaton for options to use, but there are defaults for things like output format.Answered | 3 Replies | 580 Views | Created by jrprakash - Wednesday, February 19, 2020 3:30 AM | Last reply by Richard Mueller - Wednesday, February 19, 2020 9:28 PM -
2 Votes
VBscript to do a recursive search for multiple files with different names and output their path to a text file
= 0) End Function To collect the output in a file, invoke the code like so: cscript //nologon myscript.vbs > ...Answered | 8 Replies | 23330 Views | Created by Murelz523 - Thursday, March 29, 2012 10:18 PM | Last reply by jrv - Thursday, June 16, 2016 1:48 PM -
0 Votes
rename file names in folders recursively
Get-ChildItem -Recurse | where {$_.Name -match '\((\d+)\)'} | foreach { Rename-Item -Path $_ -newname $([Regex]::Replace($_.Name, '\((\d+)\)', {param($m) '(' + ...Answered | 3 Replies | 3347 Views | Created by ppmsforums - Wednesday, September 12, 2012 3:21 AM | Last reply by ppmsforums - Wednesday, September 12, 2012 5:39 AM -
2 Votes
Recursive SQL query to get subordinates of managers and directors
Hi PraveenIndia, According to your description and sample data, you could use the following script to get the output.Answered | 6 Replies | 2153 Views | Created by TheCodeMan8 - Friday, May 20, 2016 7:02 AM | Last reply by Sam Zha - Tuesday, May 24, 2016 8:00 AM -
0 Votes
Sql server CTE and recursion example
After struggling for an hour , we managed to fix the issue.Answered | 5 Replies | 5328 Views | Created by Mou_kolkata - Friday, January 11, 2013 11:12 AM | Last reply by Kalman Toth - Friday, January 11, 2013 1:12 PM -
0 Votes
Recursion in SQL Server 2005
Exploring Recursive Common Table Expressions (CTE)Answered | 2 Replies | 5489 Views | Created by Neel _ DBA - Saturday, July 5, 2008 3:53 PM | Last reply by Adam_Turner - Thursday, January 6, 2011 8:40 PM -
0 Votes
filter @{name= from output
It is not a useful PowerShell construct $ErrorName = $server | Select-Object Name $ErrorDetail = $server | Select-Object ...Answered | 4 Replies | 664 Views | Created by Cavemen Dennis - Friday, September 4, 2015 10:57 AM | Last reply by jrv - Tuesday, September 8, 2015 7:23 AM -
2 Votes
Get Manager Details
Answered | 3 Replies | 564 Views | Created by Szadzik - Monday, September 12, 2016 1:14 PM | Last reply by Mike Laughlin - Monday, September 12, 2016 1:38 PM -
1 Votes
Recursive Hierachy batch load fails (in many ways!)
In your example, do you have another model with a "Manager" attribute that is a recursive attribute?Answered | 8 Replies | 11958 Views | Created by Tony Eckel - Friday, March 4, 2011 6:24 PM | Last reply by Jonathan Brant - Tuesday, August 1, 2017 3:47 PM -
1 Votes
Recursive Hierarcy Creation fails
There are two known issues for the following recursive derived hierarchy scenarios: 1) Creating a recursive domain attribute whose attribute name is ...Answered | 8 Replies | 7945 Views | Created by Tony Eckel - Monday, April 11, 2011 6:09 PM | Last reply by Val Lovicz - Wednesday, April 20, 2011 9:23 PM -
0 Votes
PowerShell dir -recurse wildcard failure
You can use -filter to get the efficiency of minimizing the number of objects produced, then pipe the output to Where-Object to extract exactly the objects you really ...Answered | 9 Replies | 12098 Views | Created by mrento - Monday, August 22, 2011 3:16 PM | Last reply by Larry Weiss - Wednesday, August 24, 2011 2:25 PM -
1 Votes
Recursive Select
[name], [t1].Answered | 13 Replies | 999 Views | Created by Jamesit0 - Wednesday, August 5, 2015 8:52 PM | Last reply by Jamesit0 - Monday, August 10, 2015 1:29 PM -
0 Votes
DNS recursion
Hi, If Do not use recursion for this domain is enabled, the DNS server will pass the query on to forwarders, but will not recursively query any other DNS servers ...Answered | 3 Replies | 1117 Views | Created by Param022012 - Monday, August 10, 2015 2:46 PM | Last reply by Ganesamoorthy - Tuesday, August 18, 2015 7:47 PM -
0 Votes
Mapping SystemTime in Output Detail Field.
That will give you the results you need and you can modify the output based on your needs.Answered | 3 Replies | 6473 Views | Created by amitkala - Monday, November 23, 2009 12:25 PM | Last reply by amitkala - Monday, November 23, 2009 1:17 PM -
0 Votes
Disable recursion
Hi Tsandoval, With a recursive name query , the DNS client requires that the DNS server respond to the client with either the requested resource record or an ...Answered | 1 Replies | 955 Views | Created by tsandoval - Wednesday, June 10, 2015 8:58 PM | Last reply by Leo Han - Thursday, June 11, 2015 8:49 AM -
1 Votes
DNS recursive query fails
When you click test now for recursive queries, a name resolution request to resolve a root hint server is sent to the forwarder configured on the DNS server.Answered | 13 Replies | 7343 Views | Created by mfever - Wednesday, July 22, 2015 10:25 AM | Last reply by Leo Han - Wednesday, July 29, 2015 9:22 AM -
0 Votes
How to delete directories with space in the name recursively?
goto :HELP goto :START :HELP echo Usage: %~n0 directory-name echo. echo Empties the contents of the specified directory, echo WITHOUT CONFIRMATION.Answered | 11 Replies | 1361 Views | Created by mail8mz - Thursday, February 20, 2014 3:35 AM | Last reply by jrv - Thursday, February 20, 2014 7:48 PM -
0 Votes
Recursive Relationships
Can any one explain me how to avoid recursive relationships in data modeling or how to eliminate recursive relationships.I searched in google but I didnt find any.Answered | 2 Replies | 5450 Views | Created by kalasql - Sunday, October 30, 2011 2:43 PM | Last reply by Nigel Rivett - Monday, October 31, 2011 4:10 PM -
0 Votes
Recursive Queries
declare @t table ( [id] int, [Name] varchar(5), Parent_id int ) insert into @t select ...Answered | 5 Replies | 4178 Views | Created by hkjoel - Monday, April 12, 2010 9:53 AM | Last reply by hkjoel - Tuesday, April 13, 2010 1:56 AM -
0 Votes
Recursive query
-include *.log -recurse -Force | select name Thanks for you support. :) Ashish ...Answered | 4 Replies | 2119 Views | Created by Ashish Gaur001 - Thursday, June 26, 2014 9:49 AM | Last reply by - Friday, June 27, 2014 6:23 AM - Items 1 to 20 of 1293026 Next ›
No announcements