-
Posts
9,168 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by Steve21
-
Haha That's a Friday job for you! Always more time spent on the silly ones No worries, have a good weekend!
- 5 replies
-
- microsoft
- notifications
-
(and 1 more)
Tagged with:
-
Nope, because they aren't using personal data etc or special categories. But if you really are being forced to, surely it's a one-liner that says it doesn't use personal data, no risk Steve
-
That's because you're clicking on the Team, not the channel As in, click on the Team, go to General channel etc (You did ask about channel notifications, not team or was that a mistake? ) Steve
- 5 replies
-
- 1
-
-
- microsoft
- notifications
-
(and 1 more)
Tagged with:
-
So something like $data = Import-csv "C:\test\Teamsuser2.csv" $output = @() foreach ($i in $data) { Add-TeamUser -GroupId $i.id -User $i.user -Role Member Write-host $i.User "added to team" $i.displayname "as Member" -ForegroundColor Yellow $output += $i.User + " added to team " + $i.displayname + " as Member" Add-TeamUser -GroupId $i.id -User $i.user -Role Owner Write-host $i.User "added to team" $i.displayname "as Owner" -ForegroundColor Green $output += $i.User + " added to team " + $i.displayname + " as Owner" } $output | Out-File -Append c:\test\output.txt Which would output a file: test1 added to team test1d as Member test1 added to team test1d as Owner test2 added to team test2d as Member test2 added to team test2d as Owner Like that? Steve
-
What do you see if you aren't seeing that? That's still what shows on all of ours Many thanks, Steve
- 5 replies
-
- microsoft
- notifications
-
(and 1 more)
Tagged with:
-
Not really sure what your question is, Is it not working as in not adding them? Not showing on screen? Are you trying to record it to a file etc? Steve
-
[sims] Migration to new domain but using trusted logins
Steve21 replied to Drenlin's topic in MIS Systems
Should just be a case of changing their prefix then, school\jon to school2\jon etc No idea if there's a way to bulk do it, but guessing might be easier to not worry and just do it once off Steve -
[sims] Migration to new domain but using trusted logins
Steve21 replied to Drenlin's topic in MIS Systems
I guess it depends how you're setting it up. If you mean you're scrapping the old domain, and making a full new one, you'd need to change their logins to represent their new AD accounts (assuming the name changed). Or did you mean Trusted logins as in Domain trusts? Steve -
From your description I'm guessing you're using MDT etc rather than SCCM or anything, have you checked in the bios regarding the ahci/raid mode? Most Dells come default in RAID and I'm sure MDT used to have a wobble with that when using nvme etc Might be worth a quick check Steve
-
We found it keeps getting disabled by Outlook due to "being slow/unreliable" on older kit. If you open Outlook, File, then Manage COM addins, is it showing as being in there as disabled due to this? Many thanks, Steve
-
Generally the first step is to remove all said modern apps that you don't use, as it'll provision them all even if not being used, that will make a large difference. After that, it's generally then down to hardware/default profiles etc Steve
-
Is that the Windows 10 background coming through? Rather than black directly on the sheet? Or is it actually on the sheet if you move it around Just looks like the standard dark Windows blue/black etc (On a side note, might want to blank/remove childrens names/details ) Steve
-
PBX unable to find some network phones
Steve21 replied to Twearden's topic in Internet Related/Filtering/Firewall
You're going to have to expand on the explanation a bit there, if it's an internal PBX with internal phones the firewall shouldn't come into play at all. Are you using hosted pbx? Is the firewall on a different subnet? Are you using DHCP options for the phones discovery etc Steve -
AVHDXs are differencing disks based on snapshots as you mentioned, but sometimes a backup software when running won't always close one correctly and can leave it in the state you mentioned. Often just shutting down the VM will kick HyperV into merging them back together, but obviously may take a while depending how big the disk is. Steve
-
In regards to the sync side, is there no option of having a link between sites? Surely even something like a VPN connection between sites would enable AADC to access both servers and sync them to the same tenant? (Also depending on your internet connection a lot will let you link them together, most companies can do that for free if they're on same connections etc) Thinking long term wise are these schools going to be using the same logins etc? As in is now the time to consider merging domains etc to enable cross-links during the work? Or are they going to be separate entities still as such? Steve
-
Multiple SQL instances on 2012R2 Domain server
Steve21 replied to mikemcsharry's topic in Windows Server 2012
Some of the common ones that use SQL that people "like" to install on DCs even though they shouldn't be are things like AADC which uses SQL express, MBAM etc But as Cache said above, you should be able to tell from the tables if you check with management studio Steve -
Depending on the type of that data you could just do something like $id = Read-Host "Enter ID" then use the $id instead of PERSONS_EMAIL_ADDRESS Steve
-
Prevent/Fix: Microsoft Forms Detected Potential Phishing.
Steve21 replied to kennysarmy's topic in Cloud Services
Maybe you got the new roll-out early, despite it looking like the older version again lol That's sitting in the info box for updates currently, maybe that's the way you need to do it now? Steve -
Prevent/Fix: Microsoft Forms Detected Potential Phishing.
Steve21 replied to kennysarmy's topic in Cloud Services
Hmm odd, looks like you're on the old admin center still. Do you have new releases disabled for users or anything? https://admin.microsoft.com/#/Settings/OrganizationProfile/:/Settings/L1/ReleasePreferences Those "inbox/archive" tabs changed back in 2019 or something it seems https://docs.microsoft.com/en-us/microsoft-365/admin/whats-new-in-preview?view=o365-worldwide#july-2019 Unless you have some kind of odd permissions/custom filter on? Steve -
I don't think you can from the GUI, I ended up remaking a custom one and just setting the same permissions when I last did it. Think you can bodge it via powershell though iirc Steve
-
Prevent/Fix: Microsoft Forms Detected Potential Phishing.
Steve21 replied to kennysarmy's topic in Cloud Services
I'd say so if it's not showing that On the main admin page, do you have the messages showing in one of the cards? Just clicking on that should load up the message center (If not, Health -> Message Center on the menu) You got a screenie of what you see? (Obviously you won't have that alert unless one has flagged though) Steve -
We don't either, but that's the regkey needed for the whole system install via ALLUSER etc if you deployed the systemwide installer that way , which is generally what restricts the access to those items you mentioned. Else the new features should show up in the settings under the new meeting experience tick box *Edit - Or did I misunderstand your question, that you're saying your webapp has less features showing currently? (Compared to webapp having more than the local one?) Steve
-
Just to confirm, all those things you mention are locked down in the VDI install (if you're using alluser install flag). It's not that the installers are different, just the install method restricts them. Even with the computer based installer you can get all the items, if you don't enable VDI: http://www.edugeek.net/forums/cloud-services/219574-microsoft-teams-new-meeting-experience.html#post1880600 Steve
-
Has Anyone Seen This Before - SharePoint Mapped Site Saving Error
Steve21 replied to MrMDStreet's topic in Cloud Services
That error popup suggests it's still using Internet Explorer in the background (Rather than Edge/Chrome etc from the wording), Do you still have that set as a default for some kind of filetype? Steve -
That would be old Edge, there's a new one released last year based on Chromium, might be worth trying it as not had any issues occuring on it with the tools Steve
