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 DotNetNewbie

  1. DotNetNewbie

    NSA220 wireless N - Wireless users cannot see wireless printer

    Hi there, Found the answer. I had a conflict on a VLAN which was causing the issue. Once the VLAN was removed it all worked.
  2. DotNetNewbie

    NSA220 wireless N - Wireless users cannot see wireless printer

    Hi there, I am new to the Sonicwall FW and would like some help... I have installed the 220 wireless n unit, successfully managed to create the LAN rules and VPN rules. However for users who connect via the wireless do not seem to be able to connect to the wireless printer. Any user who is...
  3. DotNetNewbie

    MS Word 2010 - Replacing specific variables/text

    Hey, I have been asked to improve the efficiency of our contracts department. They have a standard document with a number of key pieces of information that need to be changed depending on the client. Currently the document relies on an excel spreadsheet as a data course and they then run a...
  4. DotNetNewbie

    Outlook script to popup message when sending to external recipient

    Managed to do it myself in the end: Dim strMsg As String Dim strEA As String Dim strER As String Dim i As Integer strER = "" For i = 1 To Item.Recipients.Count strEA = "" On Error Resume Next strEA = Item.Recipients(i).AddressEntry.GetExchangeUser.PrimarySmtpAddress On Error GoTo 0 If Not...
  5. DotNetNewbie

    Outlook script to popup message when sending to external recipient

    Hi everyone, I have been asked to look at methods to validate the recipient of an email after the user has clicked on send. Sadly common sense isn't the answer as most of my users don't have any!! A suggestion I have seen is to write a script that will pop-up a window asking the user to...
  6. DotNetNewbie

    RDS auto resizing wallpaper

    Hi, I am sure this is something nice and easy, but for the life of me I cannot find a solution. We have an RDS solution whereby users remotely connect from a number of different devices so the screen resolution varies. I would ideally like to design a wallpaper that dynamically changes...
  7. DotNetNewbie

    Create shortcut in Windows 2008 (x86)

    Hi there, I am wanting to adapt my old login script to create shortcuts but I am getting the "cannot use parentheses" message, any advice most welcome: CreateSMIcon("Google Chrome", "Google Chrome", "C:\Program Files (x86)\Google\Chrome\Application", "C:\Program Files...
  8. DotNetNewbie

    Customized RDS start menu

    Hi there, I am trying to determine the best method to hide/remove unwanted icons from users when they log into the RDS server. I have previously (when I used CITRIX) rebuilt the menu from scratch depending on AD membership, but I am not sure with the new version of RDS if there is a better...
  9. DotNetNewbie

    AppLocker & RDS

    Ignore this post - Simply copy the information from the original rule and it works fine.
  10. DotNetNewbie

    AppLocker & RDS

    Hi everyone, I am working on deploying an RDS solution and I am currently working though AppLocker to restrict software to users. I want to add a rule for MS Office 2010. By default it created a single rule for MS Office. I want to create a second rule for Office users, however I cannot...
  11. DotNetNewbie

    RDS Installation changes

    Hi there, I have deployed MS Office 2010 Standard to our RDS environment and typically I now have a number of users that require MS Access. Does anyone know or suggest a method of adding Access to the RDS environment without having to remove the current 2010 Standard install? Many thanks in...
  12. DotNetNewbie

    Linking incoming call route to voicemail pro

    Hi, I am trying to create a new incoming call route that is routed through Voicemail pro. The call route has been created in Phone Manager and I have the call routing created in Voicemail pro - however I do not understand how they are linked. Many thanks in advance. .net
  13. DotNetNewbie

    in-line upgrade of Windows 2000 File Server

    Yeah I always Raid1 my OS disks and then have a separate data drive. But to be safe we can image the disk - belt and braces :) .net
  14. DotNetNewbie

    in-line upgrade of Windows 2000 File Server

    Sadly overtime and weekend work is classed as "part of the job" albeit I will get time back for working the weekend or evenings. Our current plan is as follows: 1. Check compatibility 2. Ensure a full backup is performed 3. update the boot INI file 4. Remove 1 of the mirrored OS disks 5...
  15. DotNetNewbie

    in-line upgrade of Windows 2000 File Server

    I get paid to work so the work I carry out in that time is in essence already paid for, if the company wants to pay me to do an in-place upgrade and then replace it the following year that's up to them, though I do agree with you, ideally I would like to do it properly the first time, sadly with...

Part and Inventory Search

Back
Top