-
Posts
1,791 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by clareq
-
Sharepoint libraries, workflows and item level permissions
clareq replied to clareq's topic in Enterprise Software
I think I've sorted it - I was making it too complicated. I've created a new view, where "Show items only when the following is true: Created by is equal to [Me]" is set. I've set this as the default view, and deleted the All documents view. The workflow has links to individual documents in the e-mail body, so Line Managers and HR can access the documents that way. Only people with the appropriate permissions can create views. -
Sharepoint libraries, workflows and item level permissions
clareq replied to clareq's topic in Enterprise Software
How do I do that? I can't see anything to do with permisisons in Sharepoint Designer 2013. -
Sharepoint libraries, workflows and item level permissions
clareq replied to clareq's topic in Enterprise Software
That setting is there for lists, but not libraries. -
I've been asked to create a form library, with associated workflow, for staff absence. I have done so, but I have now been asked to set the permissions so that people can only see the forms they have submitted, and not those of other people in the library (there is an added complication of line manager, but I'll deal with that later!) I know I can add item level permissions in a list, but the workflow won't work then. I've created a 2013 workflow, does anyone know if I can add a stage to the workflow so I can maintain confidentiality?
-
Hanging on startup - imported machine or new one. It doesn't get as far as the hyper-v bios
-
OK, I can confirm that the security for the Hard drive includes permisison for the virtual machine, it still hangs.
-
I've tried just about every permutation of imported machine and new machine, none start.
-
Tried making a new guest, and have full control on the drive holding the virtual machine.
-
I've just had to rebuild my workstation - a Windows 10 machine. Before the rebuild I had hyper-v running, and used it to prepare images. I've re-installed hyper-v and imported an image, but once I start the image it hangs on starting for as long as I'm happy letting it. I've tried removing the network card from the client, as I've read this can cause issues, and I've also tried creating a new client, both Gen 1 and gen 2, but get the same problem - a hanging machine. There is nothing in the event log, except the notifications when I force the client to close by stopping the vmwp.exe process. Any ideas?
-
Ohh - I think I'm getting somewhere - it's not all groups in Impero. In my case we have an "All PC's" group. Removing the test machine from that group and it seems to behave itself. I don't know yet whether it's simply the number of machines in the group, or just that particular group. Testing continues.
-
And it immediately logged off.
-
It could - I'm just testing to see if it's linked to group membership. If I remove my test machine from all my groups, so it's just in Entire network, it appears not to shut down (I've left it about 2 hours). I'm going to pop it into All PC's now, and see if that makes a difference.
-
I was wrong - SCCM installed Impero for me A machine excluded from the All workstations group, and with Impero uninstalled stayed on all weekend. Install Impero on it and it logs itself off consistantly after 30-40 minutes. I have no policies telling it to do so.
-
I'm about to look at my GPOs - may remove all power setting and see if it then happens
-
The teacher tells me it has always happened (since September). I uninstalled Impero from my test machine, and it still shut down after 30-40 minutes.
-
I'll confirm with the teacher, but we didn't have it reported before
-
Yes, about a week ago
-
I'm seeing similar. The machine logs off, sits for 30 minutes or so, then shuts down. We have no impero policies set to shut down machines during the day, and the power management gpo is set to turn off the monitor,not the PC. I can reproduce it.
-
I opened her My SIMS documents, so we were running a local file.
-
Yesterday I was asked if the data manager could have the default program for xml files changed to excel, as she has a lot of xml SIMS templates that are best opened in Excel. No problem, I created a targeted GPP and set the association for her. She then asked if another member of staff could have the same setting. I explained that as this member of staff deals with pupil reports, which are also exported from SIMS as a xml, it would be a bad idea, as those reports would also try and open in Excel. No, she replied - look. She then proceeded to click on a student report.xml, which opened in Word, and a template.xml, which opened in Excel. How does the computer know???
-
Photoshop CS5 (indeed all the Adobe programs) is only opening once - attempting to open it again, even after a reboot fails - with nothing reported to the Event log. This is only happening on about half of the same model machines, all built from the same image. Any ideas?
-
Got it - I needed to use -replace, not -add
-
Do you know the powershell for that?
-
We use 365 for our mail, and want to change the default e-mail suffix. Currently we have [email protected] as default and [email protected] as a secondary account - I did this by running set-ADUser -identity -add @{'proxyAddresses'='smtp:@','SMTP:@ Now I want to swap, so newsuffix is the primary, but set-ADUser -identity @','SMTP:@'} isn't working What am I doing wrong?
-
Thank you - greater than or equal to works.
