Jump to content

ohickmott

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation

0 Neutral

About ohickmott

  1. I rolled the following command out via a package in SCCM and this has worked fine on our site: msiexec.exe /package {90160000-0011-0000-0000-0000000FF1CE} MSIPATCHREMOVE={A36375BB-E79D-411D-BF1E-C7E8120A08A9} /qb /norestart
  2. Hi Joe, I know it sounds like an odd move but try enabling "Remove Run menu from Start Menu" under GPO > User Config > Admin Templates > Start Menu and Taskbar I know the run option is not there on the Win 10 start menu so it seems like a dumb move but in the description for this GPO it states: If you enable this setting, the following changes occur: (1) The Run command is removed from the Start menu. (2) The New Task (Run) command is removed from Task Manager. (3) The user will be blocked from entering the following into the Internet Explorer Address Bar: --- A UNC path: \\\ ---Accessing local drives: e.g., C: --- Accessing local folders: e.g., \temp> Also, users with extended keyboards will no longer be able to display the Run dialog box by pressing the Application key (the key with the Windows logo) + R. Hope that does the trick for you Olly
  3. Hi Joe, Using GPP you can push the following reg key which will remove the search altogether: Hive : HKEY_CURRENT_USER Key Path : \SOFTWARE\Microsoft\Windows\CurrentVersion\Search Value Name : SearchboxTaskbarMode Type : REG_DWORD Value Data : 0 Base : Decimal Kind regards Olly
  4. Hi jinnantonnixx, please could you advise what the action was that you used to generate the GUID within a MST? Thanks in advance!
  5. Unfortunately not as with are using M$ Forefront Identity Manager Could you point me to the file that will contain the code for the drop down so I can have a play at getting it to render out a longer list?
  6. Hi Nick, I can't see anything wrong with the OU path, as I say all my users are in the same OU: I do have nearly 4000 users in my domain which I am beginning to wonder if that is the issue as the drop down in the booking system only seems to show a fraction of them. Thanks again for your time
  7. Thanks Nick, unfortunately yes. From my first post:
  8. Thanks for your reply Nick! Do you have any ideas why the staff users would not be showing in the 'Users to Book For' drop down when logged in as an admin? Thanks in advance for your time.
  9. Hi there, Thanks in advance for anyone reading my post and taking time to respond! I have been playing around with the booking system and although everything appears to be working great when my staff users are logging out a System.ArgumentOutOfRangeException is thrown. Having looked into this it would appear that for some reason none of my staff accounts are being imported into the system. Due to using Forefront Identity Manager all of my users are in that same OU which I have listed in the hapconfig with visibility for the booking system. The only thing that might be of interest is that my staff users have a different UPN to our student accounts but other than that I can't see why it imports all the student accounts fine but none of the staff even though they are all in the same OU. The error page shows: 'userlist' has a SelectedValue which is invalid because it does not exist in the list of items.Parameter name: value Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentOutOfRangeException: 'userlist' has a SelectedValue which is invalid because it does not exist in the list of items.Parameter name: value Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [ArgumentOutOfRangeException: 'userlist' has a SelectedValue which is invalid because it does not exist in the list of items.Parameter name: value] System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) +12237685 HAP.Web.BookingSystem._new.Page_Load(Object sender, EventArgs e) +2314 System.Web.UI.Control.LoadRecursive() +71 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178 Any advice is greatly appreciated!
×
×
  • Create New...