| bio | website | |
|---|---|---|
| location | Uzwil, Switzerland | |
| age | 42 | |
| visits | member for | 6 months |
| seen | Apr 22 at 12:59 | |
| stats | profile views | 17 |
I am considered a Senior for
- DBA (Oracle Database / Microsoft SQL Server)
- IIS Administrator
I have knowledge in the following areas (from best to worst)
- Lyris Administrator
- Stellent (now Oracle UCM)
- EMC Networker
- IBM Storage
- Linux (Fedora, Ubuntu)
- Citrix
- ITIL
- Joomla
My function
- IT System Manager
|
Jan 4 |
comment |
How do CNAME and A records interact (in this weird case) Have you tried accessing the URLs from outside your company / with a different laptop? Because if I perform a WGET on both addresses I get the same content. |
|
Dec 12 |
comment |
Using DD for disk cloning +1 for Kill -SIGUSR1 1234 I was looking for that. |
|
Dec 5 |
answered | Disable remote access for one user/database in SQL Server 2008 |
|
Nov 29 |
comment |
Good tools that fit on a thumb drive Yes. Sysinternals and Nirsoft. A lovely combination. |
|
Nov 23 |
comment |
Is this a recommended/valid approach for file server permissions? Very interesting question. +1 for the good description. Well worth reading. |
|
Nov 21 |
awarded | Nice Answer |
|
Nov 21 |
answered | User account being frequently locked out |
|
Nov 21 |
awarded | Commentator |
|
Nov 21 |
comment |
User account being frequently locked out How are your security settings set. How many logon attempts before an account will be blocked? Will the account be automatically reset after n minutes? You don't have to answer, but it gives you some inkling where the culprit would be coming from e.g. a job that runs every two hours means your password lockout occurs after 9 tries, ergo which jobs run every two hours on the client or on a server the person is responsible for. |
|
Nov 21 |
comment |
Is there a way to see the path of a program executed from the Windows CLI? @moudrick It will show you what the individual executables were doing, which registry keys were accessed, the network point-to-point connections, file accesses (this is the one you are looking for) and other information. |
|
Nov 21 |
comment |
Is there a way to see the path of a program executed from the Windows CLI? @moudrick Why so? Procmon captures everything in the pagefile and you should be able to catch even fast running batch files. Running procmon.exe for two seconds reveals 18'000 events. |
|
Nov 21 |
comment |
Is there a way to see the path of a program executed from the Windows CLI? The Windows DOS command WHERE exists since Windows 2003 + :-) |
|
Nov 21 |
answered | Is there a way to see the path of a program executed from the Windows CLI? |
|
Nov 21 |
revised |
How to delete domain user profile from a computer? added 57 characters in body |
|
Nov 21 |
comment |
How to delete domain user profile from a computer? @joeqwerty you are right, there is no policy. I was assuming it ...could be protected ..., as I don't have the greyed out behaviour on my home computer. Only on my corporate laptop. I've 1+ your comment. |
|
Nov 20 |
comment |
Is there a way to find out when a Site was stopped/started/cycled in IIS7.5? Looks like at that point in time the site id was unavailable for logging. (see example at microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/…) You would have to look in the Eventlog at that time to find more information. Maybe somebody remotely shutdown the server? Maybe an IIS patch was applied via SCCM that caused the server to boot? That can happen withn non-OS patches. |
|
Nov 20 |
answered | Is there a way to find out when a Site was stopped/started/cycled in IIS7.5? |
|
Nov 20 |
comment |
How to delete domain user profile from a computer? Thanks. I've just added another portion about manually deleting the registry entries if you manually deleted the C:\Users\ACCOUNT directory. |
|
Nov 20 |
revised |
How to delete domain user profile from a computer? added 692 characters in body |
|
Nov 20 |
answered | How to delete domain user profile from a computer? |