mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-07-26 11:49:17 +00:00
Update
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force
|
||||
|
||||
Get-GPOZaurrLink | Format-Table -AutoSize
|
||||
@@ -1,6 +1,7 @@
|
||||
Describe 'GPO Permissions Management - Simple' {
|
||||
BeforeAll {
|
||||
# just in case some tests failed before and added user stays
|
||||
Import-Module $PSScriptRoot\..\*.psd1 -Force
|
||||
Remove-GPOZaurrPermission -GPOName 'TEST | GPOZaurr Permissions Testing' -PermissionType GpoEdit -Principal 'EVOTEC\przemyslaw.klys' -PrincipalType NetbiosName -Verbose
|
||||
}
|
||||
It 'Get-GPOZaurrPermission - Should return proper data' {
|
||||
|
||||
Reference in New Issue
Block a user