Jump to content

amckinley

Members
  • Posts

    32
  • Joined

  • Last visited

Reputation

25 Excellent

About amckinley

Personal Information

  • Occupation
    IT Guy
  • Location
    Wyoming
  1. If you have PS v4 on a windows 8 machine you should be able to do a 'get-printconfiguration'. For some reason the get-printconfig is tied directly to Windows 8. So if you are running 7 I don't think it will work... if you figure out how to make it work let me know!!
  2. I would use powershell personally. Just type get-acl \\server\folder\file Below I put a screenshot of what that gives you
  3. I would try straight CMD. Make sure the /d is going to do what you want it to as well! The username variable will probably be %userprofile% So it would look something like this mklink /d %userprofile%\appdata\roaming\microsoft\signatures U:\My Settings\Signatures
  4. Converting VBScript to Windows PowerShell And about PSv3. I found that you must have .Net Framework 4.5 installed before you attempt to install PSv3
  5. Since they are wired: I've seen this issue happen a lot when replacing a computer, or upgrading from XP to 7 or whatever. Almost anytime a new computer is put in place of an old one. The problem I found was that DNS and Reverse DNS was still holding the old computers IP address, and the new computer is trying to use the same IP. The solution was to delete the old IP out of DNS and reverse, and set the new computer to DHCP vs. Static.
  6. Are the computers connected via ethernet or wireless?
  7. Are you able to change the permissions in Disk Management?
  8. Have you tried icacls /? Thats how I learned about it... Or a step better. If you have powershell v.3 type in icacls, it will give you the same info that it will in command prompt, but throws in a few examples at the bottom
  9. We have a very simple VBS script on our computers that maps a computer to the appropriate computer when it starts up. The problem is that sometimes it gets jumbled up with GPP being applied and everything else starting up. We would like to delay the script from running for about 5 minutes to give everything else a chance to start up before we map the printers. Anyone know how to do this? I haven't figured it out yet.
  10. amckinley

    VBS help

    I've been learning a TON from Microsoft Virtual Academy. They have lessons with the guy who actually designed and wrote powershell...so he is a fairly reliable source... 05 | The pipeline: deeper
  11. Is UAC turned off? If you so that might be part of the issue.
  12. amckinley

    VBS help

    Good sources for that then? Haha
  13. amckinley

    VBS help

    Hello All, I am fairly fluent at writing .BAT files, and am hoping to move up to VBS files. Anyone know of some good sources to help me get started? Thanks!
  14. This link has a lot of information on 'shortcuts' and very helpful variables in xcopy, del, etc. Microsoft Corporation
  15. amckinley

    Mouse

    I would agree with bwestlake about drivers. Try uninstalling the mouse drivers and then letting it auto-redownload. It should search for the correct ones and install them automatically.
×
×
  • Create New...