How to monitor who is accessing my shared folders

how to monitor that who is accessing my shared folders from network ?

I want to see user sessions with shared folder from network.
In windows I can see user session with shared folder and i can also disconnect users, witch is not importent.
Computer Management > System Tools > Shared Folders > Sessions

Similar Messages

  • RE: How to monitor who has what service objectconnection?

    We ran into this problem, specifically because we are using a dbsession
    connection pattern and the dba's did not like loosing control over
    connections. We have 8 subsystem, each with a dedicated connection that
    is shared across multiple users. We also have a security pattern in
    place that is token based. Since we have to pass a security token
    through service objects we can track this information using a
    "connection array" on the service object and a system agent to poll the
    contents of the array. When a sql statement is invoked on a
    persistence object we add the user to the array on the persistence
    manager (SO). When the sql is complete we remove the user from the
    array. Since the PO has a system agent we can ask the system agent at
    anytime, who has an open connection/session with the PO. Since system
    agents plug into econsole, the dba can go look any time.
    Any questions, please contact
    Chris [email protected] or
    Gary [email protected]
    MCI Systemhouse
    From: ADRIAN PEGGY LYNN
    To: [email protected]
    Subject: How to monitor who has what service object connection?
    Date: Tuesday, September 24, 1996 9:12AM
    Here at Eli Lilly & Co., we have a customer that would like to know if
    anyone out there has successfully
    devised a method to be able to tell what user has what service object
    connection. Basically, if a customer
    calls the system administrator with a problem with the application, the
    system administrator would like to
    be able to kill certain processes. Right now, the database connections
    running on the server all look the same.
    Some ideas were generated internally, one referring to setting up agents
    but we'd like to see if anyone
    has had success in doing this already that we could use as a contact.
    Thanks,
    Peggy Adrian
    Eli Lilly & Co.
    [email protected]

    Hello Peggy,
    I suggest that you make contact with Paolo Sidoli at DS Data (Italy). They
    have written a very nice package called DORE that includes trouble shooting
    utilities, that allow you to monitor what a remote user is doing (you can
    actually see their screen!).
    You can contact Paolo at [email protected]
    Best regards,
    Richard

  • Unable to change members of AD security groups who have access to shared mailboxes

    I have an exchange 2013 running for over a year now and never had any problems with it. Until recently.
    A request came in to make a new shared mailbox. So I did just that and gave rights to a security (not mail enabled) AD group. Just like I Always do. Everything worked fine. A few hours later I did exactly the same for another request and then the people
    could not access the shared mailbox. So I added my regular user to the AD group and I also couldn't (I tested it with OWA and Outlook). I tried to remove myself of one of my own shared mailboxes and the permissions wouldn't stick. When I removed the entire
    group then the permissions were gone(and I could not access the shared mailbox). When I added it back I had my permissions back but still wasn't in the group. Then I tried adding a distribution group with the same result.
    It seems when I add normal users directly to the permissions everything works.
    When I had to restart the server a few days later. All changes were applied but I could not change it again.
    i'm a bit stumped on this one. i'm out of options.

    Hi Jelle,
    "I did exactly the same for another request and then the people could not access the shared mailbox.", I would like to verify if you give the same Security Group rights to multiple shared mailboxes.
    If the security group members can't have access to all the shared mailboxes they have rights, you can recreate a security group and grant permissions to shared mailboxes one by one to check the result.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Accessing Network Shared Folders using Wifi from E...

    I have a few computers with shared folders in the network the E72 is connected to. How can I access these folders from my mobile phone ? 

    hi,
    i already tried using Process, Runtime........ using "net view command" and parsing its OutputStream for results. Its fine and working in windows. Using that makes my program dependent to Windows...
    The program detects what OS the JVM is running on. I could make an if-else statement and add another set of command for linux(samba scripts). But doing this make things complicated.
    Is there any other way to this, like a Standard way. Like using sockets and ports and using only java native API?
    thanks,
    valcaro

  • Server 2003: make user template with read-only access for shared folders

    I have need to make a type of user (like Administrator, Power User, Mobile User, User, etc.) that has read-only acess to shared folders. So when I make a new user and assign the "read-only user" template I wish to have, the user can open files
    in the shared folders on the server, but not edit, save or delete files. Other users can and should remain able to edit, save & delete.
    Before I dig in, is this even possible?

    You could create a Group called ReadOnly, and set that to have Read on the ACLs of the relevant files or folders.
    Make that template user a member of that group.
    As long as they are not also a member of another group that gives them higher permissions, this would work.
    Otherwise set the ReadOnly group to deny Write, which would over ride any other permission set.
    So,
    Folder A
    ACL:
    ReadOnly : R
    Users: Read/Write
    If a user is a member of Users & ReadOnly, they would get read/write to Folder A. As permissions are cumulative.
    If you did the following:
    Folder A
    ACL:
    ReadOnly : R
    ReadOnly: Deny Write
    Users: Read/Write
    The users in ReadOnly would be denied write, as it overrides the cumulative permissions.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • FWD: Non-Delivery of:How to monitor who has what serviceobject connect

    Hello, I'm getting quite of few of these Non-Delivery messages. Is this
    someone trying to respond to my
    question on service object connection? How to fix the problem?

    Hello Peggy,
    I suggest that you make contact with Paolo Sidoli at DS Data (Italy). They
    have written a very nice package called DORE that includes trouble shooting
    utilities, that allow you to monitor what a remote user is doing (you can
    actually see their screen!).
    You can contact Paolo at [email protected]
    Best regards,
    Richard

  • How to monitor if portal access through browser is down

    I would like to catch the alert before users report Web site not
    accessible(HTTP 404). I'm thinking of an unix cron job. But what
    should I querry to check the status of Portal?

    In case you are still looking for responses to your question --
    We've been using a product called "WhatsUp Gold" from Ipswitch
    Inc. (http://www.ipswitch.com/products/whatsup/) to do
    monitoring like this for the past few weeks, and so far it's
    worked very well. I put a few simple "monitoring" pages on our
    web servers to return the status of each of the services, then
    we poll these pages every 60 seconds. If we don't get the
    expected response back from any of these queries, WhatsUp sends
    out emails and pages telling us what machine and what service is
    down.
    So far I'm polling the basic HTML service, the database
    connection (mod_plsql), the servlet service, JSP, and am working
    on a way to poll our report server engines and cluster
    machines. (I took the "poll exactly one and only one service at
    a time" approach so whenever something crashes (usually no more
    than once or twice a day... <sigh>), I know exactly what piece
    went down.)
    - Bill

  • How to monitor who has what service objectconnection?

    Here at Eli Lilly & Co., we have a customer that would like to know if
    anyone out there has successfully
    devised a method to be able to tell what user has what service object
    connection. Basically, if a customer
    calls the system administrator with a problem with the application, the
    system administrator would like to
    be able to kill certain processes. Right now, the database connections
    running on the server all look the same.
    Some ideas were generated internally, one referring to setting up agents
    but we'd like to see if anyone
    has had success in doing this already that we could use as a contact.
    Thanks,
    Peggy Adrian
    Eli Lilly & Co.
    [email protected]

    Hello Peggy,
    I suggest that you make contact with Paolo Sidoli at DS Data (Italy). They
    have written a very nice package called DORE that includes trouble shooting
    utilities, that allow you to monitor what a remote user is doing (you can
    actually see their screen!).
    You can contact Paolo at [email protected]
    Best regards,
    Richard

  • How to create a briefing book in Shared Folders

    Hello,
    Firstly, can the subject of this thread be achieved?
    I am able to create a briefing book (within My Briefing Books) and use delivers to deliver it to myself. However, I receive the access denied error message when trying to send the same BB to a user.
    I have created a folder within the shared folder area and copied my BB to the folder. I have added this user to the presentation server administrators group and tried using delivers to deliver the BB from the shared folder, but alas it deosnt work which suggests the BB in essence doesnt exist in the shared folder.
    Anyway, can anyone let me know if it can be done, if so, how is it done?
    Many thanks,
    Rhys

    hi,
    Yes we it is possible.i didnt worked it ouT.By refering to the BIGuide i got this.you can also go through this link..http://download.oracle.com/docs/cd/E12096_01/books/AnyUser/briefingbook.html
    > >
    >I have added this user to the presentation server administrators group and tried using delivers to deliver the BB from the shared folder, but alas it deosnt work which suggests the BB in essence doesnt exist in the shared folder.
    What was the error is there any secuirty issue or the report is not delivering ....Please see the Log file(OracleBI\server\Log\iBots)
    thanks,
    saichand.v

  • Read and write access for shared folders shouldn't be enabled but it is.

    I have an external hard drive with all my media stored on it. This is shared over the local network so that others on my network can access it.
    However I set it u for read only access (I dont want the rest of my family to be able to delete files) but it persists to have read & write privaleges.
    Im sure im missing a really obvious point but I can't work it out. So was hoping someone could help.
    In System Pref-Sharing-File Sharing the folder is shared with 3 users added:
    Alastair Riddle (Read and Write) <----My account
    Staff (Read Only)
    Everyone (Read Only)
    I have applied permission to all folders, but guests appear to be able to log on and have full read write privaleges.
    Your help would be appreciated,
    Ali

    I'm no expert on this one, but for the others to be included under the Staff heading, I believe they have to be added to that group.
    It may be easier to add them by name and set to read-only, and add an entry for Guest as read-only.
    And ensure that the external drive has Owners Enabled.

  • HT3291 how many apple tv can access shared computer

    How many Apple tv Can Access one shared computer

    Depends on your network connection.  If you are going to do more than one you DEFINETLY need to use a wired, not wireless, connection.  You can do a couple easily this way.  There are some people that have posed on here that use 10 or more but that is pretty extreme and your computer would need a pretty heavy IO bus to handle that.

  • Restrict workgroup computers in accessing my shared folder

    How to restrict workgroup computers in accessing my shared folder.
    And only allow a specific system in the workgroup to have full control access to that shared folder.
    Operating System :Windows Server 2003

    Hi Tiju,
    You cannot restrict access to a folder using computer accounts. The access to the share folder can only giving to everyone or local accounts if the network environment is
    Workgroup.
    Because the computer account never tries to access the shared folders. The access attempt is made by the user account; and if the user account isn't in the ACL of the file, he won't get access.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/57739cb5-ec63-403d-b2c5-3949d440a845/restrict-access-to-network-folder-in-workgroup?forum=w7itpronetworking
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Upgraded 2 macs to Mavericks, can no longer access shared folders/files.

    So I upgraded my Macbook Pro, and Mac Mini to Mavericks today, and previously when they were both on mountain lion I could access the shared folders/files and screen share with absolutely no issue whatsoever.
    But upon updating to Mavericks today it all broke.
    Both computers were running the OS X Server software on Mountain Lion, and I went ahead and purchased/installed the new edition of server that came out today.
    I can see the other mac under the "Shared" option in Finder's sidebar, but when I try to open the other mac it says connection failed and offers to "connect as"
    As I usually do, I connect as and it asks for the login credentials. I put in the same credentials as before, 150% sure they're right, in the text boxes that I used before, but it won't allow me to connect to the mac.
    I know beyond a shadow of a doubt that they're the right credentials.
    I thought it may have been just a wonky permissions error so I unshared the folders and reshared using the same permissions that had worked before.
    I've been working on it for about 3 hours now so any help would be appreciated.

    I upgraded my two machines - now when I access files on the "shared" storage array (a thunderbolt, pegasus array) across the network (ethernet) if I modify the file (for instance, a jpg) and then go to save I get a "you don't have permissions to etc...." and then when I just close the file without saving - it disappears from my file server permanently! even if I go to the machine hooked up to the array the file is "gone" - unbelievable. I have updated permissions where I can, deleted and added the sharing for users, tried SMB and AFP, and even downgraded the "sharing" machine back to OSX 10.8 where it was working fine but the client machine still is doing this where it can connect, see all the files, but as soon as I modify a file I get the warning and bam, it's gone forever....
    Wow - this is a doozy. I don't have a fix but WARNING - watch out as you are working on this problem that your files are being vanished permanently.

  • I have 2 Macs, connected to the same Wifi network. But sometimes, the shared computers does not appear on the left hand menu of the toolbar for me to access shared folders between the computers. Am I doing something wrong?

    I recently bought a MacBook Air for work. Whilst at home, both my Macbooks are connected to the same Wifi network. Sometimes, the 2 Macbooks are connected and I can access the shared folders, which is great. However, every now and again, the connection seems to be lost. Is there something I need to set up so that every time both Macbooks are switched on and connected to my Wifi, it will automatically be linked?
    Any help is much appreciated!

    I have found with AppleTV that it is the IPV6 on the computer you want to access is the problem.  The issue is that Homegroup on Win 7 or Win 8 requires IPV6 to work, but AppleTV won't work with IPV6.  (So maybe double check you have IPV6 turned off)
    So you have to make a choice - Homegroup or AppleTV.... but you can't have both, until Apple brings ATV up to date. (crazy that it does not recognise IPV6 - c'mon Apple!)
    You can set up sharing individually in Win 7 or 8 and have the ATV access files that way.
    Having said that, there is always the exception.. I have an old HP home server running Win8 and it services ATV - but is part of the Homegroup... have no idea why it works on both, but no other machine on the home network will talk to both ATV and Homegroup at the same time!

  • I can not access any more shared folders on windows 7 other pc on my homegroup

    Hello every one.
    I had my home group network working fine over  wi-fi connection, (laptop with win 8.1 and laptop with win7) till few days ago I had to format and re install the win 8.1 using recovery disk from toshiba. Since then, although I have setup again the home
    group as it was before, I can access the shared folders on win8.1  from win 7 but not the other way around. So when I try to access the shared folders on win 7, on my win 8.1 I receive the message:  WINDOWS CAN NOT ACCESS \\WIN 7\\SHARED FOLDER.
    Notice that when I open the network folder on win 8.1, my win 7 pc is visible, I click on it, I can see all my shared folders and the above message appears when I click on them.
    Apparently some settings have changed on laptop win 8.1
    Any help would be very much appreciated.
    Thank you. 

    Have a look at these URL's : 
    https://social.technet.microsoft.com/Forums/windows/en-US/028add62-9ad4-4f23-a584-c0d504b664f4/windows-7-shares-are-not-accessible-from-anywhere?forum=w7itpronetworking
    http://www.sevenforums.com/network-sharing/221701-shared-folder-access-permissions-issue.html
    http://www.tomshardware.com/answers/id-1850242/access-shared-folder-previously-accessible.html
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

Maybe you are looking for

  • Total display in script

    I am displaying line items in the script. I have total 20 line items and in each page i am displaying 5 line items with page wise totals . I am displaying 20 line items in 4 pages each page below i am displaying 5 line items amount totals , in the la

  • Oracle VM for EBS 12.1.3

    Quick question I think. When I tried configuring my EBS 12.1.3 DB and APPS servers I followed the README files included in the respective folders but I think I may have misconfigured them now that I look at the "Oracle VM Templates for E-Business Sui

  • Why is osx continuously caching external disk?

    While I am -using an/any application that does- reading from an  external disk, free memory continuously decreases and inactive memory  increases with the same amount, which is aproximately the amount of data  read. At some time, os starts paging and

  • Keep getting update messages but the update won't download

    On clicking to update in the the update widow, it looks to be attempting to do something but nothing downloads. I get the message to update almost everyday (3.6.16 I think). Also Firefox 4 "yahoo" won't install. On opening the application/update, it

  • Canon White Balance Presets?

    Does anyone know if Aperture can read or take advantage of my camera's preset white balance information? In ACR, this is usually a dropdown menu with choices (for my Canon 10D anyways) listed as: As Shot Auto Daylight Cloudy Shade Tungsten Flash Any