thread1619-1715904
You can use
$myEmailExt="@efaxsend.com"
$myFiles=Split-Path "C:\staging\*.pdf" -Leaf -Resolve
foreach ($myFile in $myFiles) {
$myFile=$myFile.Remove(10)
$myEmailAddr="$myFile$myEmailExt"
$myEmailAddr
}
Hello all,
I have a quick question. I have a PowerShell script that runs daily at 4AM. Although the job shows completed, it doesn't really run.
The script runs with the following command: powershell.exe -file "path_to_script.ps1"
Any help or suggestions would be greatly appreciated. Thanks.
I am having issues with some XP machines not running a logon script via a GPO. When I run gpresult I get the following error:
An error has occurred while collecting data for Scripts.
The following errors were encountered:
An unknown error occurred while data was gathered for this extension...
I have user who are only allowed to access a menu at login via .profile. The .profile permissions are set to 444. However, when connecting via ftp users are accidentally deleting the .profile. Is there a way to tighten down permissions so that users connecting via ftp are not allowed to delete...
I have user who are only allowed to access a menu at login via .profile. The .profile permissions are set to 444. However, when connecting via ftp users are accidentally deleting the .profile. Is there a way to tighten down permissions so that users connecting via ftp are not allowed to delete...
Can someone tell me what is wrong with this code? I get no errors and no output. Thanks.
<?php
if (isset($_POST['submit'])) {
$lastname=htmlentities($_POST['lastname']);
}
$c = oci_connect('user', 'password', '//server/DB');
$s = oci_parse($c, "select EMP_KEY, EMP_FIRST_NAME...
I have a user that has a problem with his Outlook environment. Originally, he could only read his Outlook items when logged in to Outlook with Citrix, at his desktop, or with OWA. He was not able to create anything new or respond to any item.
I have deleted his local profile on all Citrix...
I have a three node cluster that are all active. I created a virtual node to use as a consolidated root. The shared folder is set for dfsroot. Everything works fine; however, for some reason the dfs service stops on two of the nodes intermittently. Not only does it stop, but it is set to...
I have a question regarding RMAN on Oracle 9. I have a script in place that works fine on Oracle 10g, but not on 9i. The script is not deleting old backups, it's only deleting old control file backups. Here's a snippet of the script:
echo "Starting backup at ${HOY}" >> ${LOGf}
su - oracle -c...
I am using Oracle 10g R2; however, when trying to do a
SQL> create restore point chkpnt;
I receive an ORA-00901: invalid CREATE command. I do have the flash recovery area setup and I have flashback turned on. And I am in archive mode. Anyone have any suggestions? Thanks in advance.
I am running CPS 4.0 on a W2K3 server. Have a published app that the users would like to be able to connect to multiple times. This works fine as long as they connect to the published app from the same PC. When connecting from a different PC, the user is kicked out of the published app on the...
Citrix Metafram XPe FR3 on a W2K server. Receive the following error:
"96 hours have passed since last successful connection to the Data Store. This server will no longer accept connections until successful connection to the Data Store is established."
Data Store on a SQL Server. I don't have...
My users are getting the following: "The system has reached its licensed logon limit. Please try again later"
I am running Citrix Metaframe Xpe FR 3 on a W2K SP 4. Thanks in advance for the help.
I am running Netbackup 5.1 MP1. I would like to copy the catalog to another server. Which files should a copy to the other server in order to get the complete catalog? Thanks.
After installing ISA 2004 Enterprise Edition, I am unable to ping the server. However, from the server console and can ping other servers/workstations just fine. Any ideas? Thanks.
I'm getting the following errors on one of two identical SQL Servers. Can anyone help? Thanks.
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDAORA' reported an error.
[OLE/DB provider returned message: ORA-12154: TNS:could not resolve service name]
OLE DB error trace [OLE/DB...
I have a login script that outputs general messages to the user community. Some users are clicking on the "X" to close the window before the script completes. My question is, is there a way to remove the "X" so that users are unable to close the window? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.