Sets the password for the guest user smbguest
. The smbguest
user is
the user when the authentication method for the file share is set to
GuestAccess
.
storagegateway_set_smb_guest_password(GatewayARN, Password)
[required] The Amazon Resource Name (ARN) of the file gateway the SMB file share is associated with.
[required] The password that you want to set for your SMB Server.
svc$set_smb_guest_password( GatewayARN = "string", Password = "string" )