Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MitchCumstein

  1. MitchCumstein

    Looking for shell command

    Not sure about a shell command, but you can do it in PowerCLI: Get-VMGuest http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1028291
  2. MitchCumstein

    How to use Group Policy editor for 2003 Domain controller

    Also you need to install Remote Server Administration Tools for Windows 7 Get it at http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displayLang=en
  3. MitchCumstein

    XP Mode Greyed out

    Your CPU needs to support virtualization and it needs to be enabled in the bios. I think I had the same issue before enabling it in the bios Windows Virtual PC requires processors capable of hardware-assisted virtualization with AMD-V?, Intel? VT or VIA? VT turned on in the BIOS...
  4. MitchCumstein

    Can I retrieve a report from Report Manager?

    Open the published report, go to the properties tab, and select edit. That will allow you to save an RDL of the report which you can add back to your project.
  5. MitchCumstein

    Font usage for dot matrix printer

    Yes, I know I can change the font, but I was trying to see if I can design in the printer resident font which in this case would be Gothic or Courier 10 cpi. This was trivial in Crystal but I am understanding that SSRS must use a true type font that is installed in windows. I guess my question...
  6. MitchCumstein

    Font usage for dot matrix printer

    I am designing a report that prints to a serial dot matrix printer (Genicom 3840E.) I would like to use a printer resident font, but it is not available in BIDS. Other MS applications such as word can choose the font. In Crystal, I would simply set this printer as my default and its fonts...
  7. MitchCumstein

    RS - Report preview not updating after layout change

    New to SSRS here...I am modifying 3rd party reports using BIDS 2005. The issue is that layout changes are not always reflected during the preview. Simple changes such as changing text color or adding underlines are not showing The data sources are correct and I can successfully deploy them...
  8. MitchCumstein

    Low disk space on partition C

    You can move the some or all of the profiles to the other drive. When the user is not logged in, copy the entire profile directory to the new location. I use xcopy source dest /O/E/X/H/K. Then update the registry to reflect the new location. It is the "ProfileImagePath" found in...
  9. MitchCumstein

    Preferences

    All preferences are stored in the registry. So take one of the computers that is already set up and: 1. Export the settings using the Act Data Diag Tool to backup the Act registry (or simply just export the whole [HKEY_CURRENT_USER\Software\Symantec\ACT!] key and subkeys) 2. Import .reg...
  10. MitchCumstein

    Configuring ISA 2004

    Try these first: http://www.microsoft.com/isaserver/techinfo/default.asp and here http://www.isaserver.org/
  11. MitchCumstein

    ISA server setup

    All your answers can be found here http://www.microsoft.com/isaserver/techinfo/default.asp and here http://www.isaserver.org/
  12. MitchCumstein

    Print to Com port from network

    Ha! took too long to type and bcastner snuck in with the same answer cheers
  13. MitchCumstein

    Print to Com port from network

    First you need to set up and share the printers on the remote computer: Printer1 goes to LPT1 Printer2 goes to COM1 Then on the local computers, map the ports to the shared remote printers: net use lpt1: \\RemoteName\Printer1Name /PERSISTENT:YES net use com1: \\RemoteName\Printer2Name...
  14. MitchCumstein

    Cannot Print to Printer from Terminal Server

    Check this out: http://support.microsoft.com/default.aspx?scid=kb;en-us;838172 Couple of other things to look for: 1. Could be a permissions problem. Make sure they have write on the server's spool directory 2. Make sure the printers are using WINPRINT for the print processor. Don't use any...
  15. MitchCumstein

    take a screen shot of mpg file?

    Alt + Printscreen will capture just the active window

Part and Inventory Search

Back
Top