We have Yubikeys paired keys with MacOS. I have to export Yubikey Cert infos to shared smb.
Solution: I have a Powershell script to deploy on admin and non admin users.
Requirements:
- Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Powershell brew install --cask powershell
- brew install ykman
- pws script.ps1
These commands are working just fine locally. Am not able to write these commands using a script to be deployed as Jamf Policy. Any idea?
