Does anyone know of a tool that will give you a pop up message that tells the users that they have are about to reach their active session time limit.
We have a GPO in place that limits active session to 12 hours
Does anyone know of a tool that will give you a pop up message that tells the users that they have are about to reach their active session time limit.
We have a GPO in place that limits active session to 12 hours
I looking to see if anyone has had any experience with restructuring a public folder tree that basically requires the movement of a public folder from one subfolder to another. I figure that we would need to use powershell for this, I am just looking for some guidance for this and any examples that would be of some help.
I am hoping someone has had a similar experience with this.
Oh we are running exchange server 2007 8.01.0393.001 on windows server 2008 r2
I am not sure I even did this right, but I am trying to setup some sub domains with email services. So I want to have an email address like [email protected]. My problem is getting put in right. I am not sure I did.
$ORIGIN phxscouting.com.
$TTL 3600
@ IN SOA ns1.softlayer.com. root.phxscouting.com. (
2010012204 ; Serial
3600 ; Refresh
300 ; Retry
604800 ; Expire
3600) ; Minimum
@ 3600 IN NS ns1.softlayer.com.
@ 3600 IN NS ns2.softlayer.com.
227.phxscouting.com 3600 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
227.phxscouting.com 3600 IN MX 30 ALT2.ASPMX.L.GOOGLE.COM.
227.phxscouting.com 3600 IN MX 10 ASPMX.L.GOOGLE.COM.
227.phxscouting.com 3600 IN MX 40 ASPMX2.GOOGLEMAIL.COM.
227.phxscouting.com 3600 IN MX 50 ASPMX3.GOOGLEMAIL.COM.
820.phxscouting.com 3600 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
820.phxscouting.com 3600 IN MX 30 ALT2.ASPMX.L.GOOGLE.COM.
820.phxscouting.com 3600 IN MX 10 ASPMX.L.GOOGLE.COM.
820.phxscouting.com 3600 IN MX 40 ASPMX2.GOOGLEMAIL.COM.
820.phxscouting.com 3600 IN MX 50 ASPMX3.GOOGLEMAIL.COM.
827.phxscouting.com 3600 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
827.phxscouting.com 3600 IN MX 30 ALT2.ASPMX.L.GOOGLE.COM.
827.phxscouting.com 3600 IN MX 10 ASPMX.L.GOOGLE.COM.
827.phxscouting.com 3600 IN MX 40 ASPMX2.GOOGLEMAIL.COM.
827.phxscouting.com 3600 IN MX 50 ASPMX3.GOOGLEMAIL.COM.
@ 3600 IN MX 20 ALT1.ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 30 ALT2.ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 10 ASPMX.L.GOOGLE.COM.
@ 3600 IN MX 40 ASPMX2.GOOGLEMAIL.COM.
@ 3600 IN MX 50 ASPMX3.GOOGLEMAIL.COM.
calander.227.phxscouting.com 3600 IN CNAME ghs.google.com.
calander.820.phxscouting.com 3600 IN CNAME ghs.google.com.
calendar 3600 IN CNAME ghs.google.com.
calendar.827.phxscouting.com 3600 IN CNAME ghs.google.com.
docs 3600 IN CNAME ghs.google.com.
googleffffffffbd82c380 3600 IN CNAME google.com.
mail 3600 IN CNAME ghs.google.com.
mail.227.phxscouting.com 3600 IN CNAME ghs.google.com.
mail.820.phxscouting.com 3600 IN CNAME ghs.google.com.
mail.827.phxscouting.com 3600 IN CNAME ghs.google.com.
short 3600 IN CNAME ghs.google.com.
sites 3600 IN CNAME ghs.google.com.
227 3600 IN A 74.86.80.229
820 3600 IN A 74.86.80.229
827 3600 IN A 74.86.80.229
@ 3600 IN A 74.86.80.229
cubby 3600 IN A 74.86.80.229
ftp 3600 IN A 74.86.55.26
webmail 3600 IN A 74.86.80.229
www 3600 IN A 74.86.80.229
Got some very basic email code on a iis 6 server to send a test email. Relay is enabled on exchange server for this server, the iis user has write permissions to the directories for mailroot and all its subfolders, and yet we still get this blasted error still.
CDO.Message.1 error '80070005' Access is denied. /email.asp, line 42
I don't see any files in the pickup folder, there are files in the queue folder however. Any ideas what else I should look at?
The code on Line 42 is myMail.Send
windows 2003 sbs currently patched
clients are a mix of windows xp, vista, and windows 7.
Here is a simple login script I created. If I manually run the script it works just fine and they are no errors. If I set the loginscript under the users profile for the AD account. it does not appear to be running. Non of the printers get map, nor does the drive mappings occur. What am I doing wrong here. The issue happens on XP, I have yet to test on vista or windows 7 yet.
one more thing yes I am calling the script from \server.local\NETLOGON\tmg_login.vbs
Option Explicit
Dim WSHShell, wshNetwork
Set WSHShell = CreateObject("WScript.Shell")
Set wshNetwork = CreateObject("WScript.Network")
wshNetwork.AddWindowsPrinterConnection "\\server.local\TMG-HP3600"
wshNetwork.AddWindowsPrinterConnection "\\server.local\TMG-xerox2240"
'wscript.sleep 30
wshNetwork.MapNetworkDrive "S:","\\server\DATA", True
WScript.Quit
I am new to creating a vbs script to map network drives in windows. For some reason, the script runs, but does not map any network drives when a user logs on to the domain. Here is the script I am using. It is pretty simple and straight forward.
Option Explicit
Dim wshNetwork
Set wshNetwork = CreateObject("WScript.Network")
wshNetwork.MapNetworkDrive "S:","\\server\shared"
wshNetwork.MapNetworkDrive "U:","\\server\" & wshNetwork.UserName
WScript.Quit
What am I doing wrong?
I wrote a simple shell script to dump a specific mysql database. problem is it is prompting me for a password even though I provide on. The mysql db is version 5.0.27 if that matters. Here is the specific line I am using.
$MYSQLDUMP -u backup -p$MyPass $DB > $DEST/$FILE
I tried several variations, but to no avail.