Archive for win2003
06.04.09
Posted in OS, win2003, powershell at 11:01 am by webmaster
I have come accross the need to move public folder content from one machine to another (This is not a SBS environment.)
There are generally two ways in the Exchange 2007 era you can do this. If both machines are in the same forest you can use Powershell. If the machines are not in the same forest (not connected - migration scenerio) you can use Outlook.
Powershell
MoveAllReplicas.ps1 -Server -NewServer
How to Move Public Folder Content from one Public Folder Database to Another Public Folder Database
Outlook Method
- Use an account on Office Outlook 2003 or 2007 client computer that has administrative rights to log on to a mailbox on the Exchange Server 2007.
- In Outlook, on the File menu, click Import And Export. If the menu item is not available, hover your pointer over the chevrons at the bottom of the menu, and then click Import and Export.
- Click Export To File, and then click Next.
- Click Personal Folder File (.pst) , and then click Next. Click the public folder, check the option “Include Subfolders” and then click Next.
- Click the Browse button, and then select the location to save the .pst file.
- In the File Name box, type a descriptive file name for the .pst file, and then click OK.
- Click Finish.
- Log off the Outlook client.
- From the Outlook client, use an account that has administrative rights to log on to a mailbox that is homed on the Exchange 2003 computer.
- In Outlook, on the File menu, click “Data File Management”
- Click Add button, choose “Office Outlook Personal Folder File (.pst)” and click Ok
- On the open window, navigate to the PST we just exported.
- Choose it and click OK
- Then, check the added folder in Outlook.
- Drag the folders from the Personal Folders folder to All Public Folders in the Outlook folder list.
Permalink
Comments off
08.10.07
Posted in win2003, Windows XP, OS, Vista, SBS2003, Windows Vista at 11:31 pm by webmaster
A recent discussion came up in sbs2k3 Yahoo group about the various software IT Professionals use to inventory their LAN. Quite a few software packages were brought up that I had never heard of. A summary is included here:
- angryip - simple powerful network scanner to obtain IP and MAC address (No install required)
- SIW - standalone tool (No install required, technician license available (No install required)
- produkey - obtain product keys of software installed on your computer (No install required)
- SteelInventory - freeware
- SYDI - vbscript
- OCS Next Generation Inventory system - open source, (agent install)
- spiceworks - web based
- Kaseya - Enterprise class
- Prodoc - Computer renditions vbscript
- Houndog
- Network Veiw USB key, not free trial or demo may be available
- Loginventory
- Portable Utilities for the USB Drive Not sure what this is
- SNNP Tools 1, 2, SNMP Informant , webgetif
- Special K
- GFI
If these tools are “network aware” you can open up the Windows Firewall to just allow TCP ports 445 and 135 from a specific IP address.
Setting Path:
Computer Configuration/Administrative Templates/Network/Network Connections/Windows Firewall/Domain Profile
Windows Firewall: Allow remote administration exception
Permalink
07.27.07
Posted in win2003, Windows XP, OS, Vista, SBS2003, Windows Vista at 12:51 pm by webmaster
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.
Permalink
07.23.07
Posted in OS, win2003, SBS2003 at 12:19 pm by webmaster
As of this writing there is no known official Microsoft documnets specific to addding a branch office to SBS.
Defacto Microsoft documentation
- Branch Office Guide for Windows Server 2003
Check out these third party references:
- SmallBizServer (subscription)
- WindowsITPro
Permalink
04.17.07
Posted in OS, win2003, SBS2003 at 10:42 am by webmaster
A question that often gets asked is how to change the domain administrator password on Small Business Server. I will take this oppurtunity to plug the wealth of information available on the sbs2k3 Yahoo group. The guys (and gals) over there have come up with this:
- CTRL-ALT-DEL and change the password
- Open services and check for any services running under this account, and reset the password.
- Open Scheduled Tasks and check for any tasks running under this account, and reset the password.
- Open a command prompt and enter the following to reset the Directory Services Restore password.
- Open Command Prompt.
- Type the following:
- ntdsutil
- set DSRM password
- reset password on server NULL
- Enter the new password.
- Type the following:
- Quit
- Quit
- Close Command Prompt.
- One final thing you may want to consider doing is to reset any cached passwords for the administrator account on any machines that may have these passwords cached otherwise you may be constantly prompted to enter a password. Credit and background information here.
- Follow these steps to “forget” these passwords
- Start –> Settings –> Control Panel
- Double click “User Accounts
- Select the “Advanced” tab
- In the “Passwords and .NET Passports” area click “Manage Passwords”
- Remove everything there.
- Delete everything in the following two folders:
C:\Documents and Settings\YOURUSERNAME\Application Data\Microsoft\Credentials
C:\Documents and Settings\YOURUSERNAME\Local Settings\Application Data\Microsoft\Credential
Permalink
04.14.07
Posted in win2003, IE7, SBS2003, Group Policy at 2:41 pm by webmaster
Want to make IE7 a better user experience for your users? A simple group policy addition makes it much easier for your users to digest IE7.
The changes I make are:
- Display the menu bar
- Select some default options for users so they (you) don’t have to select them every time a new profile is created for a user.
You can make other changes if you want to but since IE7 is here to stay and it is not going away we might as well make this change easier for our users.
The steps are very straightforward:
- Download the new IE7 group policy settings which are deployed tfrom Microsoft through a .msi file which simply contains an adm file.
- Tweak the settings, here is what I have used (YMMV)
- Turn Off Managed Phishing Filter Enabled (Automatic)
- Prevent participation in the Customer Experience Improvement Program Enabled
- Prevent Performance of first run customization settings Enabled (Go directly to home page)
- Turn on Menu Bar by Default Enabled
As I stated above, the whole point of this excercise is to provide a “similar” experience to our users for IE7. This essentially should provide the menu bar for our users and prevent the users from having to answer questions about things they know nothing about anyway.
Want more details on how to do this? Here is an attempt at a step by step procedure. Please contact me if there are any errors or ommisions.
- Create a new Group Policy Object (GPO). Lets call it Custom-IE7
- Start –> Administrative Tools –> Group Policy Management
- Navitage to Forest –> Domains –> Domain Name –> Group Policy Objects
- Right Mouse Click (In the right window Pane, select “New”
- Type the name ofm your new GPO - “Custom - IE7″
- Link the Custom-IE7 GPO to an existing OU. This OU should contain the computers that you want to “tune” IE7 for.
- Find the Organizational Unit (OU) which contains the group of computers you want to apply these settings to (Use Active Directory Users and Computers)
- For example when using SBS 2k3 SP1 or higher I would use Domain –> My Business –> Computers –> SBSComputers
- Using the “Group Policy Management” GPM snapin, navigate to the OU selected in the above step, Right Mouse Click in the left window, and select “Link an existing GPO” and then select the “Custom-IE7″ GPO you created previously
- Ensure IE7 adm files are loaded into your domain
- New Group Policy’s Administrative Templates (.adm files) for IE7 are loaded automatically onto the Domain Controller when a Group Policy is opened from a workstation where IE7 has been installed (I have never used this method)
- Download and install “Administrative Templates for Internet Explorer 7 for Windows” manually
- Download the templates
- Install them
- Use the msi installer you just downloaded to install the templates to your server
- Using the GPM snapin navigate to “Custom - IE7″ GPO
- Select Edit
- Click Computer Configuration –> Administrative Templates
- Right-click Administrative Templates, click Add/Remove Templates, and then click Add
- navigate to wherever the templates were stored (C:\Program Files\Microsoft Group Policy)
- Select “inetres.adm”
- Click Yes
- Click Close
- Now the new IE7 Group policuy settings should be viewable in the GPO
- Configure the Custom-IE7 GPO to contain the special IE7 settings we want
- Using the GPM snapin navigate to “Custom - IE7″ GPO and Right Mouse Click and select Edit
- Navigate to: Computer Configuration –> Administrative Templates –> Windows Components –> Internet Explorer
- Modify the following settings
- Turn Off Managed Phishing Filter Enabled (Automatic)
- Prevent participation in the Customer Experience Improvement Program Enabled
- Prevent Performance of first run customization settings Enabled (Go directly to home page)
- Turn on Menu Bar by Default Enabled
- Use “gpupdate /force” on a workstation to ensure that your settings get incorporated right away
- Use “gpresult > gp.txt && notepad.exe gp.txt” to verify you see your group policy settings on your worksation.
References:
- Internet Explorer Deployment Guide (March 2007)
- Exploring New Functionality in Internet Explorer (Virtual Lab Doc)
Permalink
02.24.07
Posted in OS, win2003, SBS2003 at 3:24 pm by webmaster
Note: Update 9/18/07 Susan Bradley created a blog post which includes new updates to changes with VSS updates. Read here: http://msmvps.com/blogs/bradley/default.aspx
Thanks to Susan Bradley on the sbs2k yahoo group for compiling this list. If your having VSS issues with backup checkout the following hotfixes.
VSS with MSDE and SQL 2000 k912414
VSS Updates kb913648
NTBackup and VSS kb923628
COM update kb912818
Permalink
01.20.07
Posted in OS, win2003, SBS2003 at 4:06 am by webmaster
The good folks over at the sbs2k Yahhoogroup were discussing how to intrepret security events in the eventlog. Since I *know* I will need this next week I thought I would take the time to note the nuggets of information posted.
Microsoft Article on Auditing User Authentication
Logon/Logoff codes
See Security Expert Randy Smith’s plain english encyclopideo on Windows security events
http://www.ultimatewindowssecurity.com/encyclopedia.html
Do you know vbscript? Want to search the event logs under control of a script? See a previous article I wrote on this subject.
Another nice article on Security audit:
http://www.microsoft.com/technet/security/midsizebusiness/topics/serversecurity/attackdetection.mspx
Permalink
09.16.06
Posted in OS, win2003, SBS2003 at 5:05 pm by webmaster
There are times where you want to enable users to change their passwords remotely. (You will have to decide if this is a worthwhile security risk for yourself) This can be done using Exchange Outlook Web Access using SSL. First it is important to understand that the easiest way to manipulate the registry settings for the so-callled OWA hidden features is by installing the OWAadmin utility from Microsoft. Although this utiliity performs one step in the process of enabled remote password changes you may want to use it for something else. See Petri’s great article on how to perform this task without installing this software. Please note that some of the documentation I have run accross for doing this is a bit dated so I will attempt to summarize what you need to do assumming a standard install of Windows Server 2003 with Exchange Service Pack 2 or Small Business Server 2003 SP1 (Exchange Service Pack 2).
- Windows 2003 Server 2003 SP1 Only Preparation (Not SBS 2003 SP1)
- Install IIS (requires Server 2003 media)
- Install SMTP
- Install NNTP
- Install a Certificate Authoity (See Petri’s excellent article on this)
- Ensure OWA is setup to correctly use SSL (Again See Petri’s excellent article on this)
- Obtain dedicated Windows XP Professional SP2 workstation attached to the domain to use for administrating the OWA settings. (For example you can’t have outlook installed - apparently there is a conflict)
- Install IIS on XP (requires XP media)
- Install .net 2.0 framework on XP (Older documentation stated asp.net was required however I did not require it. I beleive that is because it is part of .net 2 now)
- Install adminpak on XP (Note there is a different version for Windows Server 2003 R2 now as well)
- Install ESM Admin tools only, on XP (requires Exchange Media)
- Add a virtual directory to Add a virtual directory to IIS not installed by default.
- From XP, log on to https://winxpmachine/OWAAdmin/ and look under the security settings for the change password option and set it to yes.
Note that you can set the domain administrator password as well? Look for the new password change setting under OWA –> Options
Permalink
06.22.06
Posted in OS, win2003, SBS2003 at 1:01 am by webmaster
Often you are administering a system and want to know if that tape has ejected or not.
You can use the rsm in manage computer to determine this:
- Right click on My Computer, and select Manage.
- Under Storage, select removable storage.
- Expand libraries
- highlight the device which you are interested in.
- In the right hand side it will say whether or not there is a tape in the drive, and what the status is.
Permalink