Description:
Microsoft Windows newsgroup.
|
|
|
Slash character modified in a target field of a shortcut
|
| |
Gloops wrote, on 29th Apr. 2013 14:10 UTC + 2 :
...
Somebody gave me a clue on a Windows XP newsgroup : the normal function of Windows XP is correct, this problem would be caused by a utility, but the person who said that did not remember which one.
--... more »
|
|
Issuing a snmpwalk from powershell
|
| |
Hi, I´m a newbie in Powershell, and I´m looking for any way to issue a snmpwalk command against Ip addresses
that script will read from a file.
Anything like:
snmpwalk -v2c -c public 213.20.20.59
snmpwalk -v2c -c public 213.20.10.59
snmpwalk -v2c -c public 213.20.3.110
and write output to a file... more »
|
|
Best way to extract CSV data from a file in to an array
|
| |
Hi Guys,
I have a CSV file exported from an LDAP query which I need to build an array from.
At the moment I have some fields containing commas surrounded by quotes.
"cn=JOHNSMITH,ou=SALES,o=COMPA NY",JOHN,JOHN SMITH,,SMITH,,,"1 West Street, Westland",,,42,,,JOHN SMITH,,,,,,,,
What is the most elegant way to get an array with the items within the quotes intact.... more »
|
|
how to know if an ADoject is missing
|
| |
I must modify attributs of ADojects,
My script run fine with a input csv file but several objets are missing, i want know them
example :
i search all adobjets begin by 7 ...
result DistinguishedName Name ObjectClass ObjectGUID
----------------- ---- ----------- ----------... more »
|
|
Problem: Could not assign result, returned from foreach, to a variable
|
| |
Hi experts,
I have a following head-breaking problem. When I'm trying to execute script below, I get an error:
Error "=" operator: System error. (Fehler beim "="-Operator: Systemfehler.)
+ $data = <<<< Get-Content $log | % {
Here is this script:
$log = "C:\log file.txt"
$linePrefix = "PROCESS THIS LINE"... more »
|
|
Set output to email in columns
|
| |
I am running the following simple command to list domain admins in powershell
dsquery group -samid "Domain Admins" | dsget group -members | dsget user -display -email
I would like some help on how to format this into an html-table that could be send to me in an email
Thanks in advance for any help.... more »
|
|
|