marty
Members-
Posts
32 -
Joined
-
Last visited
Reputation
0 NeutralAbout marty

Personal Information
-
Occupation
IT Manager
-
Location
North Yorkshire
-
Prowise touchscreen audio not working.
marty replied to rickjames's topic in AV and Multimedia Related
You could try [email protected] -
Downloading Kali now. I've used Angry IP Scanner to scan for open ports on the guest network but really wanted to check for vulnerabilities through the open ports too so I will see what Kali unearths. Thank you
-
Thank you for the advice Arreks I'll give that a go.
-
Hello everybody Please can somebody recommend a penetration testing service for a school's guest wifi network? Thank you in advance Marty
-
Introducing AES encryption has fixed the issue for me. Thanks everybody especially SYNACK for getting in first!
-
Hello everybody Please can you help me? I have recently updated Juniper (formerly Trapeze) Mobility Software and Ringmaster to 9.0 and replaced by 802.11g APs with 802.11n. FYI it's an MX200 with MP-432 APs. I assumed 802.11n devices would automatically connect at speeds above 54Mbps (especially being in the same room as the AP) yet a whole range of modern devices only connect at 54Mbps max. The devices include Win8 laptops and tablets, iPads and a Macbook Pro. Is there any way I can allow faster connectivity to 802.11n devices or is it limited for a specific reason on purpose? Thanks in advance Marty
-
Smart Notebook 11 annotate in non-SmartTech applications
marty replied to marty's topic in AV and Multimedia Related
Thanks guys I'm going to revisit the deployment tool and check if I've missed anything - I'm seriously considering a roll back! Other complaints are: CPU utilisation (exim), indicies format (no longer placed at superscript from old files?!), maths cannot find symbols (maths pack?). Regards Marty -
I moved some PCs over to SmartTech Notebook and Tools 11 but one of the staff has pointed out that you can no longer just grab a coloured Smart pen,from the pen tray, and annotate over non-native Smart applications, instead you have to fire the Smart Ink application. The problem I have here is that not only to you have to fire the Smart Ink application but you also then need to tell this application's control panel whether or not you want you want the pen to act as a pointer or a pen and then even choose the colour! Even worse, if you then pick up a different coloured pen, it is then reset to pointer mode. The Smart Ink application understands the colour of Smart pen you have picked up but doesn't go on and decide you want to annotate with it! C'mon Smart Tech, what are you doing?!?
-
Hi Nick I think I've got it now. The default document was being inherited from the website (default.asp), by setting this to Default.aspx everything seems to work great now. Thank you very much once again for a great product! Regards Marty
-
hap/api/setup Endpoint not found. Please see the service help page for costructing valid requests to the service . /hap/api/setup/help This page describes the service operations at this endpoint. Uri Method Description /AddFilter POST Service at https:///hap/api/setup/AddFilter /AddLesson POST Service at https:///hap/api/setup/AddLesson /AddLink POST Service at https:///hap/api/setup/AddLink /AddLinkGroup POST Service at https:///hap/api/setup/AddLinkGroup /AddMapping POST Service at https:///hap/api/setup/AddMapping /AddOU POST Service at https:///hap/api/setup/AddOU /AddQServer POST Service at https:///hap/api/setup/AddQServer /AddResource POST Service at https:///hap/api/setup/AddResource /AddSubject POST Service at https:///hap/api/setup/AddSubject /EditLesson POST Service at https:///hap/api/setup/EditLesson /GetADTree POST Service at https:///hap/api/setup/GetADTree /RemoveFilter POST Service at https:///hap/api/setup/RemoveFilter /RemoveLesson POST Service at https:///hap/api/setup/RemoveLesson /RemoveLink POST Service at https:///hap/api/setup/RemoveLink /RemoveLinkGroup POST Service at https:///hap/api/setup/RemoveLinkGroup /RemoveMapping POST Service at https:///hap/api/setup/RemoveMapping /RemoveOU POST Service at https:///hap/api/setup/RemoveOU /RemoveQServer POST Service at https:///hap/api/setup/RemoveQServer /RemoveResource POST Service at https:///hap/api/setup/RemoveResource /RemoveSubject POST Service at https:///hap/api/setup/RemoveSubject /UpdateFilter POST Service at https:///hap/api/setup/UpdateFilter /UpdateLink POST Service at https:///hap/api/setup/UpdateLink /UpdateLinkGroup POST Service at https:///hap/api/setup/UpdateLinkGroup /UpdateLinkGroupOrder POST Service at https:///hap/api/setup/UpdateLinkGroupOrder /UpdateLinkOrder POST Service at https:///hap/api/setup/UpdateLinkOrder /UpdateMapping POST Service at https:///hap/api/setup/UpdateMapping /UpdateQServer POST Service at https:///hap/api/setup/UpdateQServer /UpdateResource POST Service at https:///hap/api/setup/UpdateResource /UpdateSubject POST Service at https:///hap/api/setup/UpdateSubject /UpdateTab POST Service at https:///hap/api/setup/UpdateTab /UpdateTabOrder POST Service at https:///hap/api/setup/UpdateTabOrder
-
Thanks for the response Nick 1. Yes - with a third party 4096bit cipher cert 2. Yes 3. integrated .net 4 pipeline 4. iis 7.5 authentication - anonymous enabled, from based enabled. These are on on the application level. Some of the settings are different for the containing website - different app pool, authentication and security etc
-
Hi guys I've run through a new install of the brilliant HAP+ today on a Win2k8R2 DC (I appreciate member servers are better suited) that runs RM Easylink. Worked through initial setup.aspx to configure some initial settings, noticed that the IIS validated had failed on 'Integrated Pipeline', 'Services Activated' and 'App_Data Write Access'. I had actually created a new app pool for HAP and run the ICACLS command on HAP and App_Data for the HAP app pool user. The problem is I can access the log in page but then after passing my credentials I get 'The website declined to show you this web page HTTP403' and it's the same on the IIS server. Any ideas please? Should I build a new website (instead of sub-locating the app inside the RM default website) and try from scratch? Thanks in advance Regards Marty
-
Thanks for that Synack I managed to convert my Global Address Lists LDAP filters to Opath following your links. I have since realised that even through I have set up discrete GALs for staff, students and HT and everything is fine in OWA, Outlook 2010 chooses to ignore my users' msExchQueryBaseDN values (e.g. Staff use CN=Staff GAL,CN=All Global Address Lists,CN=Address Lists Container,CN=Exchange Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=laurenjack,DC=internal) and doesn't display the correct GAL for staff (Staff GAL). However, when students open the Outlook2010 application, they do see the correct GAL (Student GAL). Anybody willing to check my OPATH recipient filters at all? FYI I am administering Exchange 2007? HeadTeacher GAL OPATH ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like 'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) Student GAL OPATH ( ( customAttribute1 -eq 'student' ) -and ( ObjectClass -eq 'user' ) -and ( ObjectCategory -like 'person' ) -and ( Alias -ne $null ) -and ( ServerLegacyDN -ne $null ) ) Staff GAL OPATH ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like 'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) -and -not ( customAttribute10 -eq 'headteacher' ) ) Regards Marty
-
Is it possible to create a custom GAL that includes all user email addresses, groups and dynamic distribution lists excluding any users who have their custom attribute 1 set to 'student' and also exclude any users where custom attribute 10 is set to 'headteacher'? I've been trying using the set-globaladdresslist recipient filter parameter in power shell but to no avail. I've successfully done this in LDAP but I'm unable to transpose the query into Opath.
-
Exchange 2007 - users not able to access Out of office
marty replied to ranj's topic in Enterprise Software
I had a similar issue and had to add the fqdn for exchange in the IE proxy bypass list.
