You are here:   Home
Sep
26
2007
Encrypting Additional Drives with BitLocker

As you may know, BitLocker Drive Encryption only encrypts the C:\ drive.  If you have additional drives in your PC, or use an external USB hard drive with your notebook, you can't encrypt that drive with BDE.  Officially that is :)

While Vista SP1 will bring support for encrypting the other volumes in your system you can do it today using the command line tool manage-bde.wsf.  Now before we get started I must inform you that this is in now way supported by Microsoft.  I've tried it, it worked for me, but I highly recommend taking a backup of the data before proceeding!

With that out of the way launch the Command Prompt as Administrator and run the following command to encrypt additional drives:

cscript manage-bde.wsf -on X: -recoverykey Y:\ -recoverypassword

In this example X: is the drive you wish to recover and Y: is the drive the recovery key will be saved to.  Remember to backup the recovery key and store it in a secure location.  You can store this key on the C: drive (which is encrypted) and it will make things easier when you need to unlock the drive.

Once that is complete you will need to run a command to "unlock" the drive in order to access the data.  With the drive plugged in run the following command:

cscript manage-bde.wsf -unlock X: -recoverykey C:\WO97N74A-A99A-9923-C798-45FF0139DDE9.BEK

If you lose the key you can unlock the drive with the recovery password with the following command:

cscript manage-bde.wsf -unlock X: -recoverypassword 846295-102210-220394-001294-333982-001923-094856-223451

Too make it easier I suggest creating a batch file and dropping it in the startup folder.

Source: TheLazyAdmin.com

Add a comment
 
Sep
20
2007
Scheduling Jobs from Command Line

If you need create a schedule jobs on any remote computer or server you can use an AddTaskAppRuns.bat and run it from the command line (On central server) by using PSEXEC.EXE. In my example, AddTaskAppRuns.bat contain:

schtasks /create /ru DOMAIN-NAME\User-from-domain /rp password-of-domain-user /sc minute /mo 1 /tn "AppRuns" /tr C:\Updates\AppRuns.bat

The following command schedules a script, AppRuns.bat, to run every 1 minutes. Because the command does not include a starting date or time, the task starts 1 minutes after the command completes, and runs every 1 minutes thereafter whenever the system is running. Notice that the AppRuns.bat script source file is located on drive C:\ in directory Updates (C:\Updates\ ) on the remote computer or servers where should run a schedule jobs.

Add a comment
Read more...
 
Sep
20
2007
FI freeware is a DIR alternative

Download FI.zip, an alternative to the DIR command, which provides file age and size filtering, security, device, alternate data streams, and file link information.


When you type fi /?, you receive:

Version 0.13, Copyright (C)2002, Frank P. Westlake.
Prints a list of files.

FI [options] file[s]   [[options]  file[s] [. . .]]

file[s]  May include wild cards. Use the current directory indicator (.) to
refer to a directory, ex: FI C:\temp\.

Options, must precede 'file[s]':
/A         Attribute filter, Prints only the files with specified attributes.
Ex: /A+SH-R  (prints only the files with S and H but without R)
/B         Prints only the file name.
/C         Format numbers with a separator (default). Use /-C to disable.
/D         Print information on the device, for example: /D C: or \\.\
/G[A|C|W]"<"|"="|">"value[/divisor]
Filters files by age in days. If '/divisor' is given, the day value
is divided by that value (i.e. /24 for hours, /1440 for minutes).
A=last access, C=creation, W=last write. Default is W.
/H         Include alternate data stream names. Printed as 'file:stream'.
/L         Include link index and the number of links as first two columns.
/Q         Include owner in brief listing or SIDs in verbose listing.
/S         Displays files in specified directory and all subdirectories.
/T[A|C|W][G]
Print the time stamp of the file (default). Use /-T to disable. If
'G' is included print age instead of time.
A=last access, C=creation, W=last write. Default is W.
Examples: /TC  /TCG  /-T
/V         Print detailed information for each file.
/X         Use short file names.
/Z["<"|"="|">"value]
Filters files by size (default). Use /-Z to disable printing of
file size.

The hyphen may be used to reverse the effect of an option.

Comparison operators must be quoted somehow: /z"="0 "/z=0" /"z=0"

Swirches may be predefined in an environment variable with the name of this
program, for example 'SET FI.EXE=/LHQ-C'. The program name may vary.

Codes displayed with trustee rights [T:RWXDPO:PDF+]:
T=Either "Allows" or "Denies" the displayed permissions.
R=Read, W=Write, X=Execute, D=Delete, P=Permissions write, O=Owner write.
P=Primary object, D=Directories inherit, F=Files inherit, +=Propagated

Examples:

FI C:\WINNT\.
FI "/g>7" /ash-r C:\WINNT\*.exe

FI "/z=0" C:\WINNT\*.exe

Scripting Example
If you wanted to delete all the files in the C:\Logs directory whose last write date is greater than 7 days:

for /f "Tokens=*" %%f in ('fi /A-d /b /gw">"7 C:\Logs\*.*') do del /q "%%f"

Add a comment
 
Sep
18
2007
Known issues after you install Office 2003 service pack 3

