You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to update the "Limit access to" server list via psPAS, but was not yet successful. Anyone has some good hints?
PS > Get-PASAccount -id 2_148 | Set-PASAccount -Properties @{remoteMachinesAccess=@{remoteMachines="server2.net.local;server3.net.local;server4.net.local"; accessRestrictedToRemoteMachines=$true}}
Set-PASAccount : The input object cannot be bound because it did not contain the information required to bind all mandatory parameters: Folder
At line:1 char:28
PS > Get-PASAccount -id 2_148 | Set-PASAccount -Properties @{remoteMachines="server2.net.local;server3.net.local;server4.net.local"; accessRestrictedToRemoteMachines=$true}
Set-PASAccount : The input object cannot be bound because it did not contain the information required to bind all mandatory parameters: Folder
At line:1 char:28
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've tried to update the "Limit access to" server list via psPAS, but was not yet successful. Anyone has some good hints?
PS > Get-PASAccount -id 2_148 | Set-PASAccount -Properties @{remoteMachinesAccess=@{remoteMachines="server2.net.local;server3.net.local;server4.net.local"; accessRestrictedToRemoteMachines=$true}}
Set-PASAccount : The input object cannot be bound because it did not contain the information required to bind all mandatory parameters: Folder
At line:1 char:28
PS > Get-PASAccount -id 2_148 | Set-PASAccount -Properties @{remoteMachines="server2.net.local;server3.net.local;server4.net.local"; accessRestrictedToRemoteMachines=$true}
Set-PASAccount : The input object cannot be bound because it did not contain the information required to bind all mandatory parameters: Folder
At line:1 char:28
PS > Get-PASAccount -id 2_148 | Set-PASAccount -Properties @{remoteMachines="server2.net.local;server3.net.local;server4.net.local"; accessRestrictedToRemoteMachines=$true} -Folder "Root"
Invoke-PASRestMethod : [400] Failed to update account 2_148. Reason: Missing parameter - DeviceType
At line:241 char:14
Beta Was this translation helpful? Give feedback.
All reactions