No announcements
Found 634181 threads
-
2 Votes
Output Remove-Item to logfile
$server" @" ******************************* Bestand: OEG_ScheduledTasks.ps1 Datum+Tijd: $(Get-Date -format 'yyyy-MM-dd ...Answered | 14 Replies | 5730 Views | Created by Equit - Friday, December 8, 2017 3:30 PM | Last reply by jrv - Thursday, December 21, 2017 12:13 PM -
0 Votes
Invoke-command Display the Computer name with the logfile Output
Just another question, is there anyway I can put in a test to say if the remote computer does not exist or if it cannot be connected to (due to wsman not configured), then add this ...Answered | 3 Replies | 1181 Views | Created by JazK - Wednesday, January 4, 2017 10:00 PM | Last reply by Bill_Stewart - Thursday, January 5, 2017 2:23 PM -
0 Votes
Get output from robocopy before logfile is written
Rc places these messages repeatedly in logfile: Waiting 4 seconds...Answered | 5 Replies | 1446 Views | Created by jimoleary - Monday, April 11, 2016 10:05 PM | Last reply by jimoleary - Tuesday, April 12, 2016 3:10 PM -
4 Votes
Printing the output in Powershell into a single logfile.
Stream direct its output to ---> Out-Default However, you can direct the output of a stream (not a cmdlet !)Answered | 15 Replies | 31826 Views | Created by Livio von Büren - Tuesday, September 25, 2012 9:10 AM | Last reply by Laura Park - Thursday, September 26, 2019 6:54 PM -
7 Votes
how to capture 'copy-item' output
> $logfile} Else{ Remove-Item \\$machine\c\scripts\000dontrun.bat Copy-Item D:\Projects\whatever\010RunGetmachinfo.bat ...Answered | 7 Replies | 73845 Views | Created by Sahas' - Sunday, February 26, 2012 4:06 AM | Last reply by James D Johnston - Thursday, May 8, 2014 4:06 PM -
0 Votes
Logfile
Hi, Difference in logfile when recovery model full and bulklogged?Answered | 2 Replies | 1071 Views | Created by Surya.chamala - Sunday, December 1, 2013 5:41 PM | Last reply by Shanky_621 - Sunday, December 1, 2013 6:39 PM -
0 Votes
How to capture Remove-Item to an output file for files older than X
Hi, One method is to add the -Verbose switch to Remove-Item and then redirect that output to a ...Answered | 1 Replies | 995 Views | Created by MitchMM - Thursday, July 2, 2015 2:11 PM | Last reply by Mike Laughlin - Thursday, July 2, 2015 2:33 PM -
0 Votes
Logfile
Hi, How to recover the corrupted logfile?Answered | 2 Replies | 1428 Views | Created by Surya.chamala - Saturday, August 31, 2013 9:23 PM | Last reply by Sarat (SS) - Sunday, September 1, 2013 3:21 PM -
2 Votes
remove brackets { } in output
For a Guid it's the common representation, but after converting to varchar, you can remove the brackets in e.g. a "Derived Column" ...Answered | 5 Replies | 9095 Views | Created by chelseasadhu - Tuesday, July 8, 2014 4:53 PM | Last reply by Visakh16 - Wednesday, July 9, 2014 10:54 AM -
0 Votes
Clearing out SSRS LogFiles folder
There wouldn't be any impact of removing old log files.Answered | 3 Replies | 1992 Views | Created by David Dawson - Tuesday, May 13, 2014 5:39 PM | Last reply by Surendranath chowdary - Tuesday, May 13, 2014 7:28 PM -
1 Votes
The inetpub\logs\logfiles\w3svc1 are huge.
You can also use PowerShell to delete files: #Fetch location of Diag logs and determine older date than 1 month $OldDate = (Get-Date).AddMonths(-1) $Directory1 = ...Answered | 6 Replies | 6009 Views | Created by RonJohnMSU - Monday, August 24, 2015 7:38 PM | Last reply by RonJohnMSU - Thursday, August 27, 2015 6:52 PM -
0 Votes
Monitoring Rotating Logfiles
After a bit of effort, I was finally able to successfully create a rule to monitor a text based logfile on a server.Answered | 2 Replies | 4373 Views | Created by slvrfxms - Wednesday, June 10, 2009 11:43 AM | Last reply by Dale Koetke [MSFT] - Wednesday, June 10, 2009 5:51 PM -
1 Votes
Issue removing files
There is not such object as $logfile.Answered | 1 Replies | 725 Views | Created by Jaroslaw Kisielewicz - Friday, February 12, 2016 3:49 AM | Last reply by jrv - Friday, February 12, 2016 4:05 AM -
0 Votes
Datenbank ohne Logfile?
You can't have a DB without a logfile.Answered | 5 Replies | 4724 Views | Created by SIH007 - Tuesday, December 11, 2012 4:24 PM | Last reply by Kumar muppa - Wednesday, December 19, 2012 9:39 AM -
0 Votes
Logfile Data
Hi, ULS logfiles data daily GB'S of data acquified in log folder drive, What is the problem?Answered | 2 Replies | 2611 Views | Created by Nani1323 - Saturday, June 29, 2013 5:55 PM | Last reply by Just Karl - Tuesday, June 3, 2014 3:06 PM -
1 Votes
Large OpsMgr database logfile
I've been having problems with the OpsManager logfile lately. a while back i was getting the errors Could not write a checkpoint record in database ID 8 because ...Answered | 4 Replies | 11845 Views | Created by ZackW - Friday, August 20, 2010 3:23 PM | Last reply by Woodall77 - Sunday, March 5, 2017 2:00 PM -
1 Votes
Help with for loop and remove-item command
Your issue is with the path for Remove-Item, it is not complete so try this Remove-Item "\\ceit2551202x0$($a[$i])\C$\Program ...Answered | 4 Replies | 799 Views | Created by Cody_Horton - Tuesday, January 7, 2014 8:40 PM | Last reply by Cody_Horton - Wednesday, January 8, 2014 1:09 PM -
0 Votes
Number of items in the list determines the output
However you should still be able to modify the above examples and get the right output.Answered | 8 Replies | 823 Views | Created by Beau Beau - Wednesday, June 3, 2015 3:00 AM | Last reply by Sumesh P - Thursday, June 4, 2015 7:02 AM -
3 Votes
Logfile Monitor Question
I've created a logfile monitor (single event detection) that alerts on a specific string.Answered | 4 Replies | 3535 Views | Created by kgGlosoli - Monday, March 8, 2010 4:48 PM | Last reply by Graham Davies - Tuesday, March 9, 2010 6:22 AM -
0 Votes
What are the files in the LogFiles directory
Hi, Each web application has a corresponding subfolder under \LogFiles folder.Answered | 2 Replies | 5130 Views | Created by msloy - Tuesday, November 24, 2009 4:34 PM | Last reply by Rock Wang– MSFT - Thursday, November 26, 2009 2:07 AM - Items 1 to 20 of 634181 Next ›
No announcements