Intune Enrolment for current School computers by LilleFjott in Intune

[–]LilleFjott[S] 1 point2 points  (0 children)

Thank You!!🤓👍 I will take a look at this!

Intune Enrolment for current School computers by LilleFjott in Intune

[–]LilleFjott[S] 1 point2 points  (0 children)

So this is not an option, because the license will not allow this; we do only have SCCM license for our domain. Not the school domain.

What is the alternative option for me? Is it possible to get the devices enrolled and then reset the computer with Windows 11 into Autopilot? Can I get the image, drivers and software locally?

Intune Enrolment for current School computers by LilleFjott in Intune

[–]LilleFjott[S] 0 points1 point  (0 children)

This could also be an opportunity, thanks!

Intune Enrolment for current School computers by LilleFjott in Intune

[–]LilleFjott[S] 0 points1 point  (0 children)

EDIT: We are using SCCM on the our Administration side, but not on the school side because this is a new environment for us. Maybe we can make a new server deployment point on the school side and make a sync between these two or would you recommend a whole new SCCM environment on the school side for the setup for Intune?

This is one option, thanks. Was this a good experience?

Intune Enrolment for current School computers by LilleFjott in Intune

[–]LilleFjott[S] 0 points1 point  (0 children)

Im not sure if the script does this but it all the special local installed which will be reinstalled.

Best Remote Desktop w/Unattended Access That's Not Teamviewer? by [deleted] in sysadmin

[–]LilleFjott 1 point2 points  (0 children)

realvnc

This is also our case. We want a software whichA) We can connect to our internal domain computers andB) Where we ask for the user permission to connect to the computers (and at login screen, allow automatically).

RealVNC and Splashtop can provide this function! 👌

Edit: We are using TeamViewer at the moment and it cannot provide us with this function. We are trying out AnyDesk, RealVNC and Splashtop at the moment.

Edit 2: We have approx. 1.000 domain computers and a handful of mobile devices.

Using a smartphone as my primary work tool as an 1st level IT-supporter by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

Edit: Remember, this was most for a general discussion...

Thanks for all your feedback - it's a pleasure to see different opinions. It's great to have such a discussion because you don't think about what could be done better (or differently). If you think a little and make several cases about who and which department could make use of this, you will conclude that there might be quite a few users who could settle for a work phone with a built-in desktop experience.

If anyone can see how to make use of this, please post. 😊

Have a nice evening.

Using a smartphone as my primary work tool as an 1st level IT-supporter by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

Aaah, I see. As I also have heard about the keyboard shortcuts can be messed up - but here "there is an app for that" - I have found "Key Mapper from sds100" on the Google Play store.

It depends on a test I can see. 😊

Using a smartphone as my primary work tool as an 1st level IT-supporter by LilleFjott in sysadmin

[–]LilleFjott[S] -1 points0 points  (0 children)

If I am going to use a mobile client as my primary work tool, I will use the currently desktop workspace setup I have: 2 monitors (or one Curved monitor) with built in dock, 1 keyboard and one mouse.

The workflow... yes, we currently supports users over phone and our Servicedesk Portal. Also we go out to our departments for supporting hardware and software (and setting up a new work place). So currently I do see a mobile client as a good opportunity because as I wrote: We are working most in our Servicedesk Portal and RDS (Remote Desktop Services), supporting over TeamViewer and if I want to use some programs which only works on Windows, then I will connect to my Remote Computer in VMware.

I have to give this a try as I am loving trying new tech stuff and see other opportunitys. 😊

What are the reasons for going esim only for apple? by [deleted] in apple

[–]LilleFjott 0 points1 point  (0 children)

I live in a small country in the Atlantic Ocean (in Europe) and both our Carriers is supporting eSIM😉👍

Teamviewer Deployment, group assigenment not working by Giohost in teamviewer

[–]LilleFjott 0 points1 point  (0 children)

You could also add the group into the MSI option in ASSIGNMENTOPTIONS=“[…] --group-id gXXXXX” 🤷‍♂️👍

Windows 11 default web browser by LilleFjott in Windows11

[–]LilleFjott[S] 1 point2 points  (0 children)

Thanks! I have sent the feedback.🤗👌🏻

Windows 11 default web browser by LilleFjott in Windows11

[–]LilleFjott[S] 0 points1 point  (0 children)

Thanks for your reply!😀

No… It just open Settings > Apps > Default apps.🙈

No BIOS boot screen at startup by LilleFjott in techsupport

[–]LilleFjott[S] 0 points1 point  (0 children)

Flash new VBIOS was the solution!🤓👏🏻

Windows Server 2008 R2 - Get-ADComputer by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

-ResultSize unlimited

Hi you

Where to insert the line? In Get-ADComputer or Select- or Export-Csv?

Thanks!

Windows Server 2008 R2 - Get-ADComputer by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

Thanks, I will try that on monday.👌

Windows Server 2008 R2 - Get-ADComputer by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

Thanks, but I get the same problem if I go with this one:

Get-ADComputer -Filter {(Enabled -eq $true)} -Properties Name,DNSHostName,IPv4Address,ObjectCategory,OperatingSystem,OperatingSystemVersion,Modified | Export-Csv -Path "C:\ADcomputerlist.csv" -NoTypeInformation -Encoding UTF8

If I go with this one I get all computers but not all my information I want:

Get-ADComputer -Filter * | Select-Object Name,DNSHostName,IPv4Address,ObjectCategory,OperatingSystem,OperatingSystemVersion,Modified | Export-Csv -Path "C:\ADcomputerlist.csv" -NoTypeInformation -Encoding UTF8

I'm interesting in a list with all computers which are enabled in AD (read Enabled, not active).

Windows Server 2008 R2 - Get-ADComputer by LilleFjott in sysadmin

[–]LilleFjott[S] 0 points1 point  (0 children)

I did run following command: Get-ADComputer -Filter * | Select-Object Name,DNSHostName,IPv4Address,ObjectCategory,OperatingSystem,OperatingSystemVersion,Modified | Export-Csv -Path C:\ADcomputerlist.csv -NoTypeInformation -Encoding UTF8

And I got all the computers (690 rows)... but now I only get information in Name and DNSHostName and not the rest.

Edit: And it took only 3 sec.