This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_id" : ObjectId("4defd2713fce2e9bc35d09f0"), | |
| "author" : "Bob", | |
| "date" : ISODate("2011-06-08T19:49:48.809Z"), | |
| "body" : "Is it hot in here?", | |
| "votes" : 0, | |
| "answers" : [ | |
| { | |
| "author" : "evan", | |
| "date" : ISODate("2011-06-08T19:48:54.388Z"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [PS] C:\Windows\system32>get-mailbox -filter { usedatabasequotadefaults -eq $false -AND recipientTypeDetails -eq 'usermailbox' } | set-mailbox -UseDatabaseQuotaDefaults $true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| #use Date::Parse; | |
| use Time::ParseDate; | |
| my $line_num = 0; | |
| my $first_line = 0; | |
| my $oldest_record = 0; | |
| my $line = ''; | |
| my $date = 0; |
NewerOlder