Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ead4d470f7 | |||
| c383fb840d |
@@ -12,7 +12,7 @@
|
|||||||
# RootModule = ''
|
# RootModule = ''
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '2.0.0'
|
ModuleVersion = '2.1.2'
|
||||||
|
|
||||||
# Supported PSEditions
|
# Supported PSEditions
|
||||||
# CompatiblePSEditions = @()
|
# CompatiblePSEditions = @()
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ Function Import-TeamsUsers {
|
|||||||
} Elseif ($NewTeamPriv -Eq "r") {
|
} Elseif ($NewTeamPriv -Eq "r") {
|
||||||
$NewTeamVis = "Private"
|
$NewTeamVis = "Private"
|
||||||
}
|
}
|
||||||
$NewTeam = New-Team -DisplayName $NewTeamName -MailNickName $NewTeamName -Description "Testing team creation from PowerShell" -Visibility $NewTeamVis
|
$NewTeam = New-Team -DisplayName $NewTeamName -MailNickName $NewTeamName -Description $NewTeamDesc -Visibility $NewTeamVis
|
||||||
$GroupId = $NewTeam.GroupId
|
$GroupId = $NewTeam.GroupId
|
||||||
} Else {
|
} Else {
|
||||||
##### GET USER'S TEAMS #####
|
##### GET USER'S TEAMS #####
|
||||||
|
|||||||
Reference in New Issue
Block a user