Skip to content

Commit

Permalink
Fixed portal link
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Dec 10, 2024
1 parent 2edf7fb commit 82ecfa5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/Maester/Teams/Test-TeamsMeeting.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ BeforeDiscovery {
}

Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {
$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"


It "Configure which users are allowed to present in Teams meetings" -Tag "AllowParticipantGiveRequestControl" {

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand All @@ -37,6 +39,8 @@ Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {
It "Only invited users should be automatically admitted to Teams meetings" -Tag "AutoAdmittedUsers" {
#($TeamsMeetingPolicyGlobal.AutoAdmittedUsers -eq "InvitedUsers")

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand All @@ -57,6 +61,8 @@ Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {

It "Restrict anonymous users from joining meetings" -Tag "AllowAnonymousUsersToJoinMeeting" {

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand All @@ -77,6 +83,8 @@ Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {

It "Restrict anonymous users from starting Teams meetings" -Tag "AllowAnonymousUsersToStartMeeting" {

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand All @@ -97,6 +105,8 @@ Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {

It "Limit external participants from having control in a Teams meeting" -Tag "AllowExternalParticipantGiveRequestControl" {

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand All @@ -117,6 +127,8 @@ Describe "Teams Meeting policies" -Tag "Maester", "Teams", "MeetingPolicy" {

It "Restrict dial-in users from bypassing a meeting lobby " -Tag "AllowPSTNUsersToBypassLobby" {

$portalLink_MeetingPolicy = "https://admin.teams.microsoft.com/policies/meetings"

if (!(Test-MtConnection Teams)) {
Add-MtTestResultDetail -SkippedBecause NotConnectedTeams
return $null
Expand Down

0 comments on commit 82ecfa5

Please sign in to comment.