More Powershell commands
- Last UpdatedJun 04, 2024
- 1 minute read
If the command execution does not succeed, you can use the Remove command to try again. At minimum, you need to include the Id and Hostbase parameters.
Remove-IdentityManagerClient -Id nameofid -Hostbase nameofhost
To remove a client from Identity Manager
-
Open a Powershell window in Admin mode.
-
Perform the following command.
Remove-IdentityManagerClient -HostBase https://pcs_server_name.company.com -Id osmclientwebprod
-
Close Powershell using exit command.
Uninstalling AVEVA Platform Common Services
Before you can uninstall AVEVA Platform Common Services, including Identity Manager, you first need to run these commands.
-
Open a Powershell window in Admin mode.
-
Perform the following commands.
Remove-IdentityManagerClient -HostBase https://pcs_server_name.company.com -Id osmclientwebprod
-
Close Powershell using exit command.
-
Uninstall AVEVA Platform Common Services with Windows Control Panel.
To view details of a PCS client
-
Open a Powershell window in Admin mode.
-
Perform the following cmdlet.
Get-IdentityManagerClient -HostBase https://pcs_server_name.company.com -Id osmclientwebprod
-
Close Powershell using exit command.
To see a list of PCS clients with client details
-
Open a Powershell window in Admin mode.
-
Perform the following cmdlet.
Get-IdentityManagerClients -HostBase https://pcs_server_name.company.com
-
Close Powershell using exit command.