-
Posts
2,181 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by fairm010
-
We had our DT dept vacuum form a plastic casing slightly larger than the WAP. Works a treat
-
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
-
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"
-
Hi @nickbro, are you able to help on this one?
-
Did all go ok with this?
-
Isn't the well known theme 'He's a pirate'?
-
Or use that way EDIT: woop!
-
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.
-
And that.. lol
-
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
-
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?
-
Anyone have any ideas on this? I dont really want people downloading RDP files to their PC all the time.
-
In terms of recommendations my mrs has the Lumia 1020 and its great!
-
Not a recommendation but my S3 was crashing ALL the time. I installed Cyanogenmod 11 and it has been flawless ever since!
-
I'm about to turn our oldest (9 years!) server into a Minecraft server for afterschool club.
-
Am I meant to be using the Exchange option?
-
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.
-
Thanks Nick, I get this message: [ATTACH=CONFIG]23402[/ATTACH] This is from the event log. [ATTACH=CONFIG]23401[/ATTACH]
-
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.
-
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?
-
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!
-
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!
-
String was not recognised as a valid datetime.
fairm010 replied to fairm010's topic in Home Access Plus+
Thats sorted it, thankyou Nick! -
String was not recognised as a valid datetime.
fairm010 replied to fairm010's topic in Home Access Plus+
I get the following when adding that line to web.config. [ATTACH=CONFIG]23393[/ATTACH]
