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
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
-
My question is related to: https://github.com/Azure/Microsoft-Defender-for-Cloud/blob/main/Powershell%20scripts/Vulnerability%20Solution/New-ASCVASolution.ps1
My PublicKey looks something like this
-----BEGIN RSA PUBLIC KEY-----
aBc
Def
gHi
-----END RSA PUBLIC KEY-----
Should the variable be set like this?
$PublicKey = "-----BEGIN RSA PUBLIC KEY----- aBc Def gHi -----END RSA PUBLIC KEY-----"
Beta Was this translation helpful? Give feedback.
All reactions