Disable Encryption for Clients
| 0 Votes |
Description
| This task will remove Crypto Utility from the BES Client folder. |
File Size:
441 KBProperty Details
| 140 | |
| Disable Encryption for Clients | |
| Setup | |
| 451072 | |
| BigFix | |
| <Unspecified> | |
| <Unspecified> | |
| 6/28/2012 12:00:00 AM | |
| TABLE TBODY BES Encryption Clients | |
| besSupport on 10/17/2012 1:13:30 PM | |
| danielheth on 10/17/2012 1:13:30 PM | |
| 6106 Views / 7 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
Actions
Action 1
Action Link Click
here to enable encryption for BigFix Clients.
Script Type
BigFix Action Script
parameter "cryptoFolderPath" = "{parent folder of client}\BFEncrypt"
parameter "cryptoFilePath" = "{parameter "cryptoFolderPath"}\AppEngUtility.dll"
//delete the registry keys
delete temp.reg
appendfile REGEDIT4
appendfile [-HKEY_LOCAL_MACHINE\Software\Bigfix\EnterpriseClient\EncryptionControl]
move __appendfile temp.reg
waithidden regedit -s temp.reg
//unregister the dll
waithidden cmd.exe /C regsvr32.exe /u /s "{parameter "cryptoFilePath"}"
//delete the folder
waithidden cmd.exe /C rmdir /Q /S "{parameter "cryptoFolderPath"}"
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

