questo programma è adatto ad eseguire una verifica e confronto del file Hash di un file.
http://www.marcosroom.it
http://www.marcosroom.it/Downloads/Programmi/Hasher/Download.aspx
il prodotto di chiama appunto Hasher.
NetApp - creare share di rete in maniera ricorsiva con PowerShell
Per creare una share per ogni cartella in maniera ricorsiva si può usare questo script:
Read-NaDirectory /vol/vol3/dati | where-object {$_.type -eq "directory" -and $_.name -ne ".." -and $_.name -ne "." -and $_.name -ne "System Volume Information"} | foreach-object {Add-NaCifsShare $_.name /vol/$._name -whatif}
Il link sotto contiene la versione aggiornata:
Inserire un iframe in bloggger
per inserire un iframe in blogspot.it usare questa sintassi:
<iframe align="center" height="100%" scrolling="yes" src="http://www.evernote.com/shard/link.html"></iframe>
nuova versione
<iframe width="100%" frameborder="0" src="http://www.tim.it" height="800"></iframe>
<iframe align="center" height="100%" scrolling="yes" src="http://www.evernote.com/shard/link.html"></iframe>
nuova versione
<iframe width="100%" frameborder="0" src="http://www.tim.it" height="800"></iframe>
Archiviazione postale su Exchange 2010
Interessante video che spiega l'architettura e il funzionamento dei sistemi di archiviazione integrata di Exchange 2010
Iscriviti a:
Post (Atom)