WMIC EQUIVALENT

wmis -U DOMAIN\\<user>%<password> //<DC> cmd.exe /c <command>

MOUNT SMB SHARE

#Mounts to /mnt/share. For other options besides ntlmssp, man mount.cifs
mount.cifs //<ip>/share /mnt/share -o
user= <user>,pass=<pass>,sec=ntlrnssp,domain=<domain>,rw

UPDATING KALI

> apt-get update
> apt-get upgrade