Jump to content

fairm010

Members
  • Posts

    2,181
  • Joined

Everything posted by fairm010

  1. We had our DT dept vacuum form a plastic casing slightly larger than the WAP. Works a treat
  2. Sorry to drag up an old thread but as its on topic I thought I would. What are the requirements for the Live Tile with office 365? my users usernames are different to their O365 logins in this format: smitj001 - School [email protected] - O365 Using https://outlook.com/schoolname.co.uk in the URL field I'm getting URL Cannot be parsed. I'd love to have this set up. @nickbro can you shed some light on this one? Ta
  3. Fixed, had to add SendAs permission to helpdesk account via powershell using: Set-ExecutionPolicy RemoteSigned - Must be set via powershell $LiveCred = Get-Credential - Enter details $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session Add-RecipientPermission "Admin" -AccessRights SendAs -Trustee "Helpdesk"
  4. Hi @nickbro, are you able to help on this one?
  5. Did all go ok with this?
  6. Isn't the well known theme 'He's a pirate'?
  7. Or use that way EDIT: woop!
  8. So you'd use this: IF NOT EXIST "c:\StoryVisualizer\lego.exe" "\\server\pathtoexe\StoryVisualizerFull-windows-installer.exe -mode unattended -installer-language da -prefix c:\StoryVisualizer\" exit (Assuming that its installed to c:\StoryVisualizer\ and the exe is called lego.) Then yeah, as you said.
  9. Id stick this in a batch file then call it as a startup script in GP. \\server\pathtoexe\StoryVisualizerFull-windows-installer.exe -mode unattended -installer-language da -prefix c:\StoryVisualizer\ EDIT: Its more likely to use single hyphens that double but try it if it doesnt work. Matt
  10. Thats it, and I already have that set up. Is there any way to pre-populate the 'connect to' box with the server name / ip?
  11. Anyone have any ideas on this? I dont really want people downloading RDP files to their PC all the time.
  12. In terms of recommendations my mrs has the Lumia 1020 and its great!
  13. Not a recommendation but my S3 was crashing ALL the time. I installed Cyanogenmod 11 and it has been flawless ever since!
  14. I'm about to turn our oldest (9 years!) server into a Minecraft server for afterschool club.
  15. Am I meant to be using the Exchange option?
  16. Excuse the poor image, stolen from the Googles. [ATTACH=CONFIG]23407[/ATTACH] As you can see, that is a Win 7 session in IE. Thats exactly what I want.
  17. Thanks Nick, I get this message: [ATTACH=CONFIG]23402[/ATTACH] This is from the event log. [ATTACH=CONFIG]23401[/ATTACH]
  18. We have an RDS server with Rd Gateway but all that does (that I can see) is launch an RDP session. I want to be able to view the session in the webpage.
  19. I came across that during my searches and it looks promising but i've no experience of Linux and the things that go with it so wondered if there are easier methods?
  20. Are there any free solutions to have an RDP session in a browser window out there? After much googling I find a few that are Java based but I know literally nothing about Java! TIA!
  21. How do I go about setting up HAP to use our new Office 365 mail settings, not fussed about the live tile (Although it would be nice) but more for the helpdesk. Thankyou!
  22. Thats sorted it, thankyou Nick!
  23. I get the following when adding that line to web.config. [ATTACH=CONFIG]23393[/ATTACH]
×
×
  • Create New...