dmilov
63655338ee
Merge pull request #428 from mtelvers/master
...
Address changes to BaseImageVm_List()
2021-03-08 08:39:38 +02:00
mtelvers
9f78104a1f
Address changes to BaseImageVm_List()
...
Address issue #397
2021-03-02 14:54:26 +00:00
ricoroodenburg
30b8fa5c6d
Update VMware.HV.Helper.psm1
2021-02-25 18:16:44 +01:00
ricoroodenburg
dc51c284da
Get-NetworkLabels function
...
Can be used for the future, for assigning Network Labels to a a nic for new Horizon farm of desktop pool
2021-02-25 18:12:50 +01:00
ricoroodenburg
38b3524beb
Added Load Balancing Settings
...
- Added 2 lines within "Get-FarmSpec" (3281 + 3282)
- Added new parameters within "New-HVFarm" (2282 till 2312)
- Added new coding within "New-HVFarm" (2856 till 2866)
2021-02-23 23:05:27 +01:00
Dimitar Milov
59f562d9ed
Implement Set-SsoSelfPersonUserPassword
2021-02-19 09:14:32 +02:00
dmilov
e52b7dab53
Merge pull request #412 from bitszor/issue-400
...
Fix issue #400 - New-HVFarm fails when maxSessionsType is LIMITED
2021-02-17 16:44:41 +02:00
Dimitar Milov
8606722f6e
Add SecondaryUrl parameter to Add-LDAPIdentitySource
2021-02-17 16:38:46 +02:00
dmilov
13dc050dd2
Update README.md
2021-02-17 11:12:14 +02:00
dmilov
80509a18a5
Merge pull request #417 from dmilov/topic/dmilov/ssoadmin-externaldomain
...
Implement prepare for publishing funcitonality
2021-02-17 10:59:05 +02:00
Dimitar Milov
f07791e1dd
Implement prepare for publishing funcitonality
2021-02-17 10:56:22 +02:00
dmilov
19e507581f
Update README.md
2021-02-17 10:13:31 +02:00
Dimitar Milov
16b3a0fe05
Add Set-LdapIdentitySource functionality
2021-02-17 10:10:39 +02:00
Dimitar Milov
fa518f99ee
Fix certificate formatting before send them to the server
2021-02-17 09:26:23 +02:00
Dimitar Milov
1e8308d84c
Fix tests taht use old pester syntax
2021-02-16 19:15:49 +02:00
Dimitar Milov
ef804e6a05
Migrated to Pester 5.1
...
Migrated to netcoreapp3.1
2021-02-16 19:10:43 +02:00
Dimitar Milov
5426af92b7
Fix LDAP register MoRef
2021-02-16 18:11:27 +02:00
Dimitar Milov
ac6c923e90
Implement Add-LDAPIdentitySource
2021-02-11 16:26:04 +02:00
Dimitar Milov
f5a4dbf4cd
Rebase on upstream master
2021-02-11 11:41:11 +02:00
Dimitar Milov
25f21ecfb5
Update binaries
2021-02-11 11:10:14 +02:00
Dimitar Milov
3f43eed119
Improve error handling. Added ref counting of server connections. Extended Add-ExternalDomainIdentitySource
2021-02-11 11:07:52 +02:00
Ben Blier
cb6076ac60
Fix issue #400 - New-HVFarm fails when maxSessionsType is LIMITED
2021-02-04 11:03:40 -07:00
dmilov
dcfd1c6caf
Fix issue #405
2020-12-15 13:54:16 +02:00
dmilov
837d98960c
Remove searchAllDomains files from lookup service filter
2020-12-10 09:21:55 +02:00
dmilov
c5d2cb9f09
Merge pull request #399 from dmilov/topic/dmilov/get-identity-source-cmdlet
...
Implement Get-IdnetitySource advanced function
2020-11-26 17:44:08 +02:00
dmilov
c212b24cbb
Implement Get-IdnetitySource advanced function
2020-11-26 17:41:10 +02:00
dmilov
791f976665
Merge pull request #393 from antracey/patch-1
...
Update VMware.HV.Helper.psm1
2020-10-14 10:39:49 +03:00
antracey
c1e8ee9ab9
Update VMware.HV.Helper.psm1
...
Fix New-HvManualApplication to support MultiSessionMode and MaxMultiSessions VMware.Hv.ApplicationData properties and validation of MaxMultiSessions param.
2020-10-13 17:55:08 -04:00
Carrie Yang
f4eb24821f
Update the module to support the new feature introduced in PowerCLI
...
12.1.0 for vCenter Server 7.0.1: Add-TrustedHost should be used only for
7.0.0, use 'Set-TrustedCluster -Remediate' for 7.0.1 for
TrustedCluster adding a new host
2020-10-13 10:57:36 +08:00
dmilov
9abd96740a
Fix typo 'Stirng' to 'String' in argument transformation type names
2020-10-06 21:11:24 +03:00
dmilov
8aa673e375
Add tests for String to SsoAdminServer argument transformation in Disconnect-SsoAdminServer funciton
2020-10-06 10:56:00 +03:00
dmilov
927d5de17c
Implement String to SsoAdmin server argument transformation attribute
2020-10-06 10:45:13 +03:00
Grzegorz Kulikowski
2c1eafde18
Modify test disconnect-ssoadminserver with throw msg
2020-10-06 08:59:32 +02:00
Grzegorz Kulikowski
7832d6e7ae
Use Throw instead of ThrowTerminatingError()
2020-10-06 08:50:50 +02:00
Grzegorz Kulikowski
d6565f9e26
fix test for Disconnect-SsoAdminServer
2020-10-05 20:38:37 +02:00
Grzegorz Kulikowski
ca508570fb
Add support for quick disconnect to Disconnect-SsoAdminServer
...
In case one is connected just to one SSO server the cmdlet does not
need to take the -server parameter as it will be discovered from
$DefaultSsoAdminServers. In case there are more than 1 SSO servers
it will not disconnect any connection, instead it will ask to be more
precise using the Server parameter.
2020-10-05 20:28:40 +02:00
Grzegorz Kulikowski
b03c1a536d
Add pester tests for Disconnect-SsoaAminServer
2020-10-05 20:16:36 +02:00
dmilov
eb827499cd
Merge pull request #386 from dmilov/topic/dmilov/SsoAdminModule
...
PowerShell Module for managing VMware vSphere SSO Admin functionality
2020-10-05 10:50:25 +03:00
dmilov
b2934bcbf1
Rename module's exported functions with Sso prefix on the noun part
2020-10-05 10:48:36 +03:00
dmilov
68e777357c
Address PR discussions
2020-10-05 10:39:52 +03:00
dmilov
4ca1a612ab
Update copyright info
2020-10-01 17:16:16 +03:00
dmilov
def74388ce
Update README with required build and test tools
2020-09-30 16:00:09 +03:00
dmilov
69975a39ff
Fix net45 assmeblies publishing
2020-09-30 15:44:01 +03:00
dmilov
63d52d4e60
Fix global defaultSsoAdminServers variable
2020-09-30 15:28:34 +03:00
dmilov
6148e8ff89
Implement Add-ActiveDirectoryIdentitySource
2020-09-30 15:19:54 +03:00
dmilov
14e81f78af
Implement Get/Set-TokenLifetime
2020-09-30 14:26:31 +03:00
dmilov
5abdbe9702
Implement Get/Set-LockoutPolicy cmdlets
2020-09-30 13:48:01 +03:00
dmilov
88648e2db2
Implement Get/Set-PasswordPolicy cmdlets
2020-09-30 12:17:56 +03:00
dmilov
c53453abb2
Implement Get/Set-PasswordPolicy cmdlets
2020-09-30 12:17:36 +03:00
dmilov
b8030e4272
Implement ResetPassword and Unlock for PersonUser accounts.
2020-09-29 17:16:47 +03:00