File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,23 @@ Establishes a Skype for Business Online Remote PowerShell session using multi-fa
62
62
63
63
## PARAMETERS
64
64
65
+ ### -UserName
66
+ Specifies the Skype for Business Online administrator account name to be used when prompting for credentials.
67
+ > [ !WARNING]
68
+ > UserName has been deprecated and is not avaiable in Teams Powershell module. Please use Credential parameter to provide username and password.
69
+
70
+ ``` yaml
71
+ Type : String
72
+ Parameter Sets : UserName
73
+ Aliases :
74
+
75
+ Required : False
76
+ Position : 1
77
+ Default value : None
78
+ Accept pipeline input : False
79
+ Accept wildcard characters : False
80
+ ` ` `
81
+
65
82
### -Credential
66
83
Specifies a Skype for Business Online administrator, or Syndicated Partner administrator account.
67
84
You can’t perform that action at this time.
0 commit comments