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 strongm 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 win2kwire

  1. win2kwire

    MS Outlook: More than 1000 undeliverable e-mails were received in 30 mins

    Hi, New to Exchange and wondered if anyone can help. A user reports that more than 1000 undeliverable e-mails were received from a single source in outlook and mailbox is full. Delivery has failed to these recipients or groups: The email address that you entered couldn't be found. Check the...
  2. win2kwire

    Script for exporting NTUSER.DATfile modified date (for all users) on a share to excel

    Appreciated Mark, Many thanks for your help Regards Ben
  3. win2kwire

    Script for exporting NTUSER.DATfile modified date (for all users) on a share to excel

    Thanks Mark, works fine with 4.0, appreciated. Very grateful for your help and if you know how I can make the script look for ALL instances of NTuser.dat in all users profile directories and folders and report modified dates will be appreciated. Regards Ben
  4. win2kwire

    Script for exporting NTUSER.DATfile modified date (for all users) on a share to excel

    Hi Mark, Thanks for your help. copied script, edited it as below, changed to file.ps1, ran from powershell, runs without errors but output text file only contains: "No File" $ErrorActionPreference = "SilentlyContinue" $Report = $Null $Path = "D:\test\Users" $UserFolders = $Path | GCI...
  5. win2kwire

    Script for exporting NTUSER.DATfile modified date (for all users) on a share to excel

    Hi, I wonder if anyone can help me with the script (below). This is for checking and exporting the NTUSER.DATfile "modified date" (for all users) on a share, to a spreadsheet. The script runs without errors but exports modified date for all folders and files (for all users) to excel. I only...
  6. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Thanks Mark, any idea how to actually do it will be appreciated as I have very basic powershell and scripting knowledge. My script is as a result of weeks of hit and miss Regards Ben
  7. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Thanks Mark, Ignore list created in script and working but I am getting an error when I try to delete a user from the list error: "INFO: C:\Users\C:\Users\user3 Profile does not exist on server-1" "INFO: C:\Users\C:\Users\user3 Profile does not exist on server-2" I can see the user...
  8. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Mark, It is working as should but would be nice if I can exclude the Admin and system accounts from displaying in the list. Only if you know how to if not I guess I will just have to live with it. Thanks
  9. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Mark, You sir are a STAR. Your last bit of code added to my script and it worked like a charm. Someone give that man a cigar! Wonderful help that will always be appreciated. Mucha Gracias
  10. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Many thanks Mark, Changed but it did not help, when I run the script I get the required select user(s) box but it cannot find the profiles in the path so the list is empty.
  11. win2kwire

    Script to delete local user profiles across multiple servers NOT working

    Hi, I wonder if anyone can help me with the powershell script (below) for deleting cached local user profiles on multiple Terminal servers. The script runs without errors but cannot find the location of user profiles and as such cannot display them. Please see script below, I pasted only the...
  12. win2kwire

    AD UNIX attributes

    Hi, I am looking to integrate my AD with Linux and have installed the IDMU role in AD to reveal the UNIX attributes tab, I have also installed a NIS domain. can anyone help point me to a script or method that can populate the uid and gid fields of my 1500 users in AD? I can edit the tab for...
  13. win2kwire

    IP Phone TN

    Hi folks, does anyone know the commands or what I can do to find all available IP TN's (only)on my PABX? I have an option 61 with release 5 software running both digital (TDM) and IP phones. Thanks

Part and Inventory Search

Back
Top