Using nmap to check if multiple hosts are up
nmap -sP 192.168.1.0-255
nmap -sP 192.168.1.0-255
You just need to edit the /etc/fstab and following line:
//$ShareName /mnt/$FolderName cifs username=$username,password=$password 0 0
To reload the files system:
mount -a
cmd
systeminfo
To be able to open Server Saved Profiles from Users you need to take ownership over the folder and subfolders. After that you can add the Administrator Account to the NTFS permissions and give it full rights. After that it should workd.
If you want to solve this problem in advanced you can enable this GPO:
Computer Configuration\Administrative Templates\System\ User Profiles\Add the Administrator security group to the roaming user profile share
After that the Administrator is able to acccess the profiles without the need of taking ownership.
SMTP-00099: fatal exception evaluating policy for recipient mail@mail.com: Input data are not Unicode-conformant or conversion between Unicode formats failed – jumping to Exception chain
If you get this message it is probably because the sender doesn’t use Email ISO Standard to send his messages. The sender can find this options in Outlook->Tools->Options->Email-Format->International Options->Encoding Options and set it there to an ISO Standard. I used “Western Europe (ISO)”. After i set this setting it worked like a charm.
When you receive an email with an attachement it is possible that you get this message. To unblock the content you need to change the settings in the registry and restart Outlook.
HKEY_CURRENT_USER\Software\Microsoft\Office\[Version of your Outlook]\Outlook\Security
Create there a new registry key “Level1Remove” with the Typ “REG_SZ”. Then you need to know the extension of the file you want to unblock. Here we use for example *.exe and *.url. It would look like this:
.exe;.url
Easy way to extract the date and time for logging.
To adjust lots of settings in Windows 7 there is a special mode. Create a new folder on your desktop with following string: Control Panel Setting List.{ED7BA470-8E54-465E-825C-99712043E01C}
After that you’re going to get a nice ordered list of lots of settings.
Simply add this to your command:
| out-File Path$
Today I uninstalled True Image Agent on a Windows 2008 Server and I ended up with a BlueScreen. You can actually boot up with a windows CD and edit the registry or even better you remove this entries in advance.
HLKM\System\ControlSet001\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}
HLKM\System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}
In the UpperFilters key remove the text:
snapman for TrueImage
r1fltr for r1soft CDP Backup
I could imagene that this causes also trouble with other systems. So the same solution should work for this as well.