Jump to content

edie209

Members
  • Posts

    781
  • Joined

Everything posted by edie209

  1. Hi I am after a bit of advise on VirtualBox I have been following other posts about creating an image for students learning programming. So I have created an image that I am really happy with in terms of isolation from the network but with the ability to save etc. My problem cam when I decided to log on as a different user the image is not available. So my question how do you get over this issue, what are others doing? are you centrally serving an image or have I missed something really obvious. Client machines are Windows 7
  2. I now have a solution to this error In AD the users email was set as domain.local NOT domain.com so I changed all the affected users, and then used the Start-OnlineCoexistenceSync​ command, to sync the Ad with 365 and the migration worked perfectly. I hope this might help out someone else if they get the same error.
  3. I have been migrating my users from exchange 2007 to Office 365 using the staged migration process. Most of my users have been migrating perfectly however a few are erroring out with the message "The source email address [email protected] couldn't be found in the on-premises domain." I have done some research and found a similar issue, but the solution of un-hiding the user from the global address Book has not worked as the users were not hidden. I have however sorted a few by hiding them and then re enabling them ??? The email in the csv is their primary email address. There are no other different configurations for the problematic users that I am aware of as I did inherent this Exchange 2007 site.
  4. Hi I thought I would just check you are placing it in "embedded html" that's how its done here and it works great. the bit on the end is alternative channels. [color=#333333] [/color]
  5. Hi I thought I would just check you are placing it in "embedded html" that's how its done here and it works great.
  6. Here you go, and I remembered first thing too BBC Live Streams <br /> body { margin: 0px 0px 0px 0px; }<br /> src="http://www.bbc.co.uk/emp/10player.swf?revision=18269_21576" width="370" height="245" style="display: block !important;" id="bbc_emp_embed_emp1" name="bbc_emp_embed_emp1" bgcolor="#000000" quality="high" wmode="direct" allowfullscreen="true" allowscriptaccess="always" flashvars="embedReferer=&embedPageUrl=http://www.bbc.co.uk/emp/simulcast/&domId=emp1&config_settings_autoPlay=true&playlist=http://www.bbc.co.uk/emp/simulcast/bbc_news24.xml&config=http://www.bbc.co.uk/emp/simulcast/config_bbc_news24.xml">
  7. We have it working and it is very reliable, I will get you the code we are using tomorrow. If I haven't posted it by mid morning nag me cos we are really busy at the moment
  8. Well what a day can do, @diagdave I have tried to export the cert yesterday from the exchange server many times yesterday with no option for pfx it was all greyed out. Came in this morning and read your post and thought what the hell lets try it this way again, and would you believe it it worked first time????? I went into IIS7 and imported it fine. Thanks for the replies
  9. We have bought a wildcard SSL certificate from Go Daddy. We need to use SSL certificates on 3 servers 1 Exchange 2007 and two IIS 7 web Servers and at a later date Office 365. I created the CSR on the Exchange server New-ExchangeCertificate -generaterequest -keysize 2048 -subjectname "c=GB, l=town, s=County, o=Organisation,cn=school.sch.uk" -domainname SubjectAltern 1, SubjectAltName2, SubjectAltName3, SubjectAltName4 -PrivateKeyExportable $true -path c:\certrequest.txt This has worked great on the Exchange server but when I come to the first IIS7 webserver I select "Complete Certificate Request" and I get this error I spoke to Go Daddy and was told I need to by another Cert for each server, well that's not really going to happen and I am sure this can be done looking on the web. I found this solution for that error http://blogs.msdn.com/b/webtopics/archive/2009/01/03/asn1-bad-tag-value-met-error-when-processing-a-certificate-request-in-iis-7.aspx Begin by importing the .crt file into the Personal certificate store for the local computer. (Start button > Run: MMC > File Menu > Add/Remove Snap-in > highlight Certificates snap-in and click the ADD button > select Computer Account and click Finish > Click OK > drill into Personal > Certificates > right-click and select All Tasks > select Import > guide to the .crt file.) At this point your certificate is basically a half-certificate. It is still missing its private key. Second, double-click the crt certificate file you just imported, select the Details tab, scroll all the way down to Thumbprint and highlight Thumbprint. In the lower pane, block and copy all the letters of the thumbprint. Paste the thumbprint characters into notepad. Open the command prompt and run this command: Certutil /? The command you’ll want to run is: certutil -repairstore my "{insert all of the thumbprint characters here}" When you see the response: “CertUtil: -repairstore command completed successfully” you should have a private key associated with the .crt file in the personal store. There should no longer be any need to run through the “Complete Certificate Request…” wizard. The certificate should show up in the IIS Manager’s list of server certificates at this point. It should also be available in the SSL Certificates drop-down list when attempting to edit the https binding for a website. However I get "Access Denied" even with elevated privileges. C:\Windows\system32>certutil -repairstore my "7c 46 56 c3 06 1f 7f 4c 0d 67 b3 19 a8 55 f6 0e bc 11 fc 44" my ================ Certificate 0 ================ Serial Number: 0301 Issuer: OU=Go Daddy Class 2 Certification Authority, O=The Go Daddy Group, Inc., C=US NotBefore: 16/11/2006 01:54 NotAfter: 16/11/2026 01:54 Subject: SERIALNUMBER=00000000, CN=Go Daddy Secure Certification Authority, OU=h ttp://certificates.godaddy.com/repository, O=GoDaddy.com, Inc., L=Scottsdale, S= Arizona, C=US Non-root Certificate Cert Hash(sha1): aa aa aa aa aa aa aa aa aa aa aa aa a8 55 f6 0e bc 11 fc 44 No key provider information Cannot find the certificate and private key for decryption. CertUtil: -repairstore command FAILED: 0x80090010 (-2146893808) CertUtil: Access denied. To which I found this soulution Add a certification authority backup operator: Public Key [b]To add a certification authority backup operator[/b] [color=#2A2A2A][font=Segoe UI] [list] [*]Open Local Security Settings. [*]In the console tree, click [b]User Rights Assignment[/b]. [b]Where?[/b] [list] [*]Security Settings/Local Policies/User Rights Assignments [/list] [*]In the details pane, double-click [b]Back up file and directories[/b]. [*]Click [b]Add User or Group[/b] and, in [b]Enter the object names to select[/b], type the name of the user or group to add as a backup operator, and then click [b]OK[/b]. [*]In the details pane, double-click [b]Restore file and directories[/b]. [*]Click [b]Add User or Group[/b] and, in [b]Enter the object names to select (examples)[/b], type the name of the user or group to add as a backup operator, and then click [b]OK[/b]. [/list] [/font][/color] But now I am stuck and not sure what the next step is has anyone had a situation like this and how did you overcome it. As I said Go Daddy have been no help on this, do I need to rekey and start again is it possible just a bad cert?
  10. So how do we send you the cake ? of do we just photo it and eat it ourselves
  11. I have found this command to disable the preferences in Finder defaults write com.apple.finder ProhibitFinderPreferences -boolean true But how do I deploy it to student accounts via Workgroup Manager, does it change a plist file? as I was watching the time stamp on the com.apple.finder.plist but it didn't change.
  12. Not sure (I will check tomorrow) but I think there is a setting in the client config
  13. I am going to bump this. I have managed to upgrade the firmware, it turns out that the HP WX3000 series is the same controller. I am however still struggling to set up the second wifi for BYOD every time I configure it the wifi dies. Is anyone using the wx3000 series with two wifi networks, if so how did you configure them?
  14. We have a couple H3C WX3024 Wireless controllers, they were here before I arrived and the time has come to extend the wifi element of the network with some more access points at present we have 10 3com AP9552 access points and have just bought some HP MSM430 Access Points to add. I want to have two wifi networks available one to serve school laptops etc and one for BYOD. We have iMC WSM software, but its never been configured so I have just installed it on a fresh VM and have it up and running in its basic form I have added the WSM module but nothing is working for the wireless. I presume upgrading the firmware on the controllers would be a start but looking at the H3C site I can't find any H3C - Technical Support & Documents - Software Download Now I suppose what I am asking here is for some advice on how to move forward, does anyone use these controllers? how have you configured them? do you have any good documentation?
  15. I have found we have a copy of HP Intelligent Management System with 100 seats and WSM with 50 seats. I have installed it and after many emails back a forth to HP I now have the licence active. My problem is however I don't seem to be able to configure it the admin password logs me into the web console but it seems like I have restricted access. I have been unable to find any info on this so I was wondering if anyone else is using this software and if so did you have this problem and how did you overcome it. Or am I being stupid and missing something really obvious.
  16. After using the switch port mapper that I mentioned above I have found the device. Its one of our servers, however that's only half of it although it has it own IP and MAC address it seems to have a phantom IP and MAC address. Has anyone had an issue like this before? I have proved it by doing a ping -t to the ip address and removed the network cable. but the adapter definatley has its proper IP and MAC and a phantom set?????. On another note I have found a graphing tool to go with Wireshark that is being talked about about, WildPackets Network Forensics Utility "Compass" it can be downloaded here Compass Free - CNET Download.com
  17. Yes it just refuses connection
  18. see this is where it gets very strange the said IP is not in a DHCP range and only came to my attention yesterday when I was dealing with an issue with a server.
  19. I have now managed to identify it as an Intel device (great) I can't telnet into it, I have also tried Putty with no luck What tool are you using to interrogate your switches? I have just found one called Managed Switch Port Mapping Tool Download Switch Port Mapper 30 Day Trial Software but its very slow
  20. A device has taken an IP address on the network and I am trying to identify it but how? I have tried ipconfig -a xxx.xxx.xxx.xxx and I get a reply but no name getmac /S xxx.xxx.xxx.xxx and I get Error:the RPC server is unavailable nbtstat -a xxx.xxx.xxx.xxx and I get host not found I have tried SolarWinds IPaddress Tracker which can see the device but does not report what it is The Dude also can see the device but just reports it as some device I a now looking for another idea to identify this device
  21. Hi I have just stumbled across this and was wondering what the deal is is this application available for download and is the locking down of the macs part of it?
  22. I think they are Intel based but I will check whats the implications between the two?
  23. I was afraid this was going to be the reply, but thanks it confirms what I was thinking. Time to go cap in hand yet again
×
×
  • Create New...