07.27.07
Root Certificate Authorties in Windows Products
Often the question of what root certificate authrity is supported in a particular product. This MSDN reference summarizes all root CA’s and the feature set they provide.
If it’s broke, reload it (Not necessary when using Small Business Server 2003)
Often the question of what root certificate authrity is supported in a particular product. This MSDN reference summarizes all root CA’s and the feature set they provide.
As of this writing there is no known official Microsoft documnets specific to addding a branch office to SBS.
Defacto Microsoft documentation
Check out these third party references:
Ever want to see what devices the system thinks it has installed?
This is useful if you ever need to remove drivers from a system after the hardware has been removed.
http://support.microsoft.com/default.aspx/kb/241257
Ever want files of a certain size to test with? Say to understand how fsrm in the new server products coming from Microsoft?
Here are 1 MByte and 10 Mbyte files:
This is how Windows Explorer reports the file size (Size on disk and Size):
10.0 MB (10,485,760 bytes)
This is how fsrm reports the data:
| Report Totals | |||||
| Files shown in the report | All files matching report criteria | ||||
| Owners | Files | Total size on Disk | Owners | Files | Total size on Disk |
| 1 | 1 | 10.0 MB | 1 | 1 | 10.0 MB |
Powershell is a new scripting language for Windows that is very powerful. It provides many of the benefits that UNIX provided years ago including things *real* support for regular expressions. What follows is a short kickstart to get you up and running in powershell.
WMI is increasingly being utilized to perform administrative and management duties on computers. In order to ensure you have all the components working on the target computer use a small diagnostic program included in Windows XP.
This requires the remote registry service to be running.
Ensure you are supplying the correct credentials and that the user is part of the local Administrators group.