After you install a Microsoft Office 2003 service pack 3, you are prompted unexpectedly to restart the computer. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base: 905726 (http://support.microsoft.com/kb/905726/) You are unexpectedly prompted to restart the computer after you install an Office service pack or an Office update
After you install Office 2003 SP3, an add-in, ActiveX control, or COM add-in may not work as expected in an Office 2003 program. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938814 (http://support.microsoft.com/kb/938814/) The functionality of an add-in, an ActiveX control, or a COM add-in is reduced, or the functionality is blocked after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, you may receive an error message when you try to create a new MAPI form in Outlook 2003. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938816 (http://support.microsoft.com/kb/938816/) Error message when you try to create a new MAPI form in Outlook 2003: "contact the administrator"
After you install Office 2003 SP3, attachments that contain the .gadget extension cannot be opened in Outlook 2003. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938811 (http://support.microsoft.com/kb/938811/) Attachments that contain the .gadget extension cannot be opened in Outlook 2003 after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, the Fast Saves feature does not work as expected in Word 2003. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938808 (http://support.microsoft.com/kb/938808/) The Fast Saves feature in Word 2003 no longer functions after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, the Microsoft Office Document Imaging program may not work as expected. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938813 (http://support.microsoft.com/kb/938813/) You may experience issues when you run the Microsoft Office Document Imaging program after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, you may receive an error message when you try to open or to save a file. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
941636 (http://support.microsoft.com/kb/941636/) You receive an error message when you try to open a file or to save a file after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, you cannot open some Microsoft Excel workbooks that contain Microsoft Visual Basic for Applications (VBA) macros. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938806 (http://support.microsoft.com/kb/938806/) You cannot open Microsoft Excel 5.0/95 Workbook files that contain Visual Basic for Applications macros in Excel 2003 after you install Office 2003 Service Pack 3
After you install Office 2003 SP3, the version number of Office is no longer saved in the properties of the document as expected. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
938807 (http://support.microsoft.com/kb/938807/) Office files that are saved in certain formats no longer contain the version number of Office after you install Office 2003 Service Pack 3 Add a comment

Read more...
 
Sep
15
2007
Windows Server 2008 Step-by-Step Guides

These step-by-step guides help IT Professionals learn about and evaluate Windows Server 2008.
These documents are downloadable versions of guides found in the Windows Server 2008 Technical Library. (http://go.microsoft.com/fwlink/?LinkId=86808)


Add a comment
 
Sep
13
2007
Microsoft Office Outlook Connector V4

With Outlook Connector, you can use Outlook 2003 or Outlook 2007 to access and manage your Windows Live Hotmail or Office Live Mail accounts, including e-mail messages and contacts for free! Calendar, tasks and notes can also be accessed and managed in Outlook for accounts with a paid subscription.

Outlook Connector enables you to use your Live Hotmail accounts within Outlook:

  • Read and send your Office Live Mail/Windows Live Hotmail e-mail messages.
  • Manage your Live Mail Contacts.
  • Use advanced options for blocking junk e-mail messages.
  • Manage multiple e-mail accounts in one place.

With a paid subscription, Outlook Connector enables these additional features:

  • Manage, share, and synchronize your Windows Live Calendar in Outlook.
  • Access your Tasks and Notes.

 

Add a comment
Read more...
 
Sep
10
2007
Microsoft System Center Virtual Machine Manager 2007 VHD

System Center Virtual Machine Manager provides centralized administration of virtual machine infrastructure and enables increased physical server utilization and rapid provisioning of new virtual machines by the administrator and authorized end users.


This download comes as a pre-configured VHD. This download enables you evaluate Microsoft System Center Virtual Machine Manager 2007.
Add a comment
Read more...
 
Sep
07
2007
Microsoft SoftGrid Application Virtualization Trial Guide

This trial guide walks you through a step by step creation of a Microsoft SoftGrid Application Virtualization system including the Sequencing of two applications. Once you have completed these setup steps, you will be able to test the benefits of Microsoft SoftGrid in your own environment. Add a comment

Read more...
 
<< Start < Prev 21 22 23 24 25 26 27 28 29 30 Next > End >>

Subscribe to CuruIT
Get tips, news and tutorials via RSS, Email or Twitter

Enter your email address:


Subscribe to my news feed for free Follow me on Twitter! Become a CuruIT fan on Facebook :) Become a CuruIT fan on YouTube :)
Popular
Latest
Random
Solution: A virtualized application on a Microsoft App-V client fails to launch with Error Code: 2A-00002AF9 07.09.10 - Microsoft has published a new Microsoft Application Virtualization (App-V) Knowledge Base article.  If you're ha...
Update rollup package for the Hyper-V role in Windows Server 2008 R2 06.09.10 - The Hyper-V team released several Hyper-V updates as a single update package via Windows Update. These updates have been ...
Fortune 500 Firm Leaving VMware for Microsoft Hyper-V 05.09.10 - It’s only one win. But for Microsoft’s Hyper-V virtualization push, it could be a key victory in the global virtualizatio...
Coments

Tips from ITStuff.ca

About Author

My name is Misha Hanin.
I have served as an IT Network Administrator and IT Consultant for over 15 years. I have a number of certifications including CNE, Citrix CCA, VMWare VCP, MCP+I, MCSE, MCTS, MCITP Enterprise Messaging Administrator & MCITP Enterprise Administrator . Microsoft presented me with the 2008 Microsoft® MVP Award (MVP) in Windows Server - Admin Frameworks!

My Specialties:

  • Microsoft: Active Directory (AD), Group Policy, Domain, RIS, IIS, Exchange
  • Security: Checkpoint Firewall, Norton Antivirus Corporate
  • Terminal Servers: Microsoft Terminal, Citrix
  • Virtualization Solutions: MS Virtual Server, MS Hyper-V, MS SoftGrid, VMware ESX

If you found any useful content in this site, mention CuruIT in your blog posts,link to CuruIT.com by copying and pasting the below html code into your own blog or web template-thanks for your support:


Review http://www.curuit.com on alexa.com