Audit ACL on Large File Share

I have to audit the permissions of all folders on a large drive, and I was wondering if the following code is really practical with this many possible folders.
$ntfsreport = @()
$folders = Get-ChildItem \\serverA\F$ -recurse | where {$_.psIsContainer}
foreach ($folder in $folders){
$acls= (Get-ACL $folder.fullname).Access
foreach ($acl in $acls){
$arrshare = [PSCustomObject]@{"Path"=$folder.fullname;"Name"=$acl.identityReference;"Inherited"=$acl.IsInherited}
$ntfsreport += $arrshare
$ntfsreport
I am afraid of the memory hit building the $folders and $acls arrays, and not to mention the time it will take. I tried piping everyting down to Foreach-object so the processing can be ongoing, but I kept getting an error that Foreach-Object is not
a recognized cmdlet, function, etc. error. I couldn't figure out why so I went with the above code. 
Should I be concerned with memory performance and the runtime for $ntfsreport to finally be available?
TIA
Shane

Hi Shane,
Give this version a try:
$ntfsreport = @()
Get-ChildItem \\serverA\F$ -Recurse | Where { $_.PsIsContainer } | ForEach {
$folder = $_
$acls= (Get-ACL $_.fullname).Access
foreach ($acl in $acls) {
$arrshare = [PSCustomObject]@{"Path"=$folder.fullname;"Name"=$acl.identityReference;"Inherited"=$acl.IsInherited}
$ntfsreport += $arrshare
$ntfsreport
This one is using ForEach-Object for the outer loop.
Don't retire TechNet! -
(Don't give up yet - 12,420+ strong and growing)

Similar Messages

  • Detailed File Share Auditing not working properly (Applying to All Files)

    System is Windows 2008 R2, member server. The Default Domain policy has Audit account logon events, Audit account management, & Audit privilege use turned on for Success, Failure...pretty standard. I want to enable Detailed File Share Auditing for a
    specific file share on this member server.
    The problem is that I am getting audit events in the Security log for folders that do not have Auditing set on them, namely a "My Documents" share for Folder Redirection and \\*\IPC$ The root of the drive has nothing set for auditing. Again I only
    set it on a single folder and sub-folders under that. What am I missing here?
    I run the command on the member server to set this up (auditpol /set /subcategory:"Detailed File Share" /success:enable /failure:enable) That works fine.
    Result of auditpol /get /category:"Object Access" :
    System audit policy
    Category/Subcategory                      Setting
    Object Access
      File System                             No Auditing
      Registry                                No Auditing
      Kernel Object                           No Auditing
      SAM                                     No Auditing
      Certification Services                  No Auditing
      Application Generated                   No Auditing
      Handle Manipulation                     No Auditing
      File Share                              No Auditing
      Filtering Platform Packet Drop          No Auditing
      Filtering Platform Connection           No Auditing
      Other Object Access Events              No Auditing
      Detailed File Share                     Success and Failure
    Now I went to the file share to set the audit permissions. Security>>Advanced>>Auditing>>Continue. Set Everyone Full Control for Success and Failure (all boxes checked).
    I am using NTFS permissions for security, the share level permission on the folder are Everyone Full.
    Michael Maxwell

    I think found the reason. Could someone please clarify this statement for me?
    Since there are no SACLs for shares, once this setting is enabled, access to all shares on the system will be audited.
    So what is the workaround for this? Is there one? I'm confused as usual.
    Michael Maxwell

  • Large file

    I have a 158meg PDF file I would like to view on my iPad. It it too large to email. And will not fit in large file share programs.
    Ok any suggestions ?

    Hi,
    One option is for you to transfer it via iTunes directly to Adobe Reader.
    -Gaurav

  • Can you share large files on iCloud drive like dropbox?

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?  This is a great feature of dropbox...or google drive when mailing large files just doesn't work. 
    I have a Yosemite beta currently, and it doesn't look like you can do this. 
    I also was wondering if anyone has figured out how to make an alias of the iCloud drive on the desktop rather than always opening a finder window in order to drop files into iCloud drive....
    Yosemite Beta and Mavericks, iMac 2012/Mac Pro/Mac book air

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?
    Have a look at the iCloud Drive FAQ:  The file size limit is 15 G:   iCloud Drive FAQ     http://support.apple.com/kb/HT201104
    You can store any type of file in iCloud Drive, as long as it's less than 15 GB in size. There's no restriction on file type, so you keep all of your work documents, school projects, presentations, and more up to date across all of your devices. Learn more about managing your iCloud Drive files.
    If you make an alias to a folder on iCloud Drive, you can drag it to the Favourites in the Finder sidebar. That is the best I could do.

  • How do I share a large file between accounts on my imac

    How do I share a large file between accounts on my imac?

    Put the file in a folder that both users have access to, such as /Users/Shared or one user's Public folder. You may also need to change its permission settings in the Finder Info window.

  • How do share a very large file?

    How do share a very large file?

    Do you want to send a GarageBand project or the bounced audio file?  To send an audio file is not critical, but if you want to send the project use "File > Compress" to create a .zip file of the project before you send it.
    If you have a Dropbox account,  I'd simply copy the file into the Dropbox "public" folder and mail the link. Right-click the file in the Dropbox, then choose Dropbox > Copy Public Link. This copies an Internet link to your file that you can paste anywhere: emails, instant messages, blogs, etc.
    2 GB on Dropbox are free.     https://www.dropbox.com/help/category/Sharing

  • Auditing file share on windows 2008 R2

    I think I may need a little handholding here. I have been working with our new Windows 2008 R2 file server. I am having a problem doing some simple file level auditing.
    I turned on Audit Object Access in the local policy. The GPO that applies to this server does not have it set and I only really need it enabled on this server. I have it auditing success and Failure.
    After I did that I got deluged with Event ID: 5145. I went to each folder and made sure that I had auditing turned off for each folder and file. I did that to see if it would quite down the logs a little. It did not. I am currently getting about 1500 events of 5145 every second. They all say “ A network share object was checked to see whether client can be granted desired access”
    Most of the details look like this:
    - System
      - Provider
       [ Name]  Microsoft-Windows-Security-Auditing
       [ Guid]  {54849625-5478-4994-A5BA-3E3B0328C30D}
       EventID 5145
    Version 0
    Level 0
       Task 12811
       Opcode 0
       Keywords 0x8020000000000000
      - TimeCreated
      [ SystemTime]  2009-10-21T17:27:06.988998000Z
       EventRecordID 4035441
       Correlation
      - Execution
      [ ProcessID]  528
      [ ThreadID]  544
       Channel Security
       Computer XXXXX-File.XXXXX.com
       Security
    - EventData
      SubjectUserSid S-1-5-21-619530815-2141852887-1629300891-2071
      SubjectUserName SteveW
      SubjectDomainName XXXXXXXXXX
      SubjectLogonId 0x223b087c
      ObjectType File
      IpAddress 10.2.50.88
      IpPort 1087
      ShareName \\*\users
      ShareLocalPath \??\E:\shares\users
      RelativeTargetName \
      AccessMask 0x1
      AccessList %%4416 
      AccessReason %%4416: %%1801 D:(A;OICI;FA;;;WD) 
    All I am trying to keep track of at this point is logon and logoff events AND files and folders being deleted.
    If I have put this into the wrong folder please let me know.

    Hi all,
    I enabled File System Audit and NFTS audit only "Delete subfolders and files"
    auditpol /get /category:"Object Access"
    System audit policy
    Category/Subcategory                      Setting
    Object Access
      File System                             Success and Failure
      Registry                                No Auditing
      Kernel Object                           No Auditing
      SAM                                     No Auditing
      Certification Services                  No Auditing
      Application Generated                   No Auditing
      Handle Manipulation                     No Auditing
      File Share                              No Auditing
      Filtering Platform Packet Drop          No Auditing
      Filtering Platform Connection           No Auditing
      Other Object Access Events              No Auditing
      Detailed File Share                     No Auditing
    I try to delete files but don't see any 4463 event.

  • Uploading large files to share fails - advice appreciated

    I wondered if anyone could help me with uploading large files. 
    The ability to distribute files to clients with the included 20Gb of server space was part of the reason I signed up to Creative Cloud; unfortunatly I'm having very mixed results and I'm constantly having to fall back on the free DropBox service which seems much more reliable.
    I'm working on a MacPro - 10.6.8 with a optical fibre based ISP 20Mb/s service; the service is, dare I say, usually very quick and reliable.  Before uploading a large file I set energy saver to "never sleep" in case I wonder off for a cup of tea, but enevitably come back to what looks like a "stuck" upload.  I've tried three times today to send a 285Mb file and they all failed so I reverted to sending the file by DropBox... with no problem - I've also sent files in excess of 1Gb by DropBox in the past without an issue.
    Todays file had reached about 50% according to the little progress bar.. it then stopped.   (it's a shame the progrees bar can't relay the actual upload speed and a percentage like DropBox so you can see what's going on)
    I have to state, I'm not a DropBox "fanboy" but it just seems to work...
    Are their any tricks or settings that could make Adobe's 20Gb of space a functioning part of my workflow?  It would be great to feel confident in it.
    Thanks in advance for any advice.

    Either Firefox or Chrome would be a good alternative.
    I would see if one of these browsers works for upload but we can also debug the issue on Safari.
    Here are the steps to debug on Safari:
    Add the Develop menu to Safari. From the menu choose Safari > Preferences. Select the Advanced tab and check the box for "Show Develop menu in menu bar".
    Once logged onto the Creative Cloud Files page (https://creative.adobe.com/files) Ctrl + Click anywhere on the page and from the browser context menu choose Inspect Element.
    In the window that opens in the bottom half of the browser click on the Clock icon (mouse over info tip says Instrument) and on the left select Network Requests.
    Try the upload and you will see various network requests. Look for those whose Name is "notification". When you select one in the list there will be an arrow next to "notification" and clicking on it will take you to the details. See screen shot. If successful you will have a Status of 200. Some of these "notification" items are for your storage quota being updated, but the one we want is for the successful upload.

  • BT Cloud - large file ( ~95MB) uploads failing

    I am consistently getting upload failures for any files over approximately 95MB in size.  This happens with both the Web interface, and the PC client.  
    With the Web interface the file upload gets to a percentage that would be around the 95MB amount, then fails showing a red icon with a exclamation mark.  
    With the PC client the file gets to the same percentage equating to approximately 95MB, then resets to 0%, and repeats this continuously.  I left my PC running 24/7 for 5 days, and this resulted in around 60GB of upload bandwidth being used just trying to upload a single 100MB file.
    I've verified this on two PCs (Win XP, SP3), one laptop (Win 7, 64 bit), and also my work PC (Win 7, 64 bit).  I've also verified it with multiple different types and sizes of files.  Everything from 1KB to ~95MB upload perfectly, but anything above this size ( I've tried 100MB, 120MB, 180MB, 250MB, 400MB) fails every time.
    I've completely uninstalled the PC Client, done a Windows "roll-back", reinstalled, but this has had no effect.  I also tried completely wiping the cloud account (deleting all files and disconnecting all devices), and starting from scratch a couple of times, but no improvement.
    I phoned technical support yesterday and had a BT support rep remote control my PC, but he was completely unfamiliar with the application and after fumbling around for over two hours, he had no suggestion other than trying to wait for longer to see if the failure would clear itself !!!!!
    Basically I suspect my Cloud account is just corrupted in some way and needs to be deleted and recreated from scratch by BT.  However I'm not sure how to get them to do this as calling technical support was futile.
    Any suggestions?
    Thanks,
    Elinor.
    Solved!
    Go to Solution.

    Hi,
    I too have been having problems uploading a large file (362Mb) for many weeks now and as this topic is marked as SOLVED I wanted to let BT know that it isn't solved for me.
    All I want to do is share a video with a friend and thought that BT cloud would be perfect!  Oh, if only that were the case :-(
    I first tried web upload (as I didn't want to use the PC client's Backup facility) - it failed.
    I then tried the PC client Backup.... after about 4 hrs of "progress" it reached 100% and an icon appeared.  I selected it and tried to Share it by email, only to have the share fail and no link.   Cloud backup thinks it's there but there are no files in my Cloud storage!
    I too spent a long time on the phone to Cloud support during which the tech took over my PC.  When he began trying to do completely inappropriate and irrelevant  things such as cleaning up my temporary internet files and cookies I stopped him.
    We did together successfully upload a small file and sharing that was successful - trouble is, it's not that file I want to share!
    Finally he said he would escalate the problem to next level of support.
    After a couple of weeks of hearing nothing, I called again and went through the same farce again with a different tech.  After which he assured me it was already escalated.  I demanded that someone give me some kind of update on the problem and he assured me I would hear from BT within a week.  I did - they rang to ask if the problem was fixed!  Needless to say it isn't.
    A couple of weeks later now and I've still heard nothing and it still doesn't work.
    Why can't Cloud support at least send me an email to let me know they exist and are working on this problem.
    I despair of ever being able to share this file with BT Cloud.
    C'mon BT Cloud surely you can do it - many other organisations can!

  • TC and WD500 External drive - Locks up when copying large files

    I have a TC with a Western Digital 500GB my Book connected to the USB port on the TC that I use for network Storage. Everything works fine until I try to copy large files or directories from the Finder mounted share. After the copy freezes the external drive can no longer be seen by airport utility. If I look at disks it sees the disk but no partition. I have to power cycle the external drive to have TC see the drive again. Then I disconnect the drive and plug it in directly to the MAC and run disk utility and his repairs the journal. I have to do the repair every time it locks up. Should the external drive be formatted different or does it have to be connected to a USB hub. Or is this just a bug with the TC and afp ?

    I have this very same problem.
    I tried to copy a 4GB+ folder from the Macbook to the 500GB MyBook attached to my TC and it froze.
    Now the the files on the MyBook are invisible when attached to the TC ("0 Items") but are available when the drive is connected directly to the Macbook. I have run disk utility but it hasn't helped. The disk is FAT 32 formatted and the files on the MyBook are still invisible over the network.
    When the drive attached to the Macbook directly I can see a 'phantom' file with the same title as the 4GB+ folder I'd tried to copy. This file is "ZERO KB" and it cannot be deleted (error code -43).
    Anyone have a clue what is happening here?

  • How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs

    How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs, jpgs, some photoshopped files), iTunes library, word docs. Is there a particular type of external hard drive that can be used or am I limited to copying stuff onto z-drive and moving that way?

    If both computers are on the same network, you can share the files from the Windows host using SMB and mount the share on the Mac. Otherwise, the Mac should be able to read (not necessarily write) any storage device formatted in Windows.

  • Network speed affected by large file copy operations. Also, why intermittent network outages?

    Hi
    I have a couple of issues on our company network.
    The first is thate a single large file copy imapcts the entire network and dramatically reduces network speed and the second is that there are periodic outages where file open/close/save operations may appear to hang, and also where programs that rely on
    network connectivity e.g. email, appear to hang. It is as though the PC loses it's connection to the network, but the status of the network icon does not change. For the second issue if we wait the program will respond but the wait period can be up to 1min.
    The downside of this is that this affects Access databases on our server so that when an 'outage' occurs the Access client cannot recover and hangs permamnently.
    We have a Windows Active Directory domain that comprises Windows 2003 R2 (soon to be decommissioned), Windows Server 2008 Standard and Windows Server 2012 R2 Standard domain controllers. There are two member servers: A file server running Windows 2008 Storage
    Server and a remote access server (which also runs WSUS) running Windows Server 2012 Standard. The clients comprise about 35 Win7 PC's and 1 Vista PC.
    When I copy or move a large file from the 2008 Storage Server to my Win7 client other staff experience massive slowdowns when accessing the network. Recently I was moving several files from the Storage Server to my local drive. The files comprised pairs
    (e.g. folo76t5.pmm and folo76t5.pmi), one of which is less than 1MB and the other varies between 1.5 - 1.9GB. I was moving two files at a time so the total file size for each operation was just under 2GB.
    While the file move operation was taking place a colleague was trying to open a 36k Excel file. After waiting 3mins he asked me for help. I did some tests and noticed that when I was not copying large files he could open the Excel file immediately. When
    I started copying more data from the Storage Server to my local drive it took several minutes before his PC could open the Excel file.
    I also noticed on my Win7 client that our email client (Pegasus Mail), which was the only application I had open at the time would hang when the move operation was started and it would take at least a minute for it to start responding.
    Ordinarlily we work with many files
    Anyone have any suggestions, please? This is something that is affecting all clients. I can't carry out file maintenance on large files during normal work hours if network speed is going to be so badly impacted.
    I'm still working on the intermittent network outages (the second issue), but if anyone has any suggestions about what may be causing this I would be grateful if you could share them.
    Thanks

    What have you checked for resource usage during one of these copies of a large file?
    At a minimum I would check Task Manager>Resource Monitor.  In particular check the disk and network usage.  Also, look at RAM and CPU while the copy is taking place.
    What RAID level is there on the file server?
    There are many possible areas that could be causing your problem(s).  And it could be more than one thing.  Start by checking these things.  And go from there.
    Hi, JohnB352
    Thanks for the suggestions. I have monitored the server and can see that the memory is nearly maxed out with a lot of hard faults (varies between several hundred to several thousand), recorded during normal usage. The Disk and CPU seem normal.
    I'm going to replace the RAM and double it up to 12GB.
    Thanks! This may help with some other issues we are having. I'll post back after it has been done.
    [Edit]
    Forgot to mention: there are 6 drives in the server. 2 for the OS (Mirrored RAID 1) and 4 for the data (Striped RAID 5).

  • 10.9.2 Mavericks and can no longer connect to our SMB file share on the network.

    Smb was working under 10.9.1. Now  smb and usning the finder I get "connection failed".  Both of my NAS are not out when i am using my mac book pro  thru the wifi connection.    Is any one else have the same problem?

    Same story here - smb:// worked under 10.9.1, but the Update 10.9.2 broke it.
    Some facts:
    Mac Book Pro Retina 2012
    Network connection is over WLAN (The connection is very stable and no issues else where)
    The issue seems to be caused when there are larger files (> 500MB) in the share
    smb:// works for shares with lots of folders but only small files in them
    smb:// and cifs:// are both almost unusable
    smb://  shows a blank screen for ages- Finder will eventually hang up
    cifs:// will connect fast (wow!), but the connection is very unstable for larger files
    The funny part is, that Mavericks (pre 10.9.2) was the first OS X which fixed most SMB issues of its predecessor. (SMB2 was somwhat slow, but quite usable) Now, I can not really use my Mac to work...
    Moral of the story, I think I will switch to Ubuntu 14 when it is released in April - it should support HDPI Displays.

  • Auditing failed access to files and folders in Windows Storage Server 2008 R2

    Hello,
    I've been trying to figure out why I cannot audit the failed access to files and folders on my server.  I'm trying to replace a unix-based NAS with a Windows Storage Server 2008 R2 solution so I can use my current audit tools (the 'nix NAS
    has basically none).  I'm looking for a solution for a small remote office with 5-10 users and am looking at Windows Storage Server 2008 R2 (no props yet, but on a Buffalo appliance).  I specifically need to audit the failure of a user to access
    folders and files they are not supposed to view, but on this appliance it never shows.  I have:
    Enabled audit Object access for File system, File share and Detailed file share
    Set the security of the top-level share to everyone full control
    Used NTFS file permissions to set who can/cannot see particular folders
    On those folders (and letting those permissions flow down) I've set the auditing tab to "Fail - Everyone - Full Control - This folder, subfolders and files"
    On the audit log I only see "Audit Success" messages for items like "A network share object was checked to see whether client can be granted desired access (Event 5145) - but never a failure audit (because this user was not allowed access by NTFS permissions).
    I've done this successfully with Windows Server 2008 R2 x64 w/SP1 and am wondering if anybody has tried this with the Windows Storage Server version (with success of course).  My customer wants an inexpensive "appliance" and I thought this new
    variant of 2008 was the ticket, but I can't if it won't provide this audit.
    Any thoughts? Any of you have luck with this?  I am (due to the fact I bought this appliance out of my own pocket) using the WSS "Workgroup" flavor and am wondering if this feature has been stripped from the workgroup edition of WSS.
    TIA,
    --Jeffrey

    Hi Jeffrey,
    The steps to setup Audit on a WSS system should be the same as a standard version of Windows Server. So please redo the steps listed below to see if issue still exists:
    Enabling file auditing is a 2-step process.
    [1] Configure "audit object access" in AD Group Policy or on the server's local GPO. This setting is located under Computer Configuration-->Windows Settings-->Security Settings-->Local Policies-->Audit Policies. Enable success/failure auditing
    for "Audit object access."
    [2] Configure an audit entry on the specific folder(s) that you wish to audit. Right-click on the folder-->Properties-->Advanced. From the Auditing tab, click Add, then enter the users/groups whom you wish to audit and what actions you wish to audit
    - auditing Full Control will create an audit entry every time anyone opens/changes/closes/deletes a file, or you can just audit for Delete operations.
    A similar thread:
    http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/da689e43-d51d-4005-bc48-26d3c387e859
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Hyper-V 2012 VMs freeze on large file transfers

    I have a small non-clustered Hyper-V Server setup as follows:
    HP ML350p Gen8 Server, 6 core E5-2620 CPU and 32GB Memory running Server 2012 (full GUI) with the Hyper-V role enabled.
    The Server has 8 disks, 1 pair of RAID1 15k disks for the Server 2012/Hyper-V OS, and 3 pairs of RAID1 10K disks for 3 VMs (ie each VM has its own pair of RAID 1 disks). The NICs in the Server are 4 x gigabit ports on an internal
     331i card and 4 x gigabit on an external 331T card. The Hyper-V Server is  not running anything other than the Hyper-V role, the LogMeIn client and Symantec SEP SBE 2013 (with recommended Hyper-V exclusions in place) and
    the VMs are a Domain Controller, a SQL Server and a File Server. Currently all VMs have their own single 1GB NIC connection on the 331T card, all VMs have a single IP address and are on the same subnet, no VLANs are used.
    I have applied what hot fixes I can from a TechNet article that recommended how to setup Hyper-V.
    Initially I had a problem with NIC latency during pings, which we traced to being due to the ML350 Gen8 Server's NICs not liking VMQ enabled. When disabled all looked fine, but we had not yet tried to use the Server in production.
    Recently (getting ready to go in to Production use) we have noticed when transferring a 3.5GB ISO of SQL media to a file share on one of the VMs from a desktop PC that this causes the VM to lock up. The file copy will still complete but the screen freezes
    when accessed via Hyper-V manager or remotely via LogMeIn and sometimes the LogMeIn remote session is dropped too. If you cancel the file copy the console is immediately responsive again.
    Since we built the server a while back, HP had subsequently released an updated NIC driver which we installed and it seems to have fixed the VMQ issue, but with or without VMQ enabled we seem to experience the lockups as soon as we transfer medium to large
    size files. The issues were there before and after we upgraded the NIC driver, we were hoping it would address the issue, but it didn't. These servers are very lightly loaded and the problem occurs even on the SQL Server VM with the SQL service disabled
    (ie the server has hardly anything running at all and the console freezes with a single user performing a single file copy).
    We have 3 VMs on the Server, 2 are running Server 2012 and seem to be more affected, the VM running Server 2008 R2 seems less affected. VM to VM transfers seem to be working better (ie slows down slightly but no lock ups), it is only during external network
    transfers. Also the faster the transfer speed is, the worse the issue becomes. If the file is copied to a share on the Hyper-V Host the issue does not occur, only transfers to the VMs.
    Does anyone have any idea what might be the issue here? I saw a hotfix for 2008 for a similar issue but can't seem to find anything for Server 2012.

    I think we have tried almost every combination of disabling Large Send Offload, TCP offload, IP SEC Offloading, VMQ and Receive Side Scaling possible - in the various places there are - although I will be quite honest - as there are 3 places to do this
    for each Server (the related physical and virtual NICs on the HV Server, and also the NIC in the VM) it is possible we may have missed an iteration...
    During our testing we have noticed that the symptoms of the problem gets worse the higher the transfer speed is. For example if you transfer to the VM from a desktop with a 100Mbs NIC, there will be subtle lag and a transfer speed of say 10 or so KBs ,
    if you use a device with a 1Gbs NIC, you on average achieve 50-70 KBs transfer speeds and the higher the number, the worse the GUI / Server locks up (although the transfer completes just fine).
    We also tried throttling the bandwidth via the 2012 GUI - to see if that helped, but none of the changes we made seemed to work, and we did not have time to try the powershell way of doing this.
    We did replace one of the VM's NIC with a legacy one as part of our testing today, and now data transfers to the VM from a PC with a 1Gbs NIC run slower at around 30-35 KBs and the are no noticeable GUI freezes, although during the large transfer
    it looks like 1 in every 30-40 packets is dropped in a continual ping that runs during the transfer period.
    We have done a lot of cable replacing today (out of diligence) but there seems to be no noticeable issue. We also tried and older NC380T dual port NIC we had available and used the standard driver Windows offered instead of an HP one, but the problem
    was identical no matter which NIC we used.

Maybe you are looking for

  • Accounting problem in Make to order cofiguration

    Dear friends we have implemented make-to-order scenario on one of our product. We have successfully gone through the following steps.... sales order -> converting to planed order [md50] -> converting planed order to process order -> confirmation of p

  • How do I get a vi out of an exe file

    I cretaed a lab for our undergrads last year and created an exe and installer to load this on to lab computers. I then altered the initial vi and created another exe file and installer. I am trying to see the difference in the two but I can't find my

  • Set hidden item in Javascript

    Hi, I am having a hidden page item P4_SELECT in my page. I am trying to set this page item with a value in javascript function. function getTheCurrentRow(triggerItem){       alert( triggerItem.slice(6));    document.getelementbyid(P4_SELECT).value=tr

  • Creative utilities cannot detect audio devi

    Greetings, I have been using my Audigy 2 ZS for over a year now with little trouble but now for some reason I can't access my speaker settings, volume control, audio mixer, ect? When I attempt to access them I get the following error: The audio devic

  • Different fronpanel for each cases

    Hey I was wondring if its possible to change your fron panel for each case. Like my first case is start and then I only want a start button. Later in my program I got some graphs and then I want so show them